|
|
|
|
|
by jofer
999 days ago
|
|
Yes, you can, but it is easier in cython, and that is one of the key selling points of cython. Nothing wrong with using ctypes. It's the right solution for some things. However, cython is generally easier with numpy than numpy.ctypeslib |
|