Go to file
2019-03-21 15:01:32 -03:00
01-data-model added README.rst files from Atlas 2015-04-15 05:20:25 -03:00
02-array-seq added README.rst files from Atlas 2015-04-15 05:20:25 -03:00
03-dict-set fixed anomalous backslash in string 2019-03-20 22:05:34 +08:00
04-text-byte added README.rst files from Atlas 2015-04-15 05:20:25 -03:00
05-1class-func update from Atlas with major reorg 2015-04-17 21:29:30 -03:00
06-dp-1class-func added README.rst files from Atlas 2015-04-15 05:20:25 -03:00
07-closure-deco update from Atlas with major reorg 2015-04-17 21:29:30 -03:00
08-obj-ref added README.rst files from Atlas 2015-04-15 05:20:25 -03:00
09-pythonic-obj added README.rst files from Atlas 2015-04-15 05:20:25 -03:00
10-seq-hacking added README.rst files from Atlas 2015-04-15 05:20:25 -03:00
11-iface-abc update from Atlas with major reorg 2015-04-17 21:29:30 -03:00
12-inheritance added README.rst files from Atlas 2015-04-15 05:20:25 -03:00
13-op-overloading update from Atlas with major reorg 2015-04-17 21:29:30 -03:00
14-it-generator fixed anomalous backslash in string 2019-03-20 22:05:34 +08:00
15-context-mngr added README.rst files from Atlas 2015-04-15 05:20:25 -03:00
16-coroutine remove unnecessary import 2017-06-06 06:30:29 +03:00
17-futures updated requests to avoid CVE-2018-18074 2019-01-22 17:27:43 -02:00
17-futures-py3.7 updated more ch. 17 examples to Python 3.7 2019-01-23 22:19:17 -02:00
18-asyncio fixed anomalous backslash in string 2019-03-20 22:05:34 +08:00
18-asyncio-py3.7 fixed anomalous backslash in string 2019-03-20 22:05:34 +08:00
19-dyn-attr-prop update from Atlas with major reorg 2015-04-17 21:29:30 -03:00
20-descriptor update from Atlas with major reorg 2015-04-17 21:29:30 -03:00
21-class-metaprog Remove unused Asciidoc include marker comments 2015-10-15 22:27:49 -03:00
attic fixed anomalous backslash in string 2019-03-20 22:05:34 +08:00
.gitignore some chapter 17 examples updated for Python 3.7 2019-01-23 13:51:14 -02:00
LICENSE Added LR name to LICENSE 2014-10-14 14:23:54 -03:00
localfiles.txt added README.rst files from Atlas 2015-04-15 05:20:25 -03:00
README.rst updated README.rst for 2nd edition 2019-03-21 15:01:32 -03:00
update.sh Editing README.rst; adding local utility files 2014-10-14 14:17:28 -03:00

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.