lies about OOP

Terry Reedy tjreedy at udel.edu
Thu Dec 16 15:14:10 EST 2004


"Steve Holden" <steve at holdenweb.com> wrote in message 
news:41C1BB06.3020009 at holdenweb.com...
> provide class methods. Though for the life of me I don't *really* know 
> why I find it acceptable in Python to have to write module.func(args) 
> when I dislike having to write class.meth(args) in Java.

I have the same reaction and I strongly suspect it is because the concept 
of OOP class (of instances) has more mental baggage than module as 
convenient name-grouping.

Terry J. Reedy






More information about the Python-list mailing list