原文链接:http://legacy.python.org/dev/peps/pep-0008/
item | detail |
---|---|
PEP | 8 |
Title | Style Guide for Python Code |
Version | c451868df657 |
Last-Modified | 2016-06-08 10:43:53 -0400 (Wed, 08 Jun 2016) |
Author | Guido van Rossum <guido at python.org> , Barry Warsaw <barry at python.org> , Nick Coghlan <ncoghlan at gmail.com> |
Status | Active |
Type | Process |
Content-Type | text/x-rst |
Created | 05-Jul-2001 |
Post-History | 05-Jul-2001, 01-Aug-2013 |
- Introduction 介绍
- A Foolish Consistency is the Hobgoblin of Little Minds 尽信书则不如无书
- Code lay-out 代码布局
- Whitespace in Expressions and Statements 表达式和语句中的空格
- Comments 注释
- Naming Conventions 命名规范
- Programming Recommendations 编程建议
- 参考
转载自原文链接, 如需删除请联系管理员。
原文链接:Python PEP8 编码规范中文版,转载请注明来源!
相关推荐