Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2007-10-30 19:30:06
Size: 477
Comment:
Revision 4 as of 2022-04-05 01:54:57
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= C-Extensions for Python =

== Description ==
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. Development of Cython is mainly motivated by the needs of SAGE.

== Website ==
http://www.cython.org/

== See Also ==
 * ["Pyrex"] for some partly outdated talks/tips on how to use Cython/Pyrex/SageX from Sage