python 学习总结

Posted 混沌战神阿瑞斯

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

  

 

 
 

以上是关于python 学习总结的主要内容,如果未能解决你的问题,请参考以下文章

python 机器学习有用的代码片段

学习笔记:python3,代码片段(2017)

线程学习知识点总结

Python 函数声明和调用

学习 PyQt5。在我的代码片段中找不到错误 [关闭]

python 学习python语法的片段