Python3 之 Pythonic风格

Pythonic定义:https://www.cnblogs.com/HacTF/p/8142374.html

10分钟让你的代码更加pythonic:https://blog.csdn.net/g8433373/article/details/80709116

Python 风格指南:https://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/contents/

Google Python Style Guide:https://google.github.io/styleguide/pyguide.html (中文版: Python 编码规范(Google):http://www.runoob.com/w3cnote/google-python-styleguide.html) --- 本项目并非 Google 官方项目, 而是由国内程序员凭热情创建和维护

PEP8风格介绍:https://python.freelycode.com/contribution/detail/47

猜你喜欢

转载自blog.csdn.net/qq_26948143/article/details/88105701