Hi,
I have some experience with C++ and Python, but never written C/C++ extensions for Python. Do you think it could be possible to create Python package without much changes to current codebase? Or perhaps the best solution is to build the library and use ctypes for interfacing?
Hi,
I have some experience with C++ and Python, but never written C/C++ extensions for Python. Do you think it could be possible to create Python package without much changes to current codebase? Or perhaps the best solution is to build the library and use ctypes for interfacing?