Cython 0.9.8.1.1
The Cython compiler for writing C extensions for the Python language.
The Cython language makes writing C extensions for the Python language as easy as Python itself. Cython is a source code translator based on the well-known Pyrex, but supports more cutting edge functionality and optimizations.
The Cython language is very close to the Python language (and most Python code is also valid Cython code), but Cython additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code.
This makes Cython the ideal language for writing glue code for external C libraries, and for fast C modules that speed up the execution of Python code.
| File | Type | Py Version | Size | # downloads |
|---|---|---|---|---|
| Cython-0.9.8.1.1.tar.gz (md5) | Source | 2MB | 39 | |
- Author: Greg Ewing, William Stein, Robert Bradshaw, Stefan Behnel, et al. <wstein at gmail com>
- Home Page: http://www.cython.org
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- License :: OSI Approved :: Python Software Foundation License
- Operating System :: OS Independent
- Programming Language :: C
- Programming Language :: Python
- Topic :: Software Development :: Code Generators
- Topic :: Software Development :: Compilers
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: scoder, robertwb
- DOAP record: Cython-0.9.8.1.1.xml
