[Tutor] From Numpy Import *

Dinesh B Vadhia dineshbvadhia at hotmail.com
Thu Nov 8 02:10:43 CET 2007


Hello!  The standard Python practice for importing modules is, for example:

import sys
import os
etc.

In NumPy (and SciPy) the 'book' suggests using:

from numpy import *
from scipy import *

However, when I instead use 'import numpy' it causes all sorts of errors in my existing code.

What do you suggest?

Dinesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20071107/541bda32/attachment.htm 


More information about the Tutor mailing list