+ 1
Python web scraping tutorials
I am intrested in learning more about web scraping. If you know any good learning website or tutorials that focuses on web scraping please leave a comment. It would be a bonus if the tutorials have exercises that we can do.
1 Réponse
+ 10
Try scrapy:
https://docs.scrapy.org/en/latest/
The docs include a sample instruction on how to build your firat crawler, as well as some more advanced concepts, likehow to manage your spider herd for example ;)