Six beginner-friendly video lessons covering the core concepts of Python, with real project examples throughout.
Video series — 6 lessons
What variables are, how they work, and why they’re the foundation of everything.
if, elif, and else — with logical operators and a real project walkthrough.
for loops and while loops — how I used both to build a working to-do list.
Creating functions with def, parameters, return values, and lambda functions.
A tour of Python’s most useful built-ins and how I used them in real code.
snake_case, PascalCase, and the habits that make your code readable by others.
Projects built while learning — arcade games and creative Python builds, all made from scratch.
View on GitHub