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.
OS primitives, sockets, file descriptors, shared memory, IPC, and writing C extensions - the full systems programming toolkit for Python engineers.
The Python C API, writing and building a C extension module, PyArg_ParseTuple, error handling, reference counting in C, and CFFI/ctypes alternatives.