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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How may one read the zen of Python?

A

import this

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly