比较常用的Python编码风格为PEP8,此外还有Google Python Style Guide,需要额外注意 缩进、空格、换行符、名称样式、注释和文档字符串。
Pycharm中使用 autopep8使用命令 pip install --upgrade autopep8
进行安装。
在Pycharm中配置如下external tools:
使用方法:
阅读PEP8代码风格。
学习Python Doc style 阅读Google Python Style Docstrings。
学习使用VSCode进行远程Python开发。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)