Can python methods be called from a C program?
2 answers
Here is the doc element from python site about extending C with python function
Here is the beginning of the documentation (where it relates to python.h) where you can extend Python with C functionality.
+5
a source to share