Add tutorial for Python

This commit is contained in:
wangjiezhe 2014-06-16 16:02:21 +08:00
parent d4d0010818
commit 05bf655b3a

View File

@ -268,7 +268,10 @@
### Python
* [简明Python教程](http://woodpecker.org.cn/abyteofpython_cn/chinese/)
* [Python 2.7 官方教程中文版](http://www.pythondoc.com/pythontutorial27/index.html)
* [Python 3.3 官方教程中文版](http://www.pythondoc.com/pythontutorial3/index.html)
* [PEP8 Python代码风格规范](https://code.google.com/p/zhong-wiki/wiki/PEP8)
* [Google Python 风格指南 中文版](http://zh-google-styleguide.readthedocs.org/en/latest/google-python-styleguide/)
* [Python入门教程](http://liam0205.me/2013/11/02/Python-tutorial-zh_cn/) ([PDF](http://liam0205.me/attachment/Python/The_Python_Tutorial_zh-cn.pdf))
* [Python的神奇方法指南](http://article.yeeyan.org/view/311527/287706)
* [笨办法学 Python](https://learn-python-the-hard-way-zh_cn-translation.readthedocs.org/en/1.0/)