【基础】常用的一些查询资料网址

1、Python基础语法(菜鸟教程)
https://www.runoob.com/python3/python3-tutorial.html

2、Python官网
中文:
https://docs.python.org/zh-cn/3/

英文:
https://www.python.org/

3、github
https://github.com/

4、request(不过有时可能上不了)
https://requests.readthedocs.io/zh_CN/latest/user/quickstart.html

5、beautifulsoup
https://beautifulsoup.readthedocs.io/zh_CN/v4.4.0/

6、绘图的
pyechart
图例
http://gallery.pyecharts.org/#/Calendar/README
参数说明:
https://pyecharts.org/#/zh-cn/global_options
https://pyecharts.org/#/zh-cn/series_options
0.5版本的
https://05x-docs.pyecharts.org/#/zh-cn/charts_configure

matplotlib
官网
https://matplotlib.org/
API
https://matplotlib.org/api/pyplot_summary.html

菜鸟教程
https://www.runoob.com/numpy/numpy-matplotlib.html 菜鸟教程

seaborn
http://seaborn.pydata.org/

echarts
https://echarts.apache.org/examples/zh/index.html#chart-type-globe

turtle
https://docs.python.org/zh-cn/3/library/turtle.html

7、查询函数的
https://unbug.github.io/codelf/#变量

8、谷歌浏览器驱动
http://npm.taobao.org/mirrors/chromedriver/

9、pandas 官网API
https://pandas.pydata.org/docs/reference/index.html

10、numpy API
https://numpy.org/doc/stable/reference/routines.html

未完待续。。。。。。

你可能感兴趣的:(Python基础)