This repository contains study notes, examples, and exercises for learning Fluent Python (2nd edition).
- Chapter-based folders for core Python topics
- Example code and small practice files
- Notes and summaries to support reading and experimentation
- 01-data-structures
- 02-functions-as-objects
- 03-classes-and-protocols
- 04-control-flow
- 05-meta-programming
This repo is meant for hands-on learning as I work through Fluent Python, with code organized by topic so it’s easier to follow and revisit.
Open the chapter folders and explore the example files directly. You can also use this repository as a place to add your own notes and experiments while reading.