module not callable - why not?

Fredrik Lundh fredrik at pythonware.com
Sun Apr 18 12:36:14 EDT 2004


Hung Jung Lu wrote:

> In prototype-based OOP, you don't have any of these problems.

most of those problems don't apply if you're using Python in the "old way".

it's not like you *need* metaclasses, singleton patterns,
staticmethods/classmethods,
or class/module properties to write rock-solid, easily maintained,
efficient, and scalable
Python programs.   Python works just fine without them.

</F>







More information about the Python-list mailing list