Podcast Episodes
Back to Search
Course 40 - Web Scraping with Python | Episode 37: Integrating Selenium and Beautiful Soup
This episode is basically about building a hybrid scraping pipeline where each tool does what it’s best at instead of forcing one tool to do everythi…
1 week, 3 days ago
Course 40 - Web Scraping with Python | Episode 36: Comprehensive Element Locating and Advanced Webpage Navigation
This tutorial series is basically showing how Selenium moves from “clicking elements” into real-world browser automation, where pages are messy, slow…
1 week, 4 days ago
Course 40 - Web Scraping with Python | Episode 35: Locating Dynamic Elements with Selenium and Python
This module is basically about the core skill in Selenium automation: reliably finding the right element on a page that keeps changing.🧩 What “locati…
1 week, 5 days ago
Course 40 - Web Scraping with Python | Episode 34: Architecture, Setup, and Basic Web Automation
This episode focuses on how Selenium WebDriver actually works under the hood, and then walks into the practical setup and first automation steps.🧠 Se…
1 week, 6 days ago
Course 40 - Web Scraping with Python | Episode 33: Foundations of Scraping Dynamic Webpages with Python and Selenium
This episode is essentially a setup guide for moving from simple HTTP-based scraping to full browser automation using Selenium, especially for websit…
2 weeks ago
Course 40 - Web Scraping with Python | Episode 32: Native Data Storage and Implementation
This episode is about removing custom storage code from your Scrapy project and replacing it with Scrapy’s built-in Feed Export system, which turns s…
2 weeks, 1 day ago
Course 40 - Web Scraping with Python | Episode 31: From Item Loaders to Pipelines
This episode is essentially about turning Scrapy from “just a scraper” into a full data processing system, where extraction, cleaning, validation, an…
2 weeks, 2 days ago
Course 40 - Web Scraping with Python | Episode 30: Controlling URL Paths and Processing Scraped Data
This episode is really about controlling Scrapy’s crawl scope and shaping data as it moves through the pipeline, so you’re not just collecting data—y…
2 weeks, 3 days ago
Course 40 - Web Scraping with Python | Episode 29: From Feed and Sitemap Spiders to CrawlSpider Demos
This episode is really about choosing between manual control and automated crawling logic inside Scrapy, and understanding how specialized spider cla…
2 weeks, 4 days ago
Course 40 - Web Scraping with Python | Episode 28: Base and Generic Crawling Classes
This episode is essentially about how Scrapy structures crawling logic through different spider types, and when to use each one depending on the scal…
2 weeks, 5 days ago