网摘 -- swordsp (2007-02-07)
Contents
Python & C
instant -- depend on SWIG
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.
elmer -- Elmer is a tool which embeds a Python module into a C, C++, or Tcl application.
The PyInline module allows you to put source code from other programming languages directly "inline" in a Python script or module.
- 早期版本,停止开发
http://www.thinkware.se/cgi-bin/thinki.cgi/UsingPythonWithOtherLanguages
Profile
Algorithm
Concurrency
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.
KeyJnote -- KeyJnote is a program that displays presentation slides.
SCons -- SCons is an Open Source software construction tool—that is, a next-generation build tool.