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
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 the message about python sound modules, my mistake.
thanks,
g
--
http://mail.python.org/mailman/listinfo/python-list
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
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