/fluent-python-links

Bootstrapping a better Python programmer, utilizing knowledge graph and source code studying.

Creative Commons Zero v1.0 UniversalCC0-1.0

Fluent Python Links

Actually a companion for bootstrapping a better Python programmer, utilizing knowledge graph and source code studying.

How to use

Data model

Materials organized as in the fluent python book

  1. Preface
  2. The Python Data Model
  3. An Array of Sequences
  4. Dictionaries and Sets
  5. Text versus Bytes
  6. First-Class Functions
  7. Design Patterns with First-Class Functions
  8. Function Decorators and Closures
  9. Object References, Mutability, and Recycling
  10. A Pythonic Object
  11. Sequence Hacking, Hashing, and Slicing
  12. Interfaces: From Protocols to ABCs
  13. Inheritance: For Good or For Worse
  14. Operator Overloading: Doing It Right
  15. Iterables, Iterators, and Generators
  16. Context Managers and else Blocks
  17. Coroutines
  18. Concurrency with Futures
  19. Concurrency with asyncio
  20. Dynamic Attributes and Properties
  21. Attribute Descriptors
  22. Class Metaprogramming

How to contribute

TODO list