
cpyquickhelper: python + C++ in different waysΒΆ


Links: github, documentation, cpyquickhelper: python + C++ in different ways, blog
This library explores various technics to use C or C++ functions in Python.
Links on how to use C in Python extension:
The produced code might be quite verbose. One possible option is pybind11 which speeds up the writing of functions binding C objects with Python objects. The interface also speeds up the development of functions taking array and matrices from numpy as inputs or outputs.