Pyrex is a Python-like language for rapidly and easily writing python extension modules. It can be described as python with C data types. With Pyrex, one can produce Python-like code that runs as fast as in C, with easy access to C libraries and functions.

The Pyrex homepage is at http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/

The two main uses of Pyrex are:

For examples of the speedup that Pyrex provides, see this message. or this page.

There is an enhanced fork of Pyrex, called Cython. It features substantial performance optimisations and improved support for newer Python language features.

PyrexOnWindows provides a step-by-step guide to Pyrex installation on Windows.

pyrexdoc is a tool for generating HTML documentation from a compiled Pyrex module, by DavidMcNab. See other DocumentationTools.

If you are looking for speed improvement, you may also want to consider other Python speedup solutions such as PyPy and weave. PyPy's spiritual predecessor, psyco, has been deprecated and is no longer actively maintained.

For accessing existing C libraries, the ctypes module is also available in Python 2.5 and above.

Pyrex (last edited 2016-07-17 03:50:47 by Victor Escobar)

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