Embedding Python

Just want to share some useful links about embedding Python to your C-based application:
If you have doubts about Python size, there are some minimal implementations: see Embedded Python article. Let me quote tinypy:
tinypy is a minimalist implementation of python in 64k of code
...
What more could you possibly want??
a pony?
However, I highly recommend to use classic CPython implementation (basically because it has a huge number of contributors and supporters, and has an excellent documentation). It can be stripped up to 1-2 megabytes depending of your requirements.

Comments

Popular posts from this blog

Web application framework comparison by memory consumption

Trac Ticket Workflow

Shellcode detection using libemu