[Numpy-discussion] Questions regarding migrating from Numeric to numpy

Travis Oliphant oliphant at ee.byu.edu
Wed Mar 14 13:09:10 EDT 2007


vinjvinj wrote:

>I'm in the process of migrating from Numeric to numpy. In some of my
>code I have the following:
>
>a = zeros(num_elements, PyObject)
>b = zeros(num_elements, PyObject)
>  
>

PyObject --> object

-Travis




More information about the NumPy-Discussion mailing list