Question about python package numpy

Robert Kern robert.kern at gmail.com
Mon Mar 2 03:48:00 EST 2015


On 2015-03-01 20:32, fl wrote:
> Hi,
>
> It is difficult to install numpy package for my PC Windows 7, 64-bit OS. In
> the end, I install Enthought Canopy, which is recommended on line because it
> does install numpy automatically. Now, I can test it with
>
> import numpy
>
> it succeeds. On http://wiki.scipy.org/Cookbook, it shows some interesting
> code example snippet, such as Cookbook / ParticleFilter, Markov chain etc.
>
> I don't know how I can access these code examples, because I don't know where
> Enthought Canopy installs these package.
>
> Could you help me on using numpy examples?

None of these examples come prepackaged in any distribution I am aware of. You 
are intended to copy-and-paste them from the wiki if you want to use them.

-- 
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 Python-list mailing list