Differences between revisions 3 and 4
Revision 3 as of 2020-02-26 18:16:40
Size: 366
Editor: was
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/