Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2007-10-30 19:30:06
Size: 477
Comment:
Revision 3 as of 2020-02-26 18:16:40
Size: 366
Editor: was
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

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

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/