News

Iterate through NumPy arrays in Cython, not Python The general method for working efficiently with NumPy in Cython can be summed up in three steps: ...
Iterating complex data structures I first learned to program in an early version of FORTRAN, where the only data structuring capability was an array. I quickly learned how to iterate over an array ...