常用Python学习资源

Python入门

https://www.runoob.com/python/python-tutorial.html    Python入门教程

https://www.liaoxuefeng.com/wiki/1016959663602400   廖雪峰Python教程

https://pypi.org/   PIP安装库链接

https://www.shiyanlou.com/   在线学习python小应用开发

https://programtalk.com/python-examples/    Python代码搜索

https://yiyibooks.cn/   python相关文档翻译集合

https://www.tutorialspoint.com/python/index.htm   Python Tutorial

https://docs.python.org/3/   Python Documentation

PYQT5界面介绍

https://doc.qt.io/qt-5/index.html   QT5官方介绍

https://www.riverbankcomputing.com/static/Docs/PyQt5/index.html  PYQT5参考手册

https://www.xdbcb8.com/pyqt5/    PYQT5系列教程

http://code.py40.com/      PYQT5介绍合集

自动化测试

https://pyvisa.readthedocs.io/en/stable/index.html   PYVISA仪表自动化操作库

http://airtest.netease.com/docs/docs_AirtestIDE-zh_CN/index.html    网易AIRTEST平台

https://poco.readthedocs.io/zh_CN/latest/index.html  POCO UI自动化测试框架

https://wetest.qq.com/   腾讯自动化测试平台

数据处理

https://pyecharts.org/#/zh-cn/    PyEcharts数据处理

https://www.w3cschool.cn/echarts_tutorial/   ECharts教程

https://www.pypandas.cn/ PyPandas官方中文文档

https://openpyxl.readthedocs.io/en/stable/   Python处理xlsx文件

http://docs.paramiko.org/en/stable/  Paramiko官方文档,用于ssh2、sftp协议处理

https://www.cnblogs.com/x54256/p/7955204.html

https://blog.csdn.net/weixin_43826242/article/details/86708935

https://cloud.tencent.com/developer/news/326580

https://blog.csdn.net/jclian91/article/details/83095306

算法

http://www.huaxiaozhuan.com/   AI算法

https://www.cnblogs.com/wj-1314/    机器学习

https://mozillazg.com/   python设计模式

WEB框架

https://www.zmrenwu.com/courses/django-blog-tutorial/   Django博客教程

https://code.ziqiangxuetang.com/django/django-tutorial.html  Django基础教程

http://djangobook.py3k.cn/2.0/   Django Book 2.0中文版

http://www.imooc.com/learn/790   Django 入门与实践

https://django-intro-zh.readthedocs.io/zh_CN/latest/   Django 官方教程翻译项目

https://tutorial.djangogirls.org/zh/whats_next/  Django 教程扩展

http://blog.sina.com.cn/s/blog_704b6af70100py9n.html    Twisted入门教程

其他资源

https://www.linuxidc.com/Linux/2016-02/128220.htm   鸟哥的LINUX私房菜

https://www.runoob.com/vbscript/vbscript-tutorial.html   VBScript入门教程

https://css.doyoe.com/  CSS参考手册

http://tool.oschina.net/  在线工具

http://www.bejson.com/   JSON校验测试

常用库

https://itchat.readthedocs.io/zh/latest/   微信个人号接口

https://wxpy.readthedocs.io/zh/latest/   微信个人号 API

发布了4 篇原创文章 · 获赞 4 · 访问量 2263

猜你喜欢

转载自blog.csdn.net/bluewhu/article/details/101764467