Term of the Moment

Blob Opera


Look Up Another Term


Definition: Cython


(C PYTHON) 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.