[Tutor] Confused about "import Numeric" vs "import numpy" for Arrays

S Python spython01 at gmail.com
Fri Aug 8 18:29:53 CEST 2008


> No, they are not the same. Numeric is older; NumArray is another older
> package. You should use Numpy if you can.
> http://numpy.scipy.org/#older_array
>
<snip>
>
> Now you should be able to import numpy.
>
> Kent
>

Thanks, Kent.  I ended up using:
>>> from numpy import *

I wasn't sure what the difference was between this and
>>> import numpy

Thanks!

Samir


More information about the Tutor mailing list