I was wondering if anyone has some good examples of running python functions and scripts within C++ using the Python C API. I can't seem to understand the ways of the Python C API, and was expecting something more similar to the Lua C API.
The real question is "What are some ways to use python in C++ programs, such as calling python functions from C++ and calling C++ functions from python?"
Sorry if I worded this a little awkward, I am not the most experienced poster.