Content deleted Content added
No edit summary |
Tambora1815 (talk | contribs) Compatible with CPython 2.6, 2.7, ≥3.3: http://cython.org |
||
Line 32:
Cython is a [[compiled language]] that generates CPython extension modules. These extension modules can then be loaded and used by regular Python code using the import statement.
Cython is written in Python and works on [[Microsoft Windows|Windows]], [[macOS]], and [[Linux]], producing source files compatible with CPython 2.6, 2.7, and 3.3 through 3.7.
== Design ==
|