python代码规范
- 软件开发
- 2022-07-25
- 10热度
- 0评论
pep8
python代码样式规范
文档地址:https://legacy.python.org/dev/peps/pep-0008/
中文版:https://blog.csdn.net/ratsniper/article/details/78954852
pep257
文档字符串规范
文档地址:https://legacy.python.org/dev/peps/pep-0257/
中文版:http://github.com/quxiang/pep/blob/master/peps/257.md
pep20
python禅宗
文档地址:https://www.python.org/dev/peps/pep-0020/