站长资讯网
最全最丰富的资讯网站

python用pip安装numpy

python用pip安装numpy

python用pip安装numpy

numpy是开源的数值计算扩展,可用来存储和处理大型矩阵,比Python自身的嵌套列表(nested list structure)结构要高效的多。

很多库都是以此库为依赖库的,所以特别重要。最常用的是它的数组功能,numpy.array([,,,,,])

安装方法是:首先cmd下跳到C:Python27Scripts,再使用easy_install.exe pip安装pip,最后通过pip install numpy可直接安装numpy。

推荐学习:Python视频教程

python用pip安装numpy

python用pip安装numpy

python用pip安装numpy

表明安装成功。

赞(0)
分享到: 更多 (0)