"Python is the first step. AI is the destination."
Started: 04/21/2026
This is my learning archive β from the first messy script to the foundations of AI development. Every mistake, every "aha!" moment, documented.
My best work so far. Newest first.
| # | Script | Concept |
|---|---|---|
| 003 | DUNGEON ESCAPE.py |
Global variables & match statements |
| 002 | simple taskmanager.py |
Application loops & functions |
| 001 | simple calculator.py |
If/else conditions |
TOPIC = "Syntax Deep Dive"
PRACTICING = ["Bitwise operators", "Functions", "Walrus operator (:=)"]
NEXT = "Data Structures"More scripts coming. Every day, one step closer.