Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edthrn/python3-in-c
A dummy example of how to embed a Python 3 interpreter in your C program.
https://github.com/edthrn/python3-in-c
Last synced: 2 months ago
JSON representation
A dummy example of how to embed a Python 3 interpreter in your C program.
- Host: GitHub
- URL: https://github.com/edthrn/python3-in-c
- Owner: edthrn
- Created: 2018-05-10T14:27:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T17:00:35.000Z (over 6 years ago)
- Last Synced: 2024-05-18T21:45:27.046Z (8 months ago)
- Language: C
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - python3-in-c
README
# python3-in-c
A dummy example of how to embed a Python 3 interpreter in your C program.This code has been written to illustrate a technical blog post that you can find here [http://edtheron.me/blog/embed-python-3-interpreter-c-program](http://edtheron.me/blog/embed-python-3-interpreter-c-program)
All details are provided in the blog post.