On Wed, Oct 7, 2009 at 12:35, Gökhan Sever <gokhanse...@gmail.com> wrote:

> Do you know what shortcut name is used for scipy package itself?

I do not recommend using "import scipy" or "import scipy as ...".
Import the subpackages directly (e.g. "from scipy import linalg").

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to