Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pep3118

PEP 3118 Warning When Using Ctypes Array As Numpy Array

I'm getting the following warning message when I try to use a ctypes array as a numpy array: Py… Read more PEP 3118 Warning When Using Ctypes Array As Numpy Array

Cython - Memoryview Of A Dynamic 2D C++Array

The Goal: Get a Memoryview from a 2D C++ char array using Cython. A little background: I have a nat… Read more Cython - Memoryview Of A Dynamic 2D C++Array