From the course: Complete Guide to Python for Data Engineering: From Beginner to Advanced
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
HTML basics - Python Tutorial
From the course: Complete Guide to Python for Data Engineering: From Beginner to Advanced
HTML basics
- [Instructor] Understanding HTML is crucial because it forms the backbone of web pages. And knowing how to navigate and extract information from it is a powerful skill in your data engineering toolkit. So, let's dive in and start decoding the structure of web pages. What is HTML? HTML stands for HyperText Markup Language. It is a standard language, which is used to create webpages. It structures the content on the web and it allows browsers to display your text, images, and other elements correctly. Here it's a simple example of HTML. You can look at it. It has the basic structure, which includes the document declaration, angle brackets not equal to document type that contains the root element brackets and HTML. Your HTML tag is a root element and it has multiple nested elements like head, title, body, h1, and others. HTML is made up of tags and elements. Tags are the building blocks that define elements. Most…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
(Locked)
HTML basics7m
-
(Locked)
HTML parents, children, and descendants6m 16s
-
(Locked)
Understand web scraping8m 12s
-
(Locked)
BeautifulSoup basics6m 57s
-
(Locked)
Installing BeautifulSoup4m 11s
-
(Locked)
Get HTML from a webpage5m 29s
-
(Locked)
Scrape the webpage7m 30s
-
(Locked)
Export data as a TXT file4m 37s
-
(Locked)
-
-
-
-