01-data-model | ||
02-array-seq | ||
03-dict-set | ||
04-text-byte | ||
05-1class-func | ||
06-dp-1class-func | ||
07-closure-deco | ||
08-obj-ref | ||
09-pythonic-obj | ||
10-seq-hacking | ||
11-iface-abc | ||
12-inheritance | ||
13-op-overloading | ||
14-it-generator | ||
15-context-mngr | ||
16-coroutine | ||
17-futures | ||
17-futures-py3.7 | ||
18-asyncio | ||
18-asyncio-py3.7 | ||
19-dyn-attr-prop | ||
20-descriptor | ||
21-class-metaprog | ||
attic | ||
.gitignore | ||
LICENSE | ||
localfiles.txt | ||
README.rst | ||
update.sh |
Fluent Python 2e example code ============================= Example code for the book **Fluent Python, 2nd edition** by Luciano Ramalho (O'Reilly, 2020). **BEWARE**: This is a work in progress, like the book itself. * Code here may change and disappear without warning. * A major reorganizations may happen at any time. * No promises. No guarantees. Use at own risk.