python的一些基本的建议
摘要:一、编码风格 python程序要写的易于阅读 二、python代码的样式规则 遵循PEP8 4个spaces是一次缩排,不允许tabs,不允许混合使用space和tab,方法之间要有一个空行,类之间要有两个空行 在dicts, lists,tuples,还有参数列表的“,”后面加一个space,在d
阅读全文
posted @ 2017-09-13 14:25
posted @ 2017-09-13 14:25
posted @ 2017-09-13 14:25
posted @ 2017-09-04 16:03
posted @ 2017-09-04 15:32