Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.89 KB

File metadata and controls

50 lines (36 loc) · 1.89 KB

python-deep-dive

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.

Projects

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

How this repo is organized

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.

Roadmap

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 --strict across all code
  • asyncio
  • Capstone (Week 4): name and link it here once it ships

License