New posts in cython

Cython: (Why / When) Is it preferable to use Py_ssize_t for indexing?

cython boundscheck=True faster than boundscheck=False

What parts of a Numpy-heavy function can I accelerate with Cython

Difference between np.int, np.int_, int, and np.int_t in cython?

Check if a value exists in an array in Cython

Are there advantages to use the Python/C interface instead of Cython?

cython shared memory in cython.parallel.prange - block

How do you tell pyximport to use the cython --cplus option?

ImportError: No module named 'Cython' [duplicate]

Cython compiled C extension: ImportError: dynamic module does not define init function

Writing a Python extension in Go (Golang)

setup_requires with Cython?

Improve Pandas Merge performance

How to compile .c code from Cython with gcc

Definition of def, cdef and cpdef in cython

Fortran - Cython Workflow

Using Cython To Link Python To A Shared Library

cython issue: 'bool' is not a type identifier

Compile Python code to statically linked executable with Cython

Add numpy.get_include() argument to setuptools without preinstalled numpy