Skip to content

Latest commit

 

History

History

02_Web_Scraping_With_Beautiful_Soup

Neuefische Meetups

Web Scraping with Beautiful Soup

This repository contains the material for our meetup workshop "The Basics of Web Scraping with Beautiful Soup" on 11/11/21

This 2h workshop is aimed at people who have already gathered first experiences in Python programming and want to take the first steps in the direction of Web scraping. We will give a short introduction to the basics of HTML and continue with an example of how to scrape the Web with the library Beautiful Soup.

Materials

We have added our Web Scraping with Beautiful Soup Presentation if you would like to revisit it.

For both topics we have also created notebooks, that are stored in this repository. With the links below, you can quite easily run them online in google colab.

Link to HTML Basics Notebook

https://colab.research.google.com/github/neuefische/ds-meetups/blob/main/02_Web_Scraping_With_Beautiful_Soup/01_HTML_Basics.ipynb

Link to Web Scraping with Beautiful Soup Notebook

https://colab.research.google.com/github/neuefische/ds-meetups/blob/main/02_Web_Scraping_With_Beautiful_Soup/02_webscraping_bs4.ipynb

Requirements

If you want to run these notebooks locally, make sure you're using Python 3.

The required Python libraries that are needed are listed in the requirements.txt file.

Recording

We recorded the event and you can find the video on our neuefische youtube channel.