--- title: "相关学习资源" date: 2018-12-29 lastmod: 2020-01-05 weight: 1 type: icon: # description: "Python中阶路线图,相关学习资源" # search related keywords --- 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) ### 实操案例 **[1] 网络爬虫推荐案例** - 豆瓣Top250电影 - TIOBE开发语言排名 - 图片数据采集 - 分布式爬虫 - 自动登录爬虫 - 含验证码数据采集 - 微博数据抓取 **[2] Web应用程序案例** - 实现电商交易网站 - 实现含可视化网站 - 实现并发处理网站 **[3] 应用程序** - 开发音乐播放器 - 定制某个小型游戏