#15 in Web development & design books
Use arrows to jump to the previous/next product

Reddit mentions of Web Scraping with Python: Collecting Data from the Modern Web

Sentiment score: 3
Reddit mentions: 7

We found 7 Reddit mentions of Web Scraping with Python: Collecting Data from the Modern Web. Here are the top ones.

Web Scraping with Python: Collecting Data from the Modern Web
Buying options
View on Amazon.com
or
Specs:
Height9.17321 Inches
Length7.00786 Inches
Number of items1
Weight0.99648942424 Pounds
Width0.5381879 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 7 comments on 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/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.