PEP-8 Python样式指南

时间:2024-03-06 14:19:23
【文件属性】:

文件名称:PEP-8 Python样式指南

文件大小:187KB

文件格式:ZIP

更新时间:2024-03-06 14:19:23

Python

PEP-8 Python样式指南


【文件预览】:
PEP-8-Style-Guide-for-Python-Code-master
----python.org-PEP 8 -- Style Guide for Python Code.pdf(221KB)
----Code Layout()
--------a-line-break-or-after-a-binary-operator.py(429B)
--------source-file-encoding.py(186B)
--------indentation.py(2KB)
--------imports.py(2KB)
--------tabs-or-spaces.py(46B)
--------blank-lines.py(414B)
--------module-level-dunder-names.py(590B)
--------max-line-length.py(574B)
----Naming Conventions()
--------descriptive-naming-styles.py(2KB)
--------overriding-principle.py(168B)
--------introduction.py(391B)
----__pycache__()
--------understanding-pseudocode.cpython-36.pyc(464B)
----when-to-use-trailing-commas.py(681B)
----Whitespace in Expressions and Statements()
--------other-recommendations.py(2KB)
--------pet-peeves.py(2KB)
----String Quotes()
--------string-quotes.py(447B)
----Comments()
--------block-comments.py(344B)
--------comments.py(906B)
--------inline-comments.py(476B)
--------documentation-strings.py(702B)

网友评论