Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 670 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 670 Bytes

License: CC BY-NC-ND 4.0

Introduction to Web Scraping with Python

Web scraping is a method of extracting and restructuring information from web pages. This workshop will introduce basic techniques for web scraping using the popular Python libraries requests and beautifulsoup4. Participants will practice accessing websites, parsing information, and storing data in a CSV file. This workshop is intended for social scientists who are new to web scraping, but have some familiarity with Python or have attended the Introduction to Python workshop.