Introduction to Web Scraping
This lesson will explain web scraping and how we can download files and parse them when needed.
Web scraping is where a programmer will write an application to download web pages and parse out specific information from them. Usually when we are scraping data we will need to make our application navigate the website programmatically. In this chapter, we will learn how to download files ...