Search notes:

Python standard library: ctypes

The ctypes Python standard library makes it possible to call DLLs or shared libraries from Python.
An interesting attribute of ctypes is windll (At least on a Windows implementation of CPython).

See also

Call printf with ctypes
Using ctypes to get an object's reference counter

Index