01 - What is web scraping
02 - Introducing the Wisdom Pet Medicine website
03 - How to explore a webpage
04 - Understanding HTML code
05 - Understanding the requests package
06 - How to use the get() method
07 - How to retrieve webpage information
08 - How to retrieve HTML code
09 - How to use BeautifulSoup
10 - How to use find() and find all() methods
11 - How to loop find all() methods
12 - How to retrieve webpage links
13 - How to write HTML code to a text file