Python/編程風格
外觀
< Python
建議編程風格與命名習慣遵從PEP 0008。
外部連結
[編輯]- Naming Conventions in PEP 0008: Style Guide for Python Code, python.org
- Naming in Google Python Style Guide, google.github.io
- pycodestyle - Python style guide checker, pypi.python.org
- Modules to Rename in PEP 3108, python.org
- W:Naming convention (programming)