1 Star 0 Fork 0

WeiYanCC/reg-gen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
styleguide.txt 463 Bytes
一键复制 编辑 原始数据 按行查看 历史
manuel.allhoff 提交于 2013-10-18 21:19 +08:00 . improve styleguide
This document provides some style guidelines for programming in python.
* please do use tabs that have the width of 4 spaces
* use spaces between operating symbols (for example, x + y rather than x+y)
* use docstring (see http://www.python.org/dev/peps/pep-0257/)
* class names have CapWords convention
* function names consists of lowercases, with words separated by underscores
* we should use the future print function (from __future__ import print_function)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shenweiyan/reg-gen.git
git@gitee.com:shenweiyan/reg-gen.git
shenweiyan
reg-gen
reg-gen
master

搜索帮助