Style Guide for Python Code Jun 22, 2017 PEP8-可以理解为python代码风格规范 python的标准库代码基本上都遵循此规范。 Code lay-out Indentation Use 4 spaces per indentation level.