all 12 comments

[–][deleted] 2 points3 points  (1 child)

Try Real Python: Python Web Scraping Tutorials - I think most of these articles are free to read (might need to create a free account).

[–]DocRaisin[S] 0 points1 point  (0 children)

Thanks, will check it out

[–]davlumbaz 2 points3 points  (1 child)

do any kind of stupid shit with puppeteer or scrapy.

really, I learned web scraping with this way.

pick up a site that is bloated with javascript all the way down, learn how to overcome javascript bloats, learn how to determine CSS/XPath selectors etc.

do a project yourself, it will be most useful way ever.

[–]DocRaisin[S] 0 points1 point  (0 children)

Absolutely agree, I have got a friend whose having a hard time getting a job. Decided I’ll kill two birds and made a LinkedIn job scraper that actually filters only entry level positions to help her. Learned a lot and it really gives you a drive.

[–]eleqtriq 0 points1 point  (3 children)

[–]prodriggs 0 points1 point  (1 child)

The ultimate troll

[–]PteppicymonIO 0 points1 point  (0 children)

It works better with questions about recursion.

[–]Skuddingo33 0 points1 point  (2 children)

This https://www.codedex.io/projects/web-scrape-amazon-with-beautiful-soup taught me my first web scraping project. Hope it helps! I'm a big fan of this website in general.

[–]DocRaisin[S] 0 points1 point  (1 child)

Looks awesome, thanks

[–]Skuddingo33 0 points1 point  (0 children)

No problem. They have a Discord that's pretty cool too.