foreign-function-interface.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [foreign-function-interface]
www.codever.land/bookmarks/t/foreign-function-interface
cffi
https://pypi.python.org/pypi/cffi
Foreign Function Interface for Python calling C code.
- tags: python, foreign-function-interface
ctypes
https://docs.python.org/3/library/ctypes.html
(Python standard library) Foreign Function Interface for Python calling C code.
- tags: python, foreign-function-interface
PyCUDA
https://mathema.tician.de/software/pycuda/
A Python wrapper for Nvidia's CUDA API.
- tags: python, foreign-function-interface
SWIG
http://www.swig.org/Doc1.3/Python.html
Simplified Wrapper and Interface Generator.
- tags: python, foreign-function-interface