Étendre Python avec ctypes et pyrex
Pourquoi se priver du grand nombre de bibliothèques, applications et autres qui ne sont pas écrites en Python ?
Comment étendre son logiciel avec un langage dynamique comme Python ?
ctypes et Pyrex sont la solution à votre problème.
ctypes and Pyrex are two ways to enhance python programs with C ones. You could easily extend a existant C application or extend Python with new libraries written in C.