Warning

This document hasn't been checked for compatibility with current versions of Plone. Use at your own risk.

Pyrex

Pyrex is a language specially designed for writing Python extension modules. It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C.

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

Filed under: