Ratings & reviews

4.668 ratings

Gary L.

109 days ago

Very challenging

M H.

112 days ago

might be handy, but not sure what to use it for tho... mimght be nice to have that explained before hand

Paola M.

224 days ago

74%
15%
10%
1%
0%
info

Complete all chapters to get certificate

0%

Getting Acquainted with HTML

chevron

Here we will explore the structure of the HTML file, how to load it, and work with the data in the file.

Introduction to Web Scraping

What is HTML?

HTML Structure

Inspecting Pages

HTML Attributes

Classes and Ids

Accessing an Element

Opening HTML File

Challenge

Applying String Methods

Challenge

Beautiful Soup: Part I

chevron

Learn how to extract the data more comfortably with the BeautifulSoup library. In this section, you will learn how to access specific elements and their children.

What is Beautiful Soup?

Navigating HTML Document

Challenge 1

Challenge 2

Working with Specific Elements

Challenge

Beautiful Soup: Part II

chevron

In this section, you will continue the journey with the Beautiful Soup. These, you will learn how to get attributes and contents of certain elements and how to search elements with certain attribute values.

Attributes & Contents of Element

Challenge

Attributes & Contents of Multiple Elements

Challenge

Advanced Search

Challenge