From 23b41e951e518b538da042fd233da7c20d8d8394 Mon Sep 17 00:00:00 2001 From: spacewander Date: Sun, 4 May 2014 19:10:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0Python=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=9A=84PEP8=E8=A7=84=E8=8C=83=E7=9A=84=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7914000..4e14dd5 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ ### Python * [简明Python教程](http://woodpecker.org.cn/abyteofpython_cn/chinese/) +* [PEP8 Python代码风格规范](https://code.google.com/p/zhong-wiki/wiki/PEP8) * [Python入门教程](http://liam0205.me/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/)