python代码规范与标准库参考

python代码规范与标准库参考

python代码规范参考文献:

http://www.runoob.com/w3cnote/google-python-styleguide.html

https://google.github.io/styleguide/pyguide.html

https://www.jianshu.com/p/8b6c425b65a6

 

Google开源项目风格指南:

https://zh-google-styleguide.readthedocs.io/en/latest/contents/

 

python代码规范检测模块PEP8:

https://legacy.python.org/dev/peps/pep-0008/

http://www.360doc.com/content/18/1227/19/38901109_804887977.shtml

 

python标准库参考:

https://docs.python.org/zh-cn/3/library/index.html

https://docs.python.org/3/library/

https://pymotw.com/3/index.html

转载于:https://www.cnblogs.com/-wenli/p/10730599.html

你可能感兴趣的:(python代码规范与标准库参考)