Converting Julia arrays, views to NumPy arrays via PyCall

You might like to try my package GitHub - cjdoris/PythonCall.jl: Python and Julia in harmony., all mutable objects do non-copying conversion to Python and any strided array is usable as a numpy array.

3 Likes