Differences between revisions 21 and 24 (spanning 3 versions)
Revision 21 as of 2003-04-09 23:24:05
Size: 2833
Editor: beta
Comment: Added elmer to C/C++ section, added Tcl section and elmer under it
Revision 24 as of 2003-06-12 23:01:28
Size: 3044
Editor: MikeRovner
Comment: added link to David Abrahams and Ralf W. Grosse-Kunstleve's article in CUJ
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * [http://starship.python.net/crew/theller/ctypes.html ctypes] is a Python module allowing to create and manipulate C data types in Python. These can then be passed to C-functions loaded from dynamic link libraries.  * [http://starship.python.net/crew/theller/ctypes/ ctypes] is a Python module allowing to create and manipulate C data types in Python. These can then be passed to C-functions loaded from dynamic link libraries.
Line 18: Line 18:
Embedding Python in Multi-Threaded C/C++ Applications in [http://www.linuxjournal.com/article.php?sid=3641 LinuxJournal]  * Embedding Python in Multi-Threaded C/C++ Applications in [http://www.linuxjournal.com/article.php?sid=3641 LinuxJournal]
 * Building Hybrid Systems with Boost.Python in [http://www.cuj.com/documents/s=8188/cuj0307abrahams/ C/C++ User Journal]
Line 64: Line 65:

= Other (standards and protocols) =
 * XMLRPC and SOAP
 * Yaml: http://www.yaml.org

C/C++

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]

Articles


[[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.]]

Fortran

Prolog

See also [http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&q=Python+prolog]

Java

  • ["Jython"] - Python implemented in Java

C#/.NET

[http://www.activestate.com/Corporate/Initiatives/NET/Research.html?_x=1 ActiveState research]

Perl

See http://www.faqts.com/knowledge_base/view.phtml/aid/17202/fid/1102

R

Objective-C

Tcl

Other (applications)

to name a few. There are much [http://www.google.com/search?q=Python+binding&hl=en more...]

Other (standards and protocols)

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

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