// the find
hiteshchoudhary/chai-aur-python
A python series for beginner in python
A companion code repository for a Hindi-language Python tutorial series on YouTube by Hitesh Choudhary. It's for absolute beginners who are comfortable learning in Hindi and want runnable code alongside the videos. Without the videos, the repo is nearly useless.
Covers a reasonable beginner arc: basics, conditionals, loops, OOP, decorators, error handling, SQLite, MongoDB, and APIs — enough to get someone to a working project. The numbered folder structure maps cleanly to video episodes, making it easy to follow along. Including both questions.md and solution files per topic is a sensible exercise structure for learners.
The README is almost entirely in Hinglish with no English fallback, which limits reach even among Hindi speakers who search in English. The repo explicitly blocks PRs, so community corrections to buggy or outdated code go nowhere. OOP coverage is a single file with no questions, suggesting the series got thinner as it progressed. Last commit is mid-2024 and the series appears stalled — no decorators deep dive, no async, nothing past chapter 14.