Content deleted Content added
Reverting edit(s) by 162.83.194.196 (talk) to rev. 1178974792 by Arjun G. Menon: Unexplained content removal (UV 0.1.5) Tags: Ultraviolet Undo Reverted |
In cython.org, it says that Cython is a superset, not a subset. |
||
Line 15:
}}
'''Cython''' ({{IPAc-en|ˈ|s|aɪ|θ|ɒ|n}}) is a [[
Cython is a [[compiled language]] that is typically used to generate [[CPython]] extension modules. Annotated Python-like code is compiled to C (also usable from e.g. [[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.
|