Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86705
| From | Robert Kern <robert.kern@gmail.com> |
|---|---|
| Subject | Re: Question about python package numpy |
| Date | 2015-03-02 08:48 +0000 |
| References | <ae1f0473-e499-4a41-8d2d-38800feacfa7@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17.1425286089.13471.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Question about python package numpy fl <rxjwg98@gmail.com> - 2015-03-01 12:32 -0800
Re: Question about python package numpy Andrea D'Amore <anddam+NOSPAM@brapi.net> - 2015-03-01 22:25 +0100
Re: Question about python package numpy fl <rxjwg98@gmail.com> - 2015-03-01 14:23 -0800
Re: Question about python package numpy Robert Kern <robert.kern@gmail.com> - 2015-03-02 08:48 +0000
csiph-web