Javascript vs Python for Web Scraping

preview_player
Показать описание
In this video, I compare web scraping in Javascript vs Python.

Resources

Support Links:
BTC: 3LBFBajCqCbg58V4m8bsKombXk19dB1HC9
ETH: 0x12435Da53702B54adf9a17A06Fc498B5BdF23327
Рекомендации по теме
Комментарии
Автор

You don't necessarily need puppeteer for a static website that isn't rendered using js.
It is more lightweight to use fetch or axios in combination with cheerio

raindear
Автор

That is a bit unfair comparison, comparing apple to oranges. Puppeteer for JS can be compared to Selenium for python.

talha-cs