Reddit Reddit reviews Web Scraping with Python: Collecting Data from the Modern Web

We found 7 Reddit comments about Web Scraping with Python: Collecting Data from the Modern Web. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Web Development & Design
Web Development & Design Programming
Web Scraping with Python: Collecting Data from the Modern Web
Check price on Amazon

7 Reddit comments about Web Scraping with Python: Collecting Data from the Modern Web:

u/synetic707 · 6 pointsr/learnprogramming

It's called web scraping. You can do that with many programming languages like Python, C#, Java, C++ and more. Python is the easiest way to scrap the web IMO, take a look at the BeautifulSoup library. I also recommend the book [book Web Scraping with Python: Collecting Data from the Modern Web] (https://www.amazon.com/Web-Scraping-Python-Collecting-Modern/dp/1491910291/ref=sr_1_1?ie=UTF8&qid=1481884244&sr=8-1&keywords=beautifulsoup) which is a great introduction to web scraping with python

u/michaelMATE · 4 pointsr/learnpython

There's a chapter on that on Automate The Boring Stuff :
https://automatetheboringstuff.com/chapter11/
and you can read the BeautifulSoup docs and learn about urllib.request and requests.
And if this is not enough material :
https://www.amazon.com/Web-Scraping-Python-Collecting-Modern/dp/1491910291/

u/kittenofd00m · 2 pointsr/pythontips

Free - https://www.youtube.com/playlist?list=PL5tcWHG-UPH1fnJw-BvBiiiPUPm1LUKsm

Best - Web Scraping with Python: Collecting Data from the Modern Web https://www.amazon.com/dp/1491910291/

u/ThatOtherBatman · 2 pointsr/Python

I found this to be a great reference when I was starting.

u/penguin_52 · 1 pointr/learnpython

What I've done so far I learned in the first few chapters of this. https://www.amazon.com/gp/product/1491910291/ref=oh_aui_detailpage_o08_s00?ie=UTF8&psc=1

u/PM_me_goat_gifs · 1 pointr/cscareerquestions

Its hard to advise you because I’m coming at this as someone who did a CS BS and went right into the job market. I would spend some energy for the next 6 months on learning to write code which is useful for your PhD program. Two good resources on this are https://automatetheboringstuff.com/ and https://www.amazon.co.uk/Web-Scraping-Python-Collecting-Modern/dp/1491910291

I would join a django/python meetup because a solid chunk of that community comes from a journalism or academic background and they’ll be better able to help you think through where to go.