11. Programming With Style

Readability is very important to programmers, since programs are read and modified far more often then they are written.

We’ve already discussed using Python conventions and introduced the Python style guide, but here is a review of some important conventions you should be using in your code going forward: