About Cython
Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations.
The Cython language is very close to the Python language, but Cython additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code.
This makes Cython the ideal language for wrapping for external C libraries, and for fast C modules that speed up the execution of Python code.
Documentation
If you still have questions, feel free to send an email to the mailing list.
Lead Developers:
Stefan Behnel and
Robert Bradshaw.
Contributors:
Greg Ewing,
Martin Albrecht,
Gustavo Barbieri,
Ondrej Certik,
Timothy Clemans,
Gary Furnish,
Gabriel Gellner,
Brian Granger,
Thomas Hunger,
Kay Hayen,
Jim Kleckner,
Vasil Manolov,
David McNab,
Chris Perkins,
Paul Prescod,
Dag Seljebotn,
Kirill Smelkov,
William Stein,
Andrew Straw,
Peter Todd,
Carl Witty,
Felix Wu.
Financial Contributions:
Google and Enthought funded Dag Seljebotn to greatly improve
Cython integration with NumPy.
Cython is freely available under the open source Apache License.
The latest release of Cython is 0.10.3 (released 2008-12-17).
You can download it as a gzipped tar
or as a zip file.
Cython is also available from the PyPi package repository.
People
Download
Developer Links