Yasoob Khalid

Yasoob Khalid is a developer and writer best known for the free, open-source book Intermediate Python and his project-driven follow-up, Practical Python Projects. His articles and books have reached 5+ million readers across 189+ countries, and his blog remains a go-to place for clear, practical Python insights. By day, Yasoob works on Azure Cloud Networking at Microsoft, and by night he continues to publish tutorials, notes, and experiments that demystify real-world Python for learners at every level. He’s also the author behind the long-running Python Tips site and newsletter, where he focuses on approachable explanations and hands-on examples.

RSS Feed
11/7/2025
EN
python

Articles from this Blog

187 articles from this blog

Introduction to unittest
11/15/2013 EN

Introduction to unittest

An introduction to Python's unittest framework, covering basic setup, writing tests, and using assert methods.