Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Introduction to Web Scraping | Getting Acquainted with HTML
Web Scraping with Python
course content

Course Content

Web Scraping with Python

Web Scraping with Python

1. Getting Acquainted with HTML
2. Beautiful Soup: Part I
3. Beautiful Soup: Part II

Introduction to Web Scraping

Welcome to the course! Today, we will begin exploring how Web Scraping works. Web Scraping is a process used to automatically extract information from websites. For instance, you can use it to compare prices on various platforms or gather data about stocks.

There are numerous methods in Python for extracting data. Let's compare the most popular libraries for Web Scraping: Requests, Beautiful Soup, lxml, and Selenium.

Throughout this course, our primary focus will be on the first two libraries. However, it's worth noting that Selenium and lxml are incredibly powerful tools:

  • Selenium enables JavaScript support, a programming language that allows developers to interact with dynamic fields and menus;
  • lxml facilitates working with both HTML and XML files.

Select the correct statement.

Select the correct answer

Everything was clear?

Section 1. Chapter 1
We're sorry to hear that something went wrong. What happened?
some-alt