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