Embed presentation
Download to read offline


Python is a popular programming language that can be embedded into applications to provide scripting capabilities. Embedding Python allows non-Python code to execute Python scripts and modules and interact with Python objects. This document provides two examples of embedding Python into C/C++ applications and extending them with Python code.
