- Python Web Scraping Cookbook
- Michael Heydt
- 45字
- 2021-06-30 18:43:55
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