This document is for an old version of Python that is no longer supported. You should upgrade and read the Python documentation for the current stable release. 3.1. Objects, values and types¶ Objects are Python’s abstraction for data. All data in a Python program is represented by objects or by relations between objects. (In a sense, and in conformance to Von Neumann’s model of a “stored program c