Python---001
Python 库
Numpy:数据计算库
Pandas:数据分析库处理
Matplotlib:数据可视化库
Scikit_leanrn:机器学库
安装的Anaconda 的命令
conda list // 查看安装哪些库
conda install numpy
anaconda search -t conda tensorflow // 搜索tensorflow
anaconda show jjhelmus/tensorflow

conda list // 查看安装哪些库
conda install numpy
anaconda search -t conda tensorflow // 搜索tensorflow
anaconda show jjhelmus/tensorflow
