[Numpy-discussion] ImportError: No module named Numeric

Ed Schofield schofield at ftw.at
Tue May 2 06:17:01 EDT 2006


Neven Gorsic wrote:
> I try to learn to use NumPy but all examples from numpy.pdf are
> unusable:
> vector1 = array((1,2,3,4,5)), ...
> Can You tel me, where can I find any up-to-date manual/tutoria about
> numpy
> or any sintax/example?
>   

Yes, for now you can use "from numpy import *" at the top of your file
or session; then the examples should work.  I also suggest you read the
Python tutorial at http://www.python.org/doc/current/tut/ (e.g. Section
6.4 on Packages).

-- Ed






More information about the NumPy-Discussion mailing list