What is Cython?

Technology CommunityCategory: PythonWhat is Cython?
VietMX Staff asked 3 years ago

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.