oss-generic / process

The OSS-Generic Reference Process
https://oss-generic.github.io/process/
MIT License
6 stars 19 forks source link

Add a coding standard for Python #103

Open damithc opened 6 years ago

damithc commented 6 years ago

We are beginning to accumulate some Python code in some of our projects. It would be good to adopt a good Python coding standard to follow.

wkurniawan07 commented 6 years ago

Python has a style guide created by the man himself: https://www.python.org/dev/peps/pep-0008/.

damithc commented 6 years ago

Nice.