错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Activity 5: Web Scraping with Requests and BeautifulSoup

  • Magnus Lie Hetland,
  • Fabio Nelli

摘要

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.