Purpose of PEP-8 in Python
In this tutorial we will discuss the purpose of PEP-8 in python. PEP-8 can also be abbreviated as Python Enhancement proposal. It is a style guide which provides guidelines on how to write a python code that is easy to read. Key benefits of PEP-8: Improves readability Reduce the errors Increases the consistency Examples of …