原文链接:http://legacy.python.org/dev/peps/pep-0008/
- Introduction 介绍
- A Foolish Consistency is the Hobgoblin of Little Minds 尽信书则不如无书
- Code lay-out 代码布局
- Whitespace in Expressions and Statements 表达式和语句中的空格
- Comments 注释
- Naming Conventions 命名规范
- Programming Recommendations 编程建议
- 参考