A curated set of notebooks exploring advanced Python topics like decorators, generators, concurrency, and OOP.
This repository contains my personal notes, code examples, and practice notebooks as I learn and complete advanced Python topics. I started working on this around one month ago, and I’ve been consistently learning and completing each topic step by step.
The notebooks in this repo are inspired by the “Advanced Python” section from the Python Engineer series. I recreated, practiced, and expanded the concepts in my own way to understand them more deeply.
Why I Created This Repo:
I wanted a place to track my progress and revise concepts whenever needed. Working on it continuously for the last 1 month helped me understand Python beyond the basics and improved my confidence in writing clean, efficient, and modular code.