Cython 3 – Python at the speed of C — Stefan Behnel

Conference: EuroPython 2023

Year: 2023

[EuroPython 2023 — Forum Hall on 2023-07-21] https://ep2023.europython.eu/session/cython-3-python-at-the-speed-of-c Cython started as a language designed to write extension modules, and has long become the most widely used static compiler for Python, bringing C and C++ data types into the language. Use it to talk to existing C/C++ code or to bring your Python code up to C speed. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License http://creativecommons.org/licenses/by-nc-sa/4.0/