
Cython
Use attributes for filter ! | |
Stable release | 14 April 2019 |
---|---|
Initial release | 28 July 2007 |
License | Apache License |
Developers | et |
Written in | Python |
C | |
Date of Reg. | |
Date of Upd. | |
ID | 834721 |
About Cython
Cython is a programming language that aims to be a superset of the Python programming language, designed to give C-like performance with code that is written mostly in Python with optional additional C-inspired syntax. Cython is a compiled language that is typically used to generate CPython extension modules.