Python
- Plotting with Seaborn - Part 3: Multivariate Visualization (18 Sep 2021)
Master FacetGrid, PairGrid, and JointGrid in Seaborn. Create small multiples and explore multivariate datasets efficiently. - Plotting with Seaborn - Part 2: Distributions & Statistical Plots (07 Sep 2021)
Analyze distributions with histograms, box plots, violin plots, and regression analysis in Seaborn. Visual statistical analysis made easy. - Plotting with Seaborn - Part 1: Foundations & Essential Plots (23 Aug 2021)
Master Seaborn for data visualization. Create bar plots, scatter plots, heatmaps, and more with clean, publication-ready code. - 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.