[Numpy-discussion] Questions about masked arrays
Robert Kern
robert.kern@gmail....
Wed Oct 7 12:38:44 CDT 2009
On Wed, Oct 7, 2009 at 12:35, Gökhan Sever <gokhansever@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
More information about the NumPy-Discussion
mailing list