Differences between revisions 2 and 3
Revision 2 as of 2005-03-09 19:57:27
Size: 743
Editor: fmfwpr01
Comment:
Revision 3 as of 2005-11-22 08:57:26
Size: 837
Editor: 71
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * [http://www.mingw.org/MinGWiki/index.php/Python%20extensions minGW compiled extensions]

Extending and Embedding Python

Extending

Python extensions are generally written in C/C++ using the Python/C API to implement functions and data types that can be called from the Python interpreter.

Embedding

Python embedding occurs when the Python interpreter is a subtask of a larger application. Note that embedded Python can also be extended.

FAQ

Examples

Official Documentation


CategoryDocumentation

Embedding and Extending (last edited 2008-11-15 13:59:44 by localhost)

Unable to edit the page? See the FrontPage for instructions.