// the find
hussien89aa/PythonTutorial
Step by step to build apps with Python. Code files for YouTube tutorial
A companion code repo for a YouTube/Udemy Python beginner course covering variables, loops, OOP, SQLite, and basic GUI apps. It's a flat collection of snippet files, not a library or framework — you're here to follow along with the video, not to use this as a standalone resource.
The topic spread is decent for an intro course: conditions, loops, OOP inheritance, exceptions, HTTP calls, and SQLite all make an appearance. The files are small and self-contained, which means you can run any single snippet without untangling dependencies. The companion YouTube video is free, which lowers the barrier for complete beginners.
Everything is dumped in a single flat directory with no structure — 30+ .py files at the root with committed .pyc files and IDE metadata checked in (.idea/, __pycache__). No requirements.txt, no virtual environment setup, no instructions for running anything. The code appears to be Python 3.5-era based on the cached .pyc path, and hasn't been touched since mid-2024. This is snapshot code from a course, not maintained software — if the video disappears, most of these files lose their context entirely.