This is an extension to my previous question found in C code within python and copying arrays in C code
Serberg suggested I use PyArray_CopyInto functions from NUMPY. I am new to both python and C though I know a little bit of both. I am trying to learn how to fix the above problem and wondered what I could get some basic knowledge of C extensions?
I did look at the official page of python but its a bit difficult to understand for me.
Any suggestions?