Embedding Python in C/C++
Learn how to embed python in C/C++. A C library that helps to embed python modules into C/C++ applications. The API library provides a bunch of C routines to initialize the Python Interpreter, call into your Python modules and finish up the embedding.
Click here to see the tutorial.
0 comments: