Content deleted Content added
Citation bot (talk | contribs) Alter: title. Add: chapter. | Use this bot. Report bugs. | #UCB_CommandLine |
Change superset -> subset Tag: Reverted |
||
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.
|