《Python Cookbook》 3rd Edition 翻译 fixed #319

This commit is contained in:
迷渡 2015-05-08 09:21:36 +08:00
parent 7ba761b15a
commit 47f2c491e2

View File

@ -434,6 +434,7 @@
* [可爱的 Python ](http://lovelypython.readthedocs.org/en/latest/)
* [Python 2.7 官方教程中文版](http://www.pythondoc.com/pythontutorial27/index.html)
* [Python 3.3 官方教程中文版](http://www.pythondoc.com/pythontutorial3/index.html)
* [《Python Cookbook》 3rd Edition 翻译](https://github.com/yidao620c/python3-cookbook)
* [深入 Python 3](http://sebug.net/paper/books/dive-into-python3/)
* [PEP8 Python代码风格规范](https://code.google.com/p/zhong-wiki/wiki/PEP8)
* [Google Python 风格指南 中文版](http://zh-google-styleguide.readthedocs.org/en/latest/google-python-styleguide/)