How to call and execute C code in Python?

Chris Angelico rosuav at gmail.com
Sun May 13 11:39:42 EDT 2012


On Sun, May 13, 2012 at 11:25 PM, David Shi <davidgshi at yahoo.co.uk> wrote:
> Can anyone tell me how to call and exectute C code in Python?

Browse the documentation about Extending and Embedding Python, there's
an extensive API.

Chris Angelico



More information about the Python-list mailing list