Size: 2062
Comment: corba as a language integration solution
|
Size: 2103
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
* ["SIP"] - ["Qt"] API wrapper library |
C/C++
There a various tools which make it easier to bridge the gap between Python and C/C++:
[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
- ["weave"] - include C code lines in Python program
- ["SIP"] - ["Qt"] API wrapper library
[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.]]
Fortran
FtwoPy - Fortran to Python Interface Generator (http://cens.ioc.ee/projects/f2py2e/)
PyFort -- The Python-Fortran connection tool (http://pyfortran.sourceforge.net/)
Prolog
PyLog [http://christophe.delord.free.fr/en/pylog/prolog.html]
bedevere [http://bedevere.sourceforge.net/]
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
Other (applications)
LotusNotes [http://www.dominopower.com/issuesprint/issue200008/command.html]
Eiffel/Haskell [http://epolyglot.sourceforge.net/]
["PostgreSQL"] [http://www.linuxgazette.com/issue80/nielsen.html]
CorbaPython: for a generic solution to language integration
to name a few. There are much [http://www.google.com/search?q=Python+binding&hl=en more...]