Cython
- Overview
- Alternatives
- Pros & Cons
- Compare
Cython is a free and open-source optimising static compiler and a superset of the programming language Python. Cython is designed to give C-like performance for code written with Python. The language also provides an optional C-inspired syntax and the ability to create CPython extension modules.