PEP 8 – Style Guide for Python Code
https://www.python.org/dev/peps/pep-0008/
PEP 257 – Docstring Conventions
https://www.python.org/dev/peps/pep-0257/
PEP-20PEP 20 – The Zen of Python
https://www.python.org/dev/peps/pep-0020/
# 查看pep20
>import this