Python-list Digest, Vol 82, Issue 48
Thomas Jollans
thomas at jollans.com
Tue Jul 6 07:31:58 EDT 2010
On 07/06/2010 12:03 PM, francisco dorset wrote:
> i need resources or books on how to embedding python into c/c++...and
> also extending it
>
> [snip]
What is the digest doing at the end of your message then?
Anyway:
http://docs.python.org/py3k/c-api/index.html
http://docs.python.org/py3k/extending/index.html
or, if you feel like using the archaic 2.x series of CPython,
http://docs.python.org/c-api/index.html
http://docs.python.org/extending/index.html
Have fun
More information about the Python-list
mailing list