Podcast Episodes
Back to Search
Course 40 - Web Scraping with Python | Episode 17: Mastering Requests, Regex, and Beautiful Soup
In this lesson, you’ll learn about: how Python retrieves web pages, how regex is used for pattern-based extraction, and how BeautifulSoup improves sc…
1Â month ago
Course 40 - Web Scraping with Python | Episode 16: Mastering Data Extraction with Beautiful Soup
In this lesson, you’ll learn about: how web scraping works end-to-end, why fetching and parsing are the two core stages, and how different tools like…
1Â month ago
Course 40 - Web Scraping with Python | Episode 15: Mastering Items, Loaders, and Processing Pipelines
In this lesson, you’ll learn about: how Scrapy structures scraped data using Items, how Item Loaders simplify extraction and cleaning, and how Pipeli…
1Â month ago
Course 40 - Web Scraping with Python | Episode 14: Building and Automating Custom Spiders with the Scrapy Framework
In this lesson, you’ll learn about: Scrapy’s full architecture, how to build real spiders from scratch, and how to move from simple extraction to pro…
1Â month ago
Course 40 - Web Scraping with Python | Episode 13: Mastering Scrapy Shell, CSS, and XPath Selectors
In this lesson, you’ll learn about: how to use Scrapy Shell for interactive crawling, how CSS selectors work for fast extraction, and how XPath enabl…
1Â month ago
Course 40 - Web Scraping with Python | Episode 12: From Parsing Foundations to Scrapy Essentials
In this lesson, you’ll learn about: how Scrapy turns simple scraping into large-scale crawling systems, the difference between scraping and crawling,…
1Â month ago
Course 40 - Web Scraping with Python | Episode 11: Advanced Filtering and Efficient Extraction with BeautifulSoup
In this lesson, you’ll learn about: advanced BeautifulSoup filtering techniques, custom extraction logic, real-world link scraping, and performance o…
1Â month ago
Course 40 - Web Scraping with Python | Episode 10: Navigating and Extracting Web Data with Beautiful Soup
In this lesson, you’ll learn about: how HTML is structured as a tree, how to turn raw pages into navigable data using Beautiful Soup, and how to extr…
1Â month, 1Â week ago
Course 40 - Web Scraping with Python | Episode 9: Navigating Requests, Redirects, and Timeouts
In this lesson, you’ll learn about: how to handle HTTP requests in Python, compare different libraries, manage redirects and errors, and use modern t…
1Â month, 1Â week ago
Course 40 - Web Scraping with Python | Episode 8: Mastering HTTP and Python Client Libraries
In this lesson, you’ll learn about: how the web actually works under the hood, how data travels via HTTP, and how to programmatically capture it usin…
1Â month, 1Â week ago