What is the simplest method to get a vector result?

Ian Kelly ian.g.kelly at gmail.com
Fri Jul 25 20:37:14 EDT 2014


On Fri, Jul 25, 2014 at 5:08 PM, fl <rxjwg98 at gmail.com> 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



More information about the Python-list mailing list