Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.36 KB

foreign-function-interface.md

File metadata and controls

28 lines (23 loc) · 1.36 KB

https://pypi.python.org/pypi/cffi

Foreign Function Interface for Python calling C code.


https://docs.python.org/3/library/ctypes.html

(Python standard library) Foreign Function Interface for Python calling C code.


https://mathema.tician.de/software/pycuda/

A Python wrapper for Nvidia's CUDA API.


http://www.swig.org/Doc1.3/Python.html

Simplified Wrapper and Interface Generator.