网摘 -- ["swordsp"] (Date(2007-02-07T18:19:36Z)) TableOfContents
Python & C
[http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ Pyrex]
[http://scipy.org/Weave Weave]
[http://scipy.org/PerformancePython A beginners guide to using Python for performance computing]
[http://www.cs.tut.fi/~ask/cinpy/ cinpy]
[http://www.swig.org/ SWIG]
[http://www.boost.org/libs/python/doc/ Boost.Python]
[http://www.fenics.org/instant/ instant] -- depend on SWIG
[http://mark.dufour.googlepages.com/ Shed Skin] -- An Optimizing Python-to-C++ Compiler
SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.
[http://elmer.sourceforge.net/ elmer] -- Elmer is a tool which embeds a Python module into a C, C++, or Tcl application.
[http://pyinline.sourceforge.net/ pyinline]
The PyInline module allows you to put source code from other programming languages directly "inline" in a Python script or module.
- 早期版本,停止开发
[http://www.suttoncourtenay.org.uk/duncan/accu/integratingpython.html Integrating Python, C and C++]
[http://www.thinkware.se/cgi-bin/thinki.cgi/UsingPythonWithOtherLanguages]
Misc
- pyvm is new a python virtual machine implementation which can run Python 2.4 bytecode and most of the times produce the expected output.
[http://keyjnote.sourceforge.net/ KeyJnote] -- KeyJnote is a program that displays presentation slides.
[http://www.scons.org/ SCons] -- SCons is an Open Source software construction tool—that is, a next-generation build tool.