A personal learning repo documenting my Python journey. From fundamentals to real-world projects.
Everything here is a work in progress. The goal isn't perfection, it's consistency.
| Folder | Description |
|---|---|
python-101 |
Core concepts — variables, loops, functions, OOP |
projects |
Small projects built to apply what I've learned |
api-tests |
Experimenting with REST APIs and HTTP requests |
| notes | Cheatsheets and snippets I keep coming back to |
Python 3.12 · pyenv · VS Code · Git
- Build real things, not just follow tutorials
- Write clean, readable Python
- Get comfortable with APIs, automation, and scripting
- Document the journey publicly
git clone https://github.com/philcodex/Learn-Python
cd PythonLearn
pip install -r requirements.txtUpdated regularly as I learn. Started 2026.