Cython: Difference between revisions

Content deleted Content added
Scoder (talk | contribs)
No edit summary
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]], [[Linux]], and [[macOS]], producing source files compatible with CPython 2.46 through 3.57.
 
== Design ==