Cython and Native Extensions
Static typing in Python with Cython - turning Python bottlenecks into C-speed code without leaving the Python ecosystem.
Static typing in Python with Cython - turning Python bottlenecks into C-speed code without leaving the Python ecosystem.
The Python C API, writing and building a C extension module, PyArg_ParseTuple, error handling, reference counting in C, and CFFI/ctypes alternatives.