New posts in cython

How to tell distutils to use gcc?

Make distutils look for numpy header files in the correct place

Using Cython for game development?

Filtering a NumPy Array

Specifying Exact CPU Instruction Set with Cythonized Python Wheels

Distributing Cython based extensions using LAPACK

How to create C-extension/embed Python with MinGW-w64 on Windows

Simple wrapping of C code with cython

Using function pointers to methods of classes without the gil

Extending python - to swig, not to swig or Cython

What does language_level in setup.py for cython do?

What is this 'bad:' label generated by Cython?

Running Cython in Windows x64 - fatal error C1083: Cannot open include file: 'basetsd.h': No such file or directory

How to profile cython functions line-by-line

How to specify Python 3 source in Cython's setup.py?

Minimal set of files required to distribute an embed-Cython-compiled code and make it work on any machine

Calling Cython function from C code raises segmentation fault

Mixing cdef and regular python attributes in cdef class

PIP failed to build package cytoolz

Making an executable in Cython