flâneur — a map of the web's best reading

Code Style — The Hitchhiker's Guide to Python

docs.python-guide.org · 4,654 words · saved by 1 readers

If you ask Python programmers what they like most about Python, they will often cite its high readability. Indeed, a high level of readability is at the heart of the design of the Python language, following the recognized fact that code is read much more often than it is written.

Code Style — The Hitchhiker's Guide to Python Code Style ¶ If you ask Python programmers what they like most about Python, they will often cite its high readability. Indeed, a high level of readability is at the heart of the design of the Python language, following the recognized fact that code is read much more often than it is written. One reason for the high readability of Python code is its relatively complete set of Code Style guidelines and “Pythonic” idioms. When a veteran Python developer (a Pythonista) calls portions of code not “Pythonic”, they usually mean that these lines of

Explore this link on the map →

related reading