Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Web Scraping

lecture slides

So far in this unit we've mostly taught you how to construct web pages. However, another useful skill is being able to automatically access web pages and mine their content. This week, that will be our focus, both using existing tools and by writing our own scraping code.

Pre-reading

Please watch this introductory video (slides) before the lab. As with all weeks, it can also be a good idea to look at the exercises below before the start of the lab itself.

Exercises

  1. Crawling
  2. BeautifulSoup