From e1b8edbe6a706df3f117d1ba2cf3c655559fc938 Mon Sep 17 00:00:00 2001 From: Luciano Ramalho Date: Fri, 12 Feb 2021 23:33:02 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index defbde9..27f5740 100644 --- a/README.md +++ b/README.md @@ -38,15 +38,16 @@ Part / Chapter #|Title|Directory|Notebook|1st ed. Chapter # 12|Sequence Hacking, Hashing, and Slicing|[12-seq-hacking](12-seq-hacking)||10 13|Interfaces: From Protocols to ABCs|[13-iface-abc](13-iface-abc)||11 14|Inheritance: For Good or For Worse|[14-inheritance](14-inheritance)||12 -🆕 15|Type Hints Distilled|[15-type-hints](15-type-hints)||– +🆕 15|More About Type Hints|[15-type-hints](15-type-hints)||– 16|Operator Overloading: Doing It Right|[16-op-overloading](16-op-overloading)||13 **V – Control Flow**| 17|Iterables, Iterators, and Generators|[17-it-generator](17-it-generator)||14 18|Context Managers and else Blocks|[18-context-mngr](18-context-mngr)||15 19|Coroutines|[19-coroutine](19-coroutine)||16 -20|Concurrency with Futures|[20-futures](20-futures)||17 -21|Concurrency with asyncio|[21-asyncio](21-asyncio)||18 +🆕 20|Concurrency with Futures|[20-futures](20-futures)||- +21|Concurrency with Futures|[21-futures](21-futures)||17 +22|Concurrency with asyncio|[22-asyncio](22-asyncio)||18 **VI – Metaprogramming**| -22|Dynamic Attributes and Properties|[22-dyn-attr-prop](22-dyn-attr-prop)||19 -23|Attribute Descriptors|[23-descriptor](23-descriptor)||20 -24|Class Metaprogramming|[24-class-metaprog](24-class-metaprog)||21 +23|Dynamic Attributes and Properties|[22-dyn-attr-prop](22-dyn-attr-prop)||19 +24|Attribute Descriptors|[23-descriptor](23-descriptor)||20 +25|Class Metaprogramming|[24-class-metaprog](24-class-metaprog)||21 From 626ea744055a63b6ce938ed7721d744fdf78383f Mon Sep 17 00:00:00 2001 From: Luciano Ramalho Date: Fri, 12 Feb 2021 23:34:26 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27f5740..3835e54 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Part / Chapter #|Title|Directory|Notebook|1st ed. Chapter # 17|Iterables, Iterators, and Generators|[17-it-generator](17-it-generator)||14 18|Context Managers and else Blocks|[18-context-mngr](18-context-mngr)||15 19|Coroutines|[19-coroutine](19-coroutine)||16 -🆕 20|Concurrency with Futures|[20-futures](20-futures)||- +🆕 20|Concurrency Models in Python|[20-concurrency](20-concurrency)||- 21|Concurrency with Futures|[21-futures](21-futures)||17 22|Concurrency with asyncio|[22-asyncio](22-asyncio)||18 **VI – Metaprogramming**|