Srikanth Technologies

Python Style Guide

It is believed, code is read more often than written. Writing code with consistency matters. It makes readers life easy.

Python provides PEP8 - Style Guide for Python Code, which was written by Guido van Rossum and others, to provide some guidelines regarding how to write code in Python.

You can read the whole style guide provided by PEP8. But in this blog, I am providing the same information in a more concise way so that you can get to the point quickly.

Here are the guidelines: