8 / 22
Что такое модель данных Python и dunder-методы — ключевые идеи книги Fluent Python?
Fluent Python (L. Ramalho) — справочник идиоматичного Python для тех, кто уже программирует. Ядро книги — Python data model и dunder-методы (__len__, __iter__, __getitem__, __repr__, __add__), затем sequences / generators / itertools, decorators и closures, descriptors и properties, type hints (Protocol, Generic), async / await и event loop.