is Python fully object oriented ?

Nick Trout nickatvideosystemdotcodotuk
Fri Jan 12 12:25:07 EST 2001


Interesting answer. I agree about "self". Its consistent use is a sort of a
Python coding standard. That, and other features of the language, like
indentation, makes code easier to read and trace. As also mentioned, in a
seperate post, the fact that you only have one file to maintain, ie. not
header and implementation file is another productivity gain, through
clarity.






More information about the Python-list mailing list