First page Back Continue Last page Overview Graphics
Basic Procedure
There are two basic procedures for combining Python and another language:
- Executing code of another programming language inside of a Python program
- Executing Python inside of another programming language (e.g. C / C++).