网摘 -- ["swordsp"] (Date(2007-02-07T18:04:22Z)) TableOfContents
Python & C
[http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ Pyrex]
[http://scipy.org/Weave Weave]
[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://scipy.org/PerformancePython A beginners guide to using Python for performance computing]
[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.
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.