From-scratch implementations of core Python internals — decorators, iterators, generators, and context managers — each built by hand in its own folder with a runnable demo. Python 3.12, no third-party dependencies.
| Project | What it covers |
|---|---|
| Log File Analyzer | add a README to this folder |
| datapipe | add a README to this folder |
| practice | add a README to this folder |
Each top-level folder is a self-contained mini-project with its own README.md
covering what it does and how to run it. The index above is assembled
automatically from those per-project READMEs, so adding a new folder with a
README is all it takes for the table to update itself.
A structured backend-engineering study plan. Boxes are checked only when the work is actually in the repo.
- Decorators, iterators, generators, context managers
- Typing &
mypy --strictacross all code -
asyncio - Capstone (Week 4): name and link it here once it ships