Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/camburn/EmbeddedPython

An example of an embedded python interpreter in a C program.
https://github.com/camburn/EmbeddedPython

Last synced: 2 months ago
JSON representation

An example of an embedded python interpreter in a C program.

Awesome Lists containing this project

README

        

# Embedded Python Example

This is an example of an embedded python interpreter within a C program.

It demonstrates created the interpreter then defining an extension module
within C that can be imported and ran from Python. It also has an example of a
Python module that is imported and called from within the C program.