A compact, personal collection of short Python notes and small runnable examples. Designed as a quick reference for concepts you learn and want to keep handy — not exhaustive tutorials.
- Concise explanations of core Python topics.
- Small, practical code snippets and examples you can run.
- Quick tips, common patterns, and short exercises.
- Notes intended for fast reading and easy reuse.
- Browse folders/topics for examples.
- Run snippets in an interpreter or virtual environment.
- Add small examples or notes as you learn; keep them brief and focused.
Small contributions are welcome. Open an issue to propose a topic or submit a short PR with a clear example and minimal explanation.
- Official Python docs: https://docs.python.org/3/
- PEP 8 (Style Guide): https://peps.python.org/pep-0008/
- Python Packaging User Guide: https://packaging.python.org/
- Real Python: https://realpython.com/
- Learn Python: https://www.learnpython.org/