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: about 2 months ago
JSON representation

A dummy example of how to embed a Python 3 interpreter in your C program.

Lists

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.