Is Python an object based programming langauge?

Terry Reedy tejarex at yahoo.com
Mon Mar 11 11:20:27 EST 2002


"Graz Bukanoff" <drevenhaug at hotmail.com> wrote in message
news:f240ab4a.0203110731.3e5bec3c at posting.google.com...
> Is Python an object based programming langauge?

Given that everything in Python *is* an object, yes.  In addition. its
class/instance system is nice for learning OO programming.

On the otherhand, OO fanatics might demur, since it does not force an
OO programming style and allows procedural and even functional styles.

Most of us are more concerned that it is a good-to-program-with
language.

Terry J. Reedy






More information about the Python-list mailing list