cafepy.com

Python Types and Objects

Shalabh Chaturvedi, 01:54 PM on Jun 25, 2007

Abstract

Explains different Python new-style objects, starting with <type 'type'> and <type 'object'>, and going all the way to user defined classes and instances. New-style implies Python version 2.2 and up. The system described is sometimes called the Python type system, or the object model.

This book is part of a series:

  1. Python Types and Objects [you are here]
  2. Python Attributes and Methods

This revision: 1.11