Skip to content

Instantly share code, notes, and snippets.

View baccenfutter's full-sized avatar

Brian Wiborg baccenfutter

View GitHub Profile
@baccenfutter
baccenfutter / zen-of-python.txt
Created September 24, 2015 11:44
Zen of Python, by Tim Peters
The Zen of Python, by Tim Peters
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.