I want to make use of a C
library, from which a shared object and the header files are available.
As the documentation of ctypes
and Cython
are very scarce and tutorials about those were for different usage, I need some help.
So, I don't know where to start here and which tool would be the easiest solution for a Python beginner like me.