This workshop covers how to scrape data from the web using Python. Web scraping involves downloading a webpage's source code and sifting through the material to extract desired data, and is typically only done when Web APIs are not available.