Part 1 covers the set up of Python script and targeting of html elements by parsing. Variables that are going to be used for the final web scraper function are introduced.
Part 2 covers how to define a function after the variables are declared and handle deviations in html data structure using if and else statements. Data is then written to a csv file using basic I/O processing.