From a061d8709ae7e0839b2f5892fe2a31f310f91fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=9E=E9=B8=BF=E5=BD=B1=7E?= Date: Fri, 19 May 2017 23:18:00 +0800 Subject: [PATCH] Update PHP and Shell. (#2265) @52fhy Thanks for being a contributor to F-P-B! Next time, remember to check the Travis CI output, it makes it much easier for the maintainers. * Update PHP and Shell. * update python and php * update shell * fix number of blank lines between sections --- free-programming-books-zh.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index 65e02855..79de0ca5 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -604,6 +604,7 @@ * [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://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000) * [深入 Python 3](https://github.com/jiechic/diveintopython3) * [笨办法学 Python](http://old.sebug.net/paper/books/LearnPythonTheHardWay/) @@ -655,6 +656,7 @@ ### Shell +* [shell-book](http://me.52fhy.com/shell-book/) * [Shell 编程基础](http://wiki.ubuntu.org.cn/Shell%E7%BC%96%E7%A8%8B%E5%9F%BA%E7%A1%80) * [Shell 脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md) * [The Linux Command Line 中文版](http://billie66.github.io/TLCL/book/zh)