NumPy(Numerical Python) 是 Python 语言的一个扩展程序库,支持大量的维度数组与矩阵运算,此外也针对数组运算提供大量的数学函数库。
Numpy包的安装
准备工作:
Python安装pip安装将pip所在的文件夹添加到环境变量path路径中下载相应的Numpy安装包,.whl格式。https://blog.csdn.net/hua_juan/article/details/79279407
Anaconda安装numpy https://blog.csdn.net/mengfei2656/article/details/89279417
Python3.7安装numpy与scipy库(win10) https://blog.csdn.net/qq_40174045/article/details/81106190?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param
python中Numpy包的安装及使用 https://blog.csdn.net/hua_juan/article/details/79279407
windows10设置环境变量PATH https://jingyan.baidu.com/article/8ebacdf02d3c2949f65cd5d0.html
python实践系列之(一)安装 python/pip/numpy/matplotlib https://blog.csdn.net/hua_juan/article/details/79279407
