learn-python-with-phoebe

Open the live course Star this repo Free courses

β–ΆοΈŽ Open the live course β†’

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 β†—

Learn Python with Phoebe

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.

Why this repo exists

How it’s organized

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.

My setup

Progress log

# 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.