You are here: Home > Dive Into Python > Objects and Object-Orientation > Summary | << >> | ||||
Dive Into PythonPython from novice to pro |
That's it for the hard-core object trickery. You'll see a real-world application of special class methods in Chapter 12, which uses getattr to create a proxy to a remote web service.
The next chapter will continue using this code sample to explore other Python concepts, such as exceptions, file objects, and for loops.
Before diving into the next chapter, make sure you're comfortable doing all of these things:
<< Private Functions |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | |
Exceptions and File Handling >> |