Cython: Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit
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]], [[LinuxmacOS]], and [[macOSLinux]], producing source files compatible with CPython 2.6 through 3.7.
 
== Design ==