Section 1: Tighter Integration Via Special Methods

We'll extend the core object-oriented programming techniques to allow for increased integration of the classes we create with other features of Python.

The following chapters will be covered in this section:

  • Chapter 1Preliminaries, Tools, and Techniques
  • Chapter 2The __init__() Method
  • Chapter 3Integrating Seamlessly – Basic Special Methods
  • Chapter 4Attribute Access, Properties, and Descriptors
  • Chapter 5The ABCs of Consistent Design
  • Chapter 6Using Callables and Contexts
  • Chapter 7Creating Containers and Collections
  • Chapter 8Creating Numbers
  • Chapter 9Decorators and Mixins – Cross-Cutting Aspects
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset