Skip to main content

3 docs tagged with "c-extensions"

View all tags

Cython and Native Extensions

Static typing in Python with Cython - turning Python bottlenecks into C-speed code without leaving the Python ecosystem.

Writing Python C Extensions

The Python C API, writing and building a C extension module, PyArg_ParseTuple, error handling, reference counting in C, and CFFI/ctypes alternatives.