Web Crawler
- GitHub Crawler: Beyond Basic Scraping (04 Jul 2021)
Build a GitHub user crawler in Python. Learn when to use APIs vs scraping, ethical considerations, and async programming for performance. - Introduction to Web Scraping with Python (25 Jun 2021)
Learn web scraping fundamentals with Python and BeautifulSoup. Understand HTML structure, DOM traversal, and build your first crawler.