## 相关学习资源 1. [Python基础教程](https://www.runoob.com/python/python-basic-syntax.html) 2. [Django Documentation](https://docs.djangoproject.com/en/3.1/) 3. [Tornado Web Server](https://www.tornadoweb.org/en/stable/) 4. Flask Web Development](https://flask.palletsprojects.com/en/1.1.x/) 5. 《Flask Web开发:基于Python的Web应用开发实战》著:Miguel Grinberg 译: 安道,人民邮电出版社 6. 《Flask Web开发实战》著:李辉,机械工业出版社 7. [HTML教程](https://www.w3school.com.cn/html/index.asp) 8. [Beautiful Soup 4.4.0 文档](https://beautifulsoup.readthedocs.io/zh_CN/v4.4.0/) 9. [LXML - XML and HTML with Python](https://lxml.de/) 10. [Requests: 让 HTTP 服务人类](https://requests.readthedocs.io/zh_CN/latest/) 11. [Selenium with Python](https://selenium-python.readthedocs.io/) 12. [Scrapy](https://scrapy.org/) 13. [tkinter -- Tcl/Tk的Python接口](https://docs.python.org/zh-cn/3/library/tkinter.html) 14. [Tkinter简明教程——IRONAnthony](https://zhuanlan.zhihu.com/p/75872830) 15. [PyQt5中文教程](http://code.py40.com/pyqt5/14.html)