From 6be9eca21f995b25eeb4e3b73797549a0e2a52b2 Mon Sep 17 00:00:00 2001 From: acusp Date: Mon, 26 Oct 2015 15:49:13 +0800 Subject: [PATCH 1/2] add shiyanlou --- free-programming-books-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index 9bd905464..db936fecd 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -45,6 +45,7 @@ * [Coursera](https://www.coursera.org/courses?orderby=upcoming&lngs=zh) * [Learn X in Y minutes](http://learnxinyminutes.com/) (数十种语言快速入门教程) * [MIT 公开课](http://ocw.mit.edu/courses/translated-courses/simplified-chinese/) +* [shiyanlou](https://www.shiyanlou.com/) * [TeamTreeHouse](http://teamtreehouse.com/) * [Udacity](https://www.udacity.com/) * [xuetangX](https://www.xuetangx.com/) From ead8f404fee49b7e51f9a294beb0e7e272846fce Mon Sep 17 00:00:00 2001 From: acusp Date: Mon, 26 Oct 2015 16:12:34 +0800 Subject: [PATCH 2/2] add python study website --- free-programming-books-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index db936fecd..830b4b715 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -200,6 +200,7 @@ ### Python * [Django book 2.0](http://djangobook.py3k.cn/2.0/) * [Python 3 文档(简体中文) 3.2.2 documentation](http://docspy3zh.readthedocs.org/en/latest/) +* [Python 中文学习大本营](http://www.pythondoc.com/) * [深入 Python](http://woodpecker.org.cn/diveintopython/) * [深入 Python 3](http://woodpecker.org.cn/diveintopython3/) * [笨办法学 Python](http://sebug.net/paper/books/LearnPythonTheHardWay/)