Since we started learning a bit of Python at the university i decided it might be fun to try and program some stuff in it for my phone.
The first thing i did today was this stupid (but kind of fun) application where you move a ball with the help of the accelerometer, as a basis for it i took the pre-loaded example "ball.py" and just added a few lines here and there (had a couple of syntax problems too at first since i'm new to Python). It's in the attachment if you want to play with it, the controls are: left-right: adjust friction, up-down: adjust gravity, center: create or destroy the rope
Anyway the real purpose of this topic is to find out if i can get a list of modules and functions and information about what they do, the megamodulepack seems like something interesting, but after searching the internet for some time i haven't been able to find any documentation for it.
for more general stuff i'm using the documentation i got here:
SourceForge.net: Files
but i can't find any information about the extra modules
i hope this is the right section, i thought about putting it in "Symbian OS", but it doesn't really belong there either