December 2000
Intermediate to advanced
816 pages
16h 57m
English
Before we get into the nitty-gritty of OOP and classes, we begin with a high-level overview, then present some simple examples to get you “warmed up.” If you are new to object-oriented programming, you may wish to merely skim this section first, then begin the formal reading in Section 13.2. This section is targeted more to those already familiar with the concepts, who simply want to see “how it's done” in Python.
The main two entities in Python object-oriented programming are classes and class instances (see Figure 13-1).
Read now
Unlock full access