Activity 5: Web Scraping with Requests and BeautifulSoup
摘要
In Chapter 11 , you got an introduction the BeautifulSoup, and in Chapter 15 , you saw how it could be used to do some simple web scraping. However, given the interest around this topic in the Python development community, I thought it would be good to dedicate an activity specifically to this topic, recapping some of the main ideas already discussed, and introducing several new ones.