layout: post title: "Style Guide for Python Code" date: 2017-06-21 22:32:00 -0700 tags: [python]
PEP8-可以理解为python代码风格规范 python的标准库代码基本上都遵循此规范。
Use 4 spaces per indentation level.