On Sun, May 13, 2012 at 11:25 PM, David Shi <[email protected]> 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 -- http://mail.python.org/mailman/listinfo/python-list
