You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of Guido's key insights is that code is read much more often than it is written. The guidelines provided here are intended to improve the readability of code and make it consistent across the wide spectrum of Python code. As PEP 20 says, "Readability counts".
The text was updated successfully, but these errors were encountered:
It would be nice to refactor the codebase and make it comply to PEP8 as long as it is still backwards compatible.
Rationale (quoting from the PEP8 page):
The text was updated successfully, but these errors were encountered: