Free, runs in your browser. No install, no login.
π Part of Learn with Phoebe - free, hands-on courses on AI, data, and the craft around them. Browse every course β
This is my journey learning Python - hands-on, one project at a time.
I learn best by building. So instead of only watching lectures, every concept I pick up gets turned into a small working project. This repo is the public log of that journey: the code, the mistakes, the fixes, and what each step taught me.
print() to real data projects.learn-python-with-phoebe/
βββ notebooks/ # cell-by-cell experiments while learning a concept (Jupyter)
βββ projects/ # small, self-contained hands-on projects
βββ README.md # this file - the map of the journey
Each project folder has its own short README: what it does, what I learned, how to run it.
| # | Project / Topic | What I learned | Status |
|---|---|---|---|
| 01 | day01.py - Hello World |
print() is how Python talks back to you - every journey starts here |
β |
| 02 | hello.py - Simple Calculator |
input() reads from the user; int() converts text to a number so you can do math with it |
β |
Following along or learning too? Feel free to star, fork, or say hi.
Started June 2026.