Python and C extensions -


this extension previous question found in c code within python , copying arrays in c code

serberg suggested use pyarray_copyinto functions numpy. new both python , c though know little bit of both. trying learn how fix above problem , wondered basic knowledge of c extensions?

i did @ official page of python bit difficult understand me.

any suggestions?

i don't know official tutorial, should have @ following:

  • any existing extensions
  • the c api documentation
    • which teaches concept of owning, stealing , borrowing references

Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -