Jump to content

Zen of Python

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AMadahar (talk | contribs) at 23:29, 18 April 2015 (Added a short description and the text itself). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The Zen of Python is a collection of 19 software principles written in August of 2004 by Tim Peters intended to be followed by Python developers.

It is part of the PEP series as PEP20, and can be found on the official Python website

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!