Python官方学习文档: 提供简体中文https://docs.python.org/zh-cn/3.6/tutorial/
Python3烹饪书:https://python3-cookbook.readthedocs.io/zh_CN/latest/index.html
Python - 100天从新手到大师:https://github.com/jackfrued/Python-100-Days#readme
零基础学Python:https://docs.pythontab.com/learnpython/
在线Python代码规范:https://python-guide.gitbooks.io/python-style-guide/content/
Django官方教程: https://docs.djangoproject.com/en/3.1/intro/tutorial01/