From b6be99e83d9e028ecba63b4f34e4c85abc24e137 Mon Sep 17 00:00:00 2001 From: Luciano Ramalho Date: Sat, 6 Apr 2019 07:17:48 -0300 Subject: [PATCH] minor edits to README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 593abbe..5e72a9e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,12 @@ Example code for the book **Fluent Python, 2nd edition** by Luciano R > > * No promises. No guarantees. Use at own risk. -## Chapter Map +## Table of Contents + +This table of contents is subject to change at any time until the book is in print. + +New chapters in **Fluent Python 2e** are marked with 🆕. + Part|Chapter|Chapter Title|Directory|1st ed. Directory ---|---:|---|---|--- @@ -32,11 +37,10 @@ IV – Object-Oriented Idioms|10|Object References, Mutability, and Recycling|[1  |16|Operator Overloading: Doing It Right|[16-op-overloading](16-op-overloading)|13-op-overloading V – Control Flow|17|Iterables, Iterators, and Generators|[17-it-generator](17-it-generator)|14-it-generator  |18|Context Managers and else Blocks|[18-context-mngr](18-context-mngr)|15-context-mngr - |19|Coroutines|[19-coroutine](19-coroutine)|16-coroutine + |19|Native Coroutines|[19-coroutine](19-coroutine)|16-coroutine  |20|Concurrency with Futures|[20-futures](20-futures)|17-futures  |21|Concurrency with asyncio|[21-asyncio](21-asyncio)|18-asyncio VI – Metaprogramming|22|Dynamic Attributes and Properties|[22-dyn-attr-prop](22-dyn-attr-prop)|19-dyn-attr-prop  |23|Attribute Descriptors|[23-descriptor](23-descriptor)|20-descriptor  |24|Class Metapgrogramming|[24-class-metaprog](24-class-metaprog)|21-class-metaprog -> New chapters are marked with 🆕