背景:本文类似文章的目录部分,以系统学习python 新知识和复习总结用
摘要:
python 基本语法
《流畅的python》http://www.toutiao.com/a6476383114909188621/?iid=15667395285
python2与python3的区别:
https://www.zhihu.com/question/19698598
matplotlib绘图库
pandas库
scikit-learn 机器学习库
内容:
python 基本语法
numpy库
matplotlib绘图库
pyplot使用部分:pyplot_api;color_api;markers_api
pandas库
scikit-learn 机器学习库
re库
pymongo
报错:
File "/Users/tongzhenguo/tools/anaconda2/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 668, in process_distribution distreq.project_name, distreq.specs, requirement.extras
TypeError: __init__() takes exactly 2 arguments (4 given)
解决:
重装setuptools,命令如下:
pip uninstall setuptools && pip install setuptools