Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 800 Bytes

File metadata and controls

13 lines (12 loc) · 800 Bytes

scraping_tutorial

This repository contains materials used in a Web Scraping in Python tutorial. The notebooks provide sample code for downloading text, files, and tables from websites.

The workshop was first designed on 7/20/2020 for a Crockett Lab Research Assistant Training session.


Folder contents:

scrape_CrockettPubs.ipynb: code for downloading text and files from the Crockett Lab publications webpage

scrape_YaleDemStats.ipynb: code for downloading tables from the Yale Office of Institutional Research webpage, and an exercise with blank code to be filled in

scrape_YaleDemStats_key.ipynb: same as above, but the exercise code is filled in