Python Tutorials &
Code Breakdowns

Six beginner-friendly video lessons covering the core concepts of Python, with real project examples throughout.

Video series — 6 lessons

01

Variables

What variables are, how they work, and why they’re the foundation of everything.

02

Conditional Statements

if, elif, and else — with logical operators and a real project walkthrough.

03

Loops

for loops and while loops — how I used both to build a working to-do list.

04

Functions

Creating functions with def, parameters, return values, and lambda functions.

05

Built-In Functions

A tour of Python’s most useful built-ins and how I used them in real code.

06

Rules & Conventions

snake_case, PascalCase, and the habits that make your code readable by others.

GitHub Portfolio

Projects built while learning — arcade games and creative Python builds, all made from scratch.

View on GitHub
Obstacle Road RushPython · Dodge flying tires and pylons to reach the finish line
Space InvadersPython · Classic arcade shooter — descending aliens, avoid enemy fire
Ball & PaddlePython · Move the paddle, bounce the ball, keep it alive
BreakoutPython · Clear all bricks using a bouncing ball and paddle