The Zen of Python
I liked this a lot. Programming philosophy that I believe in.
Taken from http://www.python.org/dev/peps/pep-0020/ Author: Tim Peters <tim at zope.com>
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 [...]



