python数据挖掘和数据分析

下载安装Anaconda https://www.anaconda.com/download/#windows

下载安装Spyder https://pypi.org/project/spyder/

下载安装numpy库

pip install numpy

下载安装Scipy

pip install scipy

 

下载安装Matpotlib

pip install matplotlib

下载安装Pandas

pip install pandas
pip install xlrd #为Python添加读取Excel的功能
pip install xlwt #为Python添加写入Excel的功能

你可能感兴趣的:(python)