Bindings
C/C++
Name | Short description | 🚦 |
---|---|---|
Cython | C/C++ binding library with numpy array integration | 🟢 |
ctypes | Native python method for calling functions in shared C libraries | 🟠 |
pybind11 | Bindings to C++ with a steep learning curve | 🟠 |
Rust
Fortran
Name | Short description | 🚦 |
---|---|---|
f2py | Bindings to Fortran developed by numpy | 🟠 |