Revision 4 as of 2003-10-06 20:37:31

Clear message

Pyrex is a python-like language for writing python extension modules. It can be described as python with C data types. You can produce with it code as fast as in C and access to C libraries is easy.

Homepage at http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/

Two main purposes of Pyrex usage are:

For an example of speedup see [http://www.eby-sarna.com/pipermail/source-changes/2002q4/000749.html message]. You can also consider other Python speedup solutions: http://psyco.sf.net and ["weave"].

[http://www.freenet.org.nz/python/pyrexdoc pyrexdoc] is a tool for generating HTML documentation from a compiled Pyrex module, by David McNab.

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