On Fri, Jul 25, 2014 at 5:08 PM, fl <[email protected]> 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 -- https://mail.python.org/mailman/listinfo/python-list
