Python Foreign Function Interface

Back

1. cffi

Foreign Function Interface for Python calling C code.

2. ctypes

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

3. PyCUDA

A Python wrapper for Nvidia's CUDA API.

4. SWIG

Simplified Wrapper and Interface Generator.