DirectPython is an open source C extension to the Python programming language which provides basic access to DirectX (9.0c) API, including Direct3D, DirectSound, DirectShow and DirectInput. DirectPython uses DirectX almost directly, usually just interpreting Python objects to a form that DirectX can understand. Naturally Python's philosophy has been kept in mind ...