Content deleted Content added
m Bot: http → https |
Undid revision 1291359507 by 142.186.45.76 (talk) |
||
Line 1:
{{Distinguish|CPython}}
{{Use dmy dates|date=February 2014}}
{{short description|Programming language}}
{{Infobox programming language | name = Cython
| logo = Cython logo.svg
Line 18 ⟶ 19:
Cython is a [[compiled language]] that is typically used to generate [[CPython]] extension modules. Annotated Python-like code is compiled to C and then automatically [[wrapper library|wrapped in interface code]], producing extension modules that can be loaded and used by regular Python code using the import statement, but with significantly less computational overhead at [[Run time (program lifecycle phase)|run time]]. Cython also facilitates wrapping independent C or C++ code into python-importable modules.
Cython is written in Python and C and works on [[Microsoft Windows|Windows]], [[macOS]], and [[Linux]],
Cython 3.0.0 was released on 17 July 2023.<ref>{{Cite web |title=Cython Changelog |url=https://cython.readthedocs.io/en/latest/src/changes.html |access-date=21 July 2023 |website=cython.org |language=en}}</ref>
|