- Getting a property of HTML element href, src, id, class, etc
12
- Code navigation parents, children, siblings
13
Let’s practice our skills!
14
- Exercise #1: Grab all social links on webpage in 3 different ways
15
- Exercise #2: Scrape an HTML table into a Pandas Dataframe
16
- Exercise #3: Grab all fun facts that contain the word “is”
17
- Exercise #4: Use beautiful soup to help download an image from a webpage
18
- Exercise #5: Solve the mystery challenge!!!
Description:
Learn web scraping in Python using the Beautiful Soup library in this comprehensive tutorial video. Start with an introduction to HTML, CSS, and web scraping basics before diving into the fundamentals of Beautiful Soup. Master essential commands like find and find_all, learn to extract strings from HTML elements, and explore CSS selectors. Practice your skills through hands-on exercises, including scraping links, extracting tables into Pandas DataFrames, and downloading web images. Gain practical experience in navigating HTML structure, working with regular expressions, and solving real-world web scraping challenges.
Comprehensive Python Beautiful Soup Web Scraping Tutorial - Find-Find All, CSS Select, Scrape Table