1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-28 20:29:03 +00:00

Merge pull request #1661 from acusp/master

add shiyanlou
This commit is contained in:
victor felder 2015-10-26 11:14:30 +01:00
commit 1fb6ba17d6

View File

@ -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/)
@ -199,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/)