class question

2007-03-17 Thread sittner
Hello there, i am pretty new to object-oriented programming and i have a question: let's say i have a simple class such as: class father: age=... name= def abcd. class son(father): age= name= def efgh: or any other heirarchic s

best package for a physical simulation?

2007-01-23 Thread sittner
Hello everyone, i would like to use python to perform some simulation involving collisions of colloidal particles. which is the best package/engine to do that in python? thanks, T -- http://mail.python.org/mailman/listinfo/python-list

you can erase me last message - a mistake....

2006-11-06 Thread sittner
you can erase the message about python sound modules, my mistake. thanks, g -- http://mail.python.org/mailman/listinfo/python-list

sound processing modules in python - anyone?

2006-11-06 Thread sittner
Hi everyone, I'm looking for a module for sound processing (manipulating sound objets, filters, ffts etc.). I tried Snack, but when i downloaded the package that was supposed to be for python, there was only the Tk/Tcl stuff (where's the .py ?). could anyone help me with that (or with any other sou

pretty basic instantiation question

2006-10-23 Thread sittner
i'm very new to python, but i have a pretty basic question: let's say i have a class, and i need to create a different number of instances (changes every time - and i can't know the number in advance) in a loop. a function receives the number of instances that are needed, and creates them like, a=M