Swig
We can use Swig to develop Python modules. For a detailed introduction, please see: Python Modules with Swig
Cython
We can also use Cython to build Python modules.
xmake.lua
PyBind
We can also use pybind11 to build python modules.
xmake.lua
Python Module
We can also use the C-API interface provided by the Python Library to build Python modules directly.
xmake.lua