News

Fortunately for Pythonistas, the rich Python ecosystem gives us many options to make our code run faster. After all, a Python app doesn’t have to be the fastest, as long as it’s fast enough.
Python 3.11 will bear the fruits of CPython's multi-year effort to make Python a faster programming language.
Furthermore, Cython code written in pure Python mode can optionally run as regular Python, although without Cython’s speed gains.