Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'wiki': 0.03; '64-bit': 0.07; 'subject:Question': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'windows': 0.15; 'examples?': 0.16; 'kern': 0.16; 'numpy': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'underlying': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'examples': 0.20; 'example': 0.22; 'import': 0.22; 'install': 0.23; 'header:User- Agent:1': 0.23; 'interpret': 0.24; 'of.': 0.24; 'package.': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'robert': 0.30; 'code': 0.31; 'url:wiki': 0.31; 'end,': 0.31; 'could': 0.34; 'test': 0.35; 'shows': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'chain': 0.60; 'such': 0.63; 'our': 0.64; 'world': 0.66; 'believe': 0.68; 'eco': 0.84; 'prepackaged': 0.84; 'terrible': 0.84; 'received:86': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Robert Kern Subject: Re: Question about python package numpy Date: Mon, 02 Mar 2015 08:48:00 +0000 References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: cpc12-cmbg17-2-0-cust443.5-4.cable.virginm.net User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1425286089 news.xs4all.nl 2917 [2001:888:2000:d::a6]:60546 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86705 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