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
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