Organisation of python classes and their methods

Martin Hewitson martinhewitson at me.com
Fri Nov 2 10:49:16 EDT 2012


> 
> 
> BTW: If you told us which language(s) you have a background in, it could be easier to help you with identifying the idioms in that language that turn into misconceptions when applied to Python.

I'm considering porting some MATLAB code to python to move away from commercial software. Python seemed like the right choice simply because of the wonderful numpy, scipy and matplotlib.

So my project will build on these packages to provide some additional state and functionality.

Cheers,

Martin

> 
> Greetings!
> 
> Uli
> 
> [1] Actually, modules themselves provide the kind of separation that I think you are after. Don't always think "class" if it comes to encapsulation and modularization!
> -- 
> http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list