Skip to content

Latest commit

 

History

History
56 lines (56 loc) · 2.08 KB

fluentpy3_errors.md

File metadata and controls

56 lines (56 loc) · 2.08 KB

Preface

Chapter 1: The Python Data Model

Chapter 2: An array of sequences

Chapter 3: Dictionaries and sets

Chapter 4: Text versus bytes

Chapter 5: First-class functions

Chapter 6: Design patterns with first-class functions

Chapter 7: Function decorators and closures

Chapter 8: Object references, mutability and recycling

Chapter 9: A Pythonic object

Chapter 10: Sequence hacking, hashing and slicing

Chapter 11: Interfaces: from protocols to ABCs

Chapter 12: Inheritance: for good or for worse

Chapter 13: Operator overloading: doing it right

Chapter 14: Iterables, iterators and generators

Chapter 15: Context managers and else blocks

Chapter 16: Coroutines

Chapter 17: Concurrency with futures

Chapter 18: Concurrency with asyncio

Chapter 19: Dynamic attributes and properties

Chapter 20: Attribute descriptors

Chapter 21: Class metaprogramming

Afterword

Support scripts

Python jargon