Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/camburn/EmbeddedPython
- Owner: camburn
- Created: 2017-03-11T00:51:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T03:38:53.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T18:16:39.307Z (6 months ago)
- Language: C
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - EmbeddedPython
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.