-
Python3标准库文档
https://docs.python.org/zh-cn/3/index.html -
pandas说明文档
http://pandas.pydata.org/pandas-docs/stable/genindex.html# -
matplotlib说明文档
https://matplotlib.org/genindex.html -
scikit-learn说明文档
https://scikit-learn.org/dev/modules/classes.html#module-sklearn.naive_bayes -
xgbooks说明文档
https://xgboost.readthedocs.io/en/latest/parameter.html -
TensorFlow说明文档
https://www.tensorflow.org/
TensorFlow模型动物园
https://github.com/tensorflow/models -
Pytorch说明文档
英文:https://pytorch.org/docs/stable/index.html
中文:https://pytorch-cn.readthedocs.io/zh/latest/ -
OpenCV说明文档
1、官网链接: https://opencv.org/
2、OpenCV-Python 教程: https://docs.opencv.org/master/d6/d00/tutorial_py_root.html -
神经网络(深度学习)库
Keras、lasagna、tensor-flow。
lasagna是基于theano库构建的,而Keras既可以用tensor-flow也可以用theano。 -
Tkinter说明文档
这个比较好
http://effbot.org/tkinterbook/tkinter-hello-tkinter.htm
这个不太好
https://docs.python.org/zh-cn/3/library/tkinter.html#how-to-use-this-section
数据可视化
- pyecharts说明文档
https://pyecharts.org/#/zh-cn/