SciPy and NetCDF

Robert Kern rkern at ucsd.edu
Wed Jul 27 17:47:35 EDT 2005


Scott Kilpatrick wrote:
> So wherever pycdf does a:
> 
> from Numeric import *
> 
> what is the equivalent for SciPy? i.e. where is the full Numeric module
> in SciPy?

Scipy also does a

   from Numeric import *

Numeric isn't contained within Scipy; Scipy uses Numeric like pycdf does.

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter




More information about the Python-list mailing list