Web Scraping with Python
Learn how to use web scraping to extract data from a website using Python. Learn how the requests and BeautifulSoup Python libraries make it possible.
HTML Review Warm-up Activity
Go to this page to complete the warm-up. It reviews some HTML concepts as an introduction to the lesson.
Web Scraping PowerPoint Presentation
Info Finder Code-Along Activity
Follow the instructions on this page to create a simple program in Python that finds information from Wikipedia.
Info Finder Challenges
Once the code-along activity has been completed, go to this page to start working on the challenges.