E-Book, Englisch, 770 Seiten
Lott Mastering Object-Oriented Python.
2. Auflage 2019
ISBN: 978-1-78953-140-4
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
Build powerful applications with reusable code using OOP design patterns and Python 3.7
E-Book, Englisch, 770 Seiten
ISBN: 978-1-78953-140-4
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
No detailed description available for "Mastering Object-Oriented Python.".
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Table of Contents - Preliminaries, Tools, and Techniques
- The __init__() Method
- Integrating Seamlessly - Basic Special Methods
- Attribute Access, Properties, and Descriptors
- The ABCs of Consistent Design
- Using Callables and Contexts
- Creating Containers and Collections
- Creating Numbers
- Decorators and Mixins - Cross-cutting Aspects
- Serializing and Saving - JSON, YAML, Pickle, CSV, and XML
- Storing and Retrieving Objects via Shelve
- Storing and Retrieving Objects via SQLite
- Transmitting and Sharing Objects
- Configuration Files and Persistence
- Design Principles and Patterns
- The Logging and Warning Modules
- Designing for Testability
- Coping With the Command Line
- Module and Package Design
- Quality and Documentation