1
nealv2ex 2014-09-19 17:49:11 +08:00 1
|
2
gangsta 2014-09-19 17:52:18 +08:00 1
|
3
leiz 2014-09-19 18:16:14 +08:00 1
pep8
|
4
ehs2013 2014-09-19 18:28:54 +08:00 1
PEP-8
|
5
d0o0g 2014-09-19 18:32:26 +08:00 1
pep8 +1
|
6
janxin 2014-09-19 18:39:56 +08:00 1
PEP 8 -- Style Guide for Python Code
http://legacy.python.org/dev/peps/pep-0008/ |
7
likexian 2014-09-19 19:29:45 +08:00
pep8
用flake8自检 |
8
reorx 2014-09-19 21:06:06 +08:00
为了在组内推行 Python 编码规范,我曾经总结过一个,lz 可以参考下: https://gist.github.com/reorx/9a66db7bf7b90f351b43
|
10
precisi0nux 2014-09-19 21:27:37 +08:00
|
11
iptux 2014-09-19 22:14:12 +08:00
用 TAB 做为缩进的一个好处是相对与用空格做缩进来说文件更小
这是个人偏好于 TAB 缩进的一大原因 |
12
banbanchs 2014-09-19 22:46:17 +08:00
用pycharm就能让你养成良好习惯
|
13
virusdefender 2014-09-20 10:29:58 +08:00
同意楼上 pycharm自带pep8检查功能
|
14
g0t3n 2014-09-20 12:37:14 +08:00
|