python 学习总结

背景:本文类似文章的目录部分,以系统学习python 新知识和复习总结用

摘要:

python 基本语法

  《流畅的python》http://www.toutiao.com/a6476383114909188621/?iid=15667395285

python2与python3的区别:

  https://www.zhihu.com/question/19698598

numpy库 

matplotlib绘图库

pandas库

scikit-learn 机器学习库

内容:

python 基本语法

  python 栈和队列(使用list实现)

  yield 生成器

  廖学峰 py2.7

numpy库 

  reference

matplotlib绘图库

  十分钟入门Matplotlib

  pyplot使用部分:pyplot_api;color_api;markers_api

pandas库

  10 Minutes to pandas

scikit-learn 机器学习库

 re库

  正则表达式知识详解

  正则表达式匹配整行和注释

 pymongo

  python操作MongoDB

 

报错:

 

 

  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

  

 

 
 
posted @ 2017-10-26 18:15  混沌战神阿瑞斯  阅读(366)  评论(0编辑  收藏  举报