What is not objects in Python?

process circularfunc at gmail.com
Sun Sep 28 14:29:42 EDT 2008


I have heard some criticism about Python, that it is not fully object-
oriented.

What is not an object in Python?

Why isn't len implemented as a str.len and list.len method instead of
a len(list) function?



More information about the Python-list mailing list