(
C P
YTHON) A superset of the Python programming language that combines Python and C syntax. Generating C code for higher performance, Cython allows Python syntax to directly call C and C++ routines. Cython uses the standard CPython compiler to generate bytecode. See
Python and
C.