15. Classes and Objects I

Object orientation is one of the most interesting topics in computer programming. Classes, objects, and the object-oriented paradigm are especially important in Python because they underlie everything done in the language.

But in this chapter, as elsewhere, I’ll focus on a functional, hands-on approach: creating interesting but relatively simple applications. The topics include

Image Basic object-oriented techniques

Image Using objects in a database application

A multidimensional point class

What’s an Object?

Believe it or not, ...

Get Python Without Fear now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.