Following coding guidelines makes code easier to read for other developers. It also makes code easier to write because there is more consistency, less effort and less ambiguity. In Python, we use the PEP coding guidelines. code example
Example: python code style
This python pep sums it up: https://www.python.org/dev/peps/pep-0008/