Skip to content

flatiron-school/intro_to_webscraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An introduction to web scraping using the Python requests and BeautifulSoup libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published