How to control textures with Python?

Is there a way to control textures during the game with python scripts commands like setTexture, setTexturePosition, setTexturePosition? I decided to learn python for game engine but don’t find this features in the documentation.

Texture position can be modified by change of UV coordinates; setting of new textures can be managed by Video Texture plug-in.