In this video, we are going to write a Python program to web scrape free course information from Udmey’s website and save the information in a CSV file.

If you are new to web scraping or is simply looking more practice, then you will find this tutorial useful. Before getting started, makes sure you have 1) web driver downloaded, 2) web scraping Python libraries installed.

Install Web Scraping Libraries

  • pip install bs4 (for beautifulsoup)
  • pip install selenium (browser automation)

Download web drivers

https://learndataanalysis.org/download-browser-drivers-selenium-with-python/

Subscribe: https://www.youtube.com/channel/UCvVZ19DRSLIC2-RUOeWx8ug

#python

Web Scraping using Python: Scrape Udemy Free Courses Listings (using Selenium and BeautifulSoup)
6.80 GEEK