您的位置:首页 > 编程语言 > Python开发

What does PEP stand for in Python

2015-03-20 09:29 711 查看
PEP stands for
Python Enhancement Proposal
. A PEP is a design document providing information to the Python community, or describing a new feature for Python or its processes or environment. The PEP should provide a concise technical specification of the feature and
a rationale for the feature.
We intend PEPs to be the primary mechanisms for proposing major new features, for collecting community input on an issue, and for documenting the design decisions that have gone into Python. The PEP author
is responsible for building consensus within the community and documenting dissenting opinions.

PEP 0 -
Index of Python Enhancement Proposals

PEP 1 -
PEP Purpose and Guidelines


PEP 7 -
Style Guide for C Code


PEP 8 -
Style Guide for Python Code

PEP 20 -
PEP 20 -- The Zen of Python

PEP 257 -
Docstring Conventions

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: