faqts : Computers : Programming : Languages : Python : Common Problems : C/C++ Code

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

3 of 4 people (75%) answered Yes
Recently 0 of 1 people (0%) answered Yes

Entry

Where can I find info on combining C, Assembler, and Python?

Jun 15th, 2000 05:32
unknown unknown, Martijn Faassen


Take a look here:

Extending and Embedding the Python Interpreter

http://www.python.org/doc/current/ext/ext.html

And here:

Python/C API

http://www.python.org/doc/current/api/api.html

These are part of the standard Python documentation. You'll have to do
the assembler calls yourself, from C.