dmitrey wrote:
> howto make Python list from numpy.array?
> Thx, D.
> 

lst = map(None, arr)            // for 1D arrays.

                                John Nagle
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to