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.
We recommend attending Python Fundamentals and Python Data Wrangling prior to this workshop. We additionally recommend a basic understanding of HTML and CSS.