|
Writing application plug-ins in PythonAbstract: Many products define an API for plug-ins which can be provided as Shared Libraries (DLL files on Windows). These applications often document a C/C++ API and provide header files with support functions and interfaces that must be implemented. I will show how to use Python and supporting modules (ctypes, Cython/Pyrex) to create a úPython ù plug-in for such an application using a worked example
|