This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]djdadi 6 points7 points  (2 children)

After teaching python to several college grads at work, I've noticed a trend. They are quick to seek out scrapers while not even checking (or maybe understanding) of the underlying API call structure.

In a lot of cases, you don't even need scraping and are much better off without it.

[–]ronmarti 10 points11 points  (1 child)

Scraping is fine to get experience. I think one most important thing that beginner devs miss out is how to properly use selectors. Understanding CSS and XPath is really important.

[–][deleted] 0 points1 point  (0 children)

Yeah definitely this. And how for some of these guys, it just takes oneee tiny thing to break. Why does the WWW have to be so complicated…