In this section, you will learn how to plan, analyze, and process the required data from a target website via the use of web scraping and Python programming. Information regarding effective tools and various data collecting techniques will be explored.
This section consists of the following chapters:
- Chapter 2, Python and the Web – Using urllib and Requests
- Chapter 3, Using LXML, XPath, and CSS Selectors
- Chapter 4, Scraping Using pyquery – a Python Library
- Chapter 5, Web Scraping Using Scrapy and Beautiful Soup