Chapter 1: The Python Data Model Flashcards
1
Q
What is the Python Data Model?
A
All data in a Python program is represented by objects or relations between objects
The interpreter invokes special methods, with trailing and leading double underscores, to perform basic object operations
2
Q
How may one read the zen of Python?
A
import this
3
Q
A