Types and Objects in Python

All the data stored in a Python program is built around the concept of an object. Objects include fundamental data types such as numbers, strings, lists, and dictionaries. It’s also possible to create user-defined objects in the form of classes or extension types. This chapter describes the Python object model and provides an overview of the built-in data types.

21 Comments

  1. 2006-03-20 2:18 pm
    • 2006-03-20 3:15 pm
      • 2006-03-20 3:25 pm
        • 2006-03-20 5:05 pm
    • 2006-03-20 3:28 pm
      • 2006-03-20 3:31 pm
        • 2006-03-20 3:50 pm
          • 2006-03-20 4:05 pm
          • 2006-03-20 4:13 pm
          • 2006-03-20 11:12 pm
          • 2006-03-21 8:02 am
          • 2006-03-21 8:27 am
          • 2006-03-21 8:53 am
          • 2006-03-21 9:13 am
          • 2006-03-21 9:26 am
          • 2006-03-21 9:36 am
  2. 2006-03-20 4:06 pm
    • 2006-03-20 5:02 pm
    • 2006-03-20 6:37 pm
    • 2006-03-20 11:18 pm
    • 2006-03-21 4:56 pm