This lesson covers web scraping: what it is, when you would use it, how to be a good digital citizen, tools for web scraping, and finally, a hands-on example using Python. The hands-on example focuses on scraping United States government websites, but the concepts covered apply to anywhere on the web.
Prerequisites
Basic knowledge of html.
The commands in this lesson pertain to Python 3.