Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 979 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 979 Bytes

Intro to Web Scraping

A code along workshop with Flatiron School.

To launch the notebook, click here Binder

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.

Workshop Goals:

  1. Retreive the HTML of a webpage with the requests library.
  2. Introduction to the tree structure of HTML.
  3. Use the inspect tool to sift through the HTML.
  4. Parse HTML with the BeautifulSoup library.
  5. Store data in a csv file using the Pandas library.

Workshop dates:

  • 07/10/20