Context
In January 2014, integrating Python as a scripting language in C applications was a technique used by many major software projects (Blender, GIMP, Vim). Embedding Python in a C application made it extensible without recompilation.
What is this article about?
The article explains how to embed the Python interpreter in a C application. It covers interpreter initialization, executing Python scripts from C, data exchange between the two languages, and memory management.
Summary
Use Python in your C applications
