Skip to content

subham-hq/python-deep-dive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Deep-dive into core Python: decorators, iterators, generators, context managers, typing, asyncio. Hands-on builds, written closed-book, verified on Python 3.12.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages