Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.171 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.66; '*S*': 0.01; 'subject:method': 0.09; 'numpy': 0.16; 'wrote:': 0.18; 'import': 0.22; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; '25,': 0.31; 'fri,': 0.33; 'subject:the': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'wrong': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'little': 0.38; 'to:addr:python.org': 0.39; 'more': 0.64; 'reply': 0.66; 'jul': 0.74; 'subject:get': 0.81 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Z2UbIpbx5GqJAeAbnZnsQtrLu/PjjtjZ2jDWPdloKi8=; b=QBUcUUAXhR59SbIOyYd8msATv4XQYYG5ep4OEu9fjDJ1pQqLuR8gvE+t8l9zAOBcP7 kRVVvU7TUWga7TeMN2X/+lNBkg3FkpdniI/t1mNGsNLgiyz+lisJvKuJjs/cNg+9uZ5t FP9JQcUFE5mQaUw9+6715mKITIrs6E6Cf//gcGxgbB5fRuDCMxHsr4x48+sBDspkAvDX o1G7pv2pX53HtCUHOpSwHh4/dojMiPomD2cFr5nVC6EdXah2BSfKJ9FNuw+pJ8dZJzwX EuvL8RB2sLEl11XxhLqgLzbq+xEMM3+QXagRC2IEyV/qOAEJOq1IJmZ/KI/tglmLTdvy C42g== X-Received: by 10.66.227.170 with SMTP id sb10mr22543820pac.56.1406335074235; Fri, 25 Jul 2014 17:37:54 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <037589dd-7f05-4a8d-a7a5-dcbb7cf2db12@googlegroups.com> References: <95524a09-7792-4cec-8c7e-7525a358ee8c@googlegroups.com> <037589dd-7f05-4a8d-a7a5-dcbb7cf2db12@googlegroups.com> From: Ian Kelly Date: Fri, 25 Jul 2014 18:37:14 -0600 Subject: Re: What is the simplest method to get a vector result? To: Python Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406335083 news.xs4all.nl 2902 [2001:888:2000:d::a6]:51092 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75218 On Fri, Jul 25, 2014 at 5:08 PM, fl wrote: > I want to use your reply about numpy, but I find only the following works: > > import numpy as numpy > > Do you have other ways to import? (I find the above import a little more letters) What's wrong with: import numpy