[Tutor] help with Numpy

eryk sun eryksun at gmail.com
Wed Sep 21 13:58:53 EDT 2016


On Wed, Sep 21, 2016 at 2:53 PM, Paul Dentinger <dentingerpaul at gmail.com> wrote:
>
> I need Numpy and Scipy and may need matplotlib.  So I tried to call Numpy and it
> can't be found.  So I go online and find Numpy and download it.

Read the following docs on Python packaging and pip:

https://pip.pypa.io
https://packaging.python.org

I recommend Christoph Gohlke's MKL builds of NumPy and SciPy:

http://www.lfd.uci.edu/~gohlke/pythonlibs


More information about the Tutor mailing list