PEP 8
provides coding conventions for the Python code. It describes rules to adhere
while coding in Python. This helps in better readability of code and thereby
better understanding and easy maintainability. It covers from code indentation,
amount of space to use for indentation, spaces v/s tabs for indentation,
commenting, blank lines, maximum line length, way of importing files, etc.
No comments:
Post a Comment