From 38e8351c4302f448916c41086e0eba7e9bd00f10 Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Tue, 26 Jan 2021 10:43:07 +0800 Subject: [PATCH] update --- src/appendix.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/appendix.md b/src/appendix.md index b8589fa..abb45ca 100644 --- a/src/appendix.md +++ b/src/appendix.md @@ -1 +1,7 @@ # 相关学习资源 + +1. [Python官网](https://www.python.org/) +2. 《Python基础教程(第2版)》 著:Magnus Lie Hetland 译:司维、曾军崴、谭颖华,人民邮电出版社 +3. [中国大学MOOC《Python语言程序设计》北京理工大学:嵩天老师](https://www.icourse163.org/course/BIT-268001) +4. [Python 3.x documentation](https://docs.python.org/3/) +5. [Python基础教程](https://www.runoob.com/python/python-basic-syntax.html) \ No newline at end of file -- GitLab