![Python Web Scraping Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/240/36700240/b_36700240.jpg)
上QQ阅读APP看书,第一时间看更新
Getting Started with Scraping
In this chapter, we will cover the following topics:
- Setting up a Python development environment
- Scraping Python.org with Requests and Beautiful Soup
- Scraping Python.org with urllib3 and Beautiful Soup
- Scraping Python.org with Scrapy
- Scraping Python.org with Selenium and PhantomJs