Tech/Languages/Python/PEP 8

From lathama
< Tech‎ | Languages‎ | Python
Jump to navigation Jump to search

Everyone should read PEP8

Python has many Python Enhancement Proposals (PEPs) and among them is 8.

Read more than written

One of Guido’s key insights is that code is read much more often than it is written.

Tunnel vision in tech can be a problem and we should all make our work easy for the next person to consume, update, and use. In my career this has been a foundational problem to fix in every role.