Monday, February 15, 2016

Mastering Object-oriented Python





Table of Contents
Preface 
Some Preliminaries

Part 1: Pythonic Classes via Special Methods
Chapter 1: The __init__() Method
Chapter 2: Integrating Seamlessly with Python – 
Basic Special Methods
Chapter 3: Attribute Access, Properties, and Descriptors
Chapter 4: The ABCs of Consistent Design
Chapter 5: Using Callables and Contexts
Chapter 6: Creating Containers and Collections
Chapter 7: Creating Numbers
Chapter 8: Decorators and Mixins – Cross-cutting Aspects

Part 2: Persistence and Serialization
Chapter 9: Serializing and Saving – JSON, YAML, Pickle, 

CSV, and XML
Chapter 10: Storing and Retrieving Objects via Shelve 
Chapter 11: Storing and Retrieving Objects via SQLite
Chapter 12: Transmitting and Sharing Objects
Chapter 13: Configuration Files and Persistence

Part 3: Testing, Debugging, Deploying, and Maintaining
Chapter 14: The Logging and Warning Modules
Chapter 15: Designing for Testability 
Chapter 16: Coping With the Command Line
Chapter 17: The Module and Package Design
Chapter 18: Quality and Documentation
Index

To download the book please click the download button ..........
https://drive.google.com/file/d/0B03aHmrU8BfBbDk4elRVRmkxVkk/view?usp=sharing



No comments:

Post a Comment