Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2008-11-14 13:42:10
Size: 477
Editor: anonymous
Comment: converted to 1.6 markup
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