Differences between revisions 8 and 10 (spanning 2 versions)
Revision 8 as of 2002-07-21 04:03:32
Size: 507
Editor: pD9E4D934
Comment:
Revision 10 as of 2002-09-30 16:45:25
Size: 873
Editor: ce1
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * [http://www.swig.org/ SWIG]
 * [http://www.boost.org/libs/python/doc/ BoostPython]
 * [http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ pyrex]
 * [http://www.swig.org/ SWIG] - generate extension module from your .h files
 * ["boost.python"] - write (tiny) C++ class to wrap your classes in an extension module
 * [http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ Pyrex] - write your extension module on Python (!)
Line 8: Line 8:
 * ["weave"]  * ["weave"] - include C code lines in Python program
Line 13: Line 13:


[[There are also interesting solutions for co-operation
between Python and such languages as Tcl,
Perl,
Fortran,
Prolog,
and many others.
We'll write more on these subjects, in time.]]

There a various tools which make it easier to bridge the gap between Python and C/C++:

[Hint: The idea is to create pages for the stuff, not just link it.]

[wiki:Thinki/UsingPythonWithOtherLanguages Much more extensive page on Thinki]

[[There are also interesting solutions for co-operation between Python and such languages as Tcl, Perl, Fortran, Prolog, and many others. We'll write more on these subjects, in time.]]

IntegratingPythonWithOtherLanguages (last edited 2020-07-29 18:06:27 by JaraKaca)

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