This is a two part workshop and is intended to be like two short workshops in one. We will start with some backgroundd of how web scraping is done and how to scrape basic static HTML sites using python and the BeautifulSoup library. Later, we will use the Selenium library to do more interactive web scraping on modern websites which require user interaction to get to the desired information. Some prior experience with python is recommended.