Navigation
index
next
|
Google Python Style Guide v0.0.1 documentation
»
Google Python 风格指南 - 中文版
¶
版本:
2.19
原作者:
Amit Patel
Antoine Picard
Eugene Jhong
Jeremy Hylton
Matt Smart
Mike Shields
翻译:
郭桥 <
guoqiao
@
gmail
.
com
>
项目主页:
Google Style Guide
Google 开源项目风格指南 - 中文版
目录
¶
Python语言规范
pychecker
导入
包
异常
全局变量
嵌套/本地/内部类或函数
列表推导(List Comprehensions)
默认迭代器和操作符
生成器
Lambda函数
默认参数值
属性(properties)
True/False的求值
过时的语言特性
静态Scoping(Lexical Scoping)
函数与方法装饰器
线程
威力过大的特性
Python风格规范
分号
行长度
括号
缩进
空行
空格
Python解释器
注释
类
字符串
TODO注释
导入格式
语句
访问控制
命名
Main
临别赠言
Table Of Contents
Google Python 风格指南 - 中文版
目录
Next topic
Python语言规范
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
next
|
Google Python Style Guide v0.0.1 documentation
»