A code along workshop with Flatiron School.
To launch the notebook, click here
The contents of this notebook were first developed by Joél Collins, and utilizes the Quotes to Scrape website to demonstrate basic web scraping in Python.
- Retreive the HTML of a webpage with the
requests
library. - Introduction to the
tree
structure ofHTML
. - Use the
inspect
tool to sift through the HTML. - Parse HTML with the
BeautifulSoup
library. - Store data in a
csv
file using thePandas
library.
Workshop dates:
- 07/10/20