We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5257010 commit b6be99eCopy full SHA for b6be99e
1 file changed
README.md
@@ -10,7 +10,12 @@ Example code for the book **Fluent Python, 2<sup>nd</sup> edition** by Luciano R
10
>
11
> * No promises. No guarantees. Use at own risk.
12
13
-## Chapter Map
+## Table of Contents
14
+
15
+This table of contents is subject to change at any time until the book is in print.
16
17
+New chapters in **Fluent Python 2e** are marked with 🆕.
18
19
20
Part|Chapter|Chapter Title|Directory|1<sup>st</sup> ed. Directory
21
---|---:|---|---|---
@@ -32,11 +37,10 @@ IV – Object-Oriented Idioms|10|Object References, Mutability, and Recycling|[1
32
37
|16|Operator Overloading: Doing It Right|[16-op-overloading](16-op-overloading)|13-op-overloading
33
38
V – Control Flow|17|Iterables, Iterators, and Generators|[17-it-generator](17-it-generator)|14-it-generator
34
39
|18|Context Managers and else Blocks|[18-context-mngr](18-context-mngr)|15-context-mngr
35
- |19|Coroutines|[19-coroutine](19-coroutine)|16-coroutine
40
+ |19|Native Coroutines|[19-coroutine](19-coroutine)|16-coroutine
36
41
|20|Concurrency with Futures|[20-futures](20-futures)|17-futures
42
|21|Concurrency with asyncio|[21-asyncio](21-asyncio)|18-asyncio
43
VI – Metaprogramming|22|Dynamic Attributes and Properties|[22-dyn-attr-prop](22-dyn-attr-prop)|19-dyn-attr-prop
44
|23|Attribute Descriptors|[23-descriptor](23-descriptor)|20-descriptor
45
|24|Class Metapgrogramming|[24-class-metaprog](24-class-metaprog)|21-class-metaprog
46
-> New chapters are marked with 🆕
0 commit comments