gutfeeling / pythonbooks_reviews

Reviews for Python books on http://pythonbooks.org
31 stars 11 forks source link

Reviews for Web Scraping with Python: Collecting Data from the Modern Web by Ryan Mitchell #35

Open gutfeeling opened 7 years ago

gutfeeling commented 7 years ago

This is the GitHub issue for the book Web Scraping with Python: Collecting Data from the Modern Web by Ryan Mitchell, which is listed on Pythonbooks. When you comment on this issue on GitHub, the comment will show up as a review on the book's Pythonbooks page. See an example review.

If you read this book, please share what you liked and what you didn't like. Your knowledge will help others make an informed decision about whether they should get this book or look for an alternative.

Before you start writing your review, kindly take a look at the review guidelines. It's quite brief and would only take a minute to read.

Thanks in advance for helping make Pythonbooks more informative with your review.

nealwright commented 7 years ago

:star::star::star::star::star: A very practical, well-written, enjoyable, and entertaining book; the most enjoyable programming book I've read to date

Review

I just finished Python Web Scraping and I absolutely loved it. I am somewhat new to Python, though I have been a programmer for about 9 years. I got this book because I've always had an interest in the internet and in web scraping/data collecting. I started the book with a decent grasp of the basics of Python, and would recommend familiarizing oneself with the basics before reading it. That said, if you can write Python scripts, install Python libraries, and execute the scripts, I don't see why you can run the examples in this book with little trouble.

What I loved about this book was its practical nature and concise, clear explanations. Right away the book teaches you how to gather html from a remote URL and parse it with BeautifulSoup. The code examples are easy to understand and they work! The structure of the book is also fantastic. The list of topics and how the book progresses feels very natural. I found myself turning the page to start a new chapter, seeing the chapter title, and thinking "I was just wondering about that!"

I am somewhat fascinated by web scraping, so things like the appendix section on the legality and ethics of web scraping was just icing on the cake for me and made this book all the more interesting. For me, this book led directly to the creation of a few scraping projects I've been thinking about for some time. It's very rare for me that as I go through a book I find information that is immediately applicaple.

Who's it for?

In my view, this book is great for anyone in the following categories: