Python基础
廖雪峰 https://www.liaoxuefeng.com/wiki/1016959663602400
PyQt
官方教程 https://www.qt.io/cn/qt-for-python
基础教程 http://code.py40.com/face
https://github.com/maicss/PyQt5-Chinese-tutorial
图形教程 https://www.xdbcb8.com/archives/1550.html
界面样式
Qt Quick 简单教程 https://blog.csdn.net/foruok/article/details/28859415
Qt 之 QSS(黑色炫酷) https://blog.csdn.net/liang19890820/article/details/51992070
PyQT实例参考:
例子集合: https://github.com/PyQt5/PyQt
音乐播放器 https://github.com/wn0112/PPlayer
https://github.com/feeluown/FeelUOwn/wiki/Gallery
https://zmister.com/archives/477.html
https://github.com/harry159821/XiamiForLinuxProject
Twisted
https://www.cnblogs.com/suke99/p/5357988.html
https://www.cnblogs.com/yueerwanwan0204/tag/twisted/
gevent
gevent程序员指南 http://hhkbp2.com/gevent-tutorial/
Tornado
中文指南 https://tornado-zh.readthedocs.io/zh/latest/index.html
中文指南 https://www.osgeo.cn/tornado/
参考指南 http://www.nowamagic.net/academy/part/13/325/
GitHub https://github.com/tornadoweb/tornado
gRpc