cafepy.com

Python Types and Objects

Shalabh Chaturvedi, 10:39 PM on Oct 12, 2008

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.