¿Cómo ejecutar un script de Python en C?
How do I run a Python script in C? So, we will use the follow the following rule to call a Python function: Initialize the Python environment. Import the Python module. Get the reference to Python function, to call. Check if the function can be called, and call it. Then object the returned Python object, … Leer más