My friend told me that you could create games in blender and it has an game engine in it. Now I want to do some simple things with blender such as rolling ball, the topic now in this question.

Basically, my problem contain
Problems
a learning problem and reference-request.
I am using DVO -layout where many keys such as " and ' are broken -- and many hotkeys are broken (things are apparently hard-coded to QWE -layout).
I find it hard to find help about using python inside Blender, besides broken window-paste-board in X, lack of TAB as auto-completion and lack of good examples.
Helper questions
what kind of modules and functions does it have to edit and tune the Blender -objects?
How can I do a rolling ball such as from (-500,0) to (50,0) with 7-turns in 7 seconds?
Is it possible to handle basic operations in the Python console?
Where can I find Blender-Python code to see examples?
How can I render and open up the render-result to a new window with the console?
