Zen of Python: Difference between revisions

Content deleted Content added
Principles: Added Zen of Python illustrated comic image
Principles: Add code readability Wikilink
Line 38:
* Flat is better than nested.
* Sparse is better than dense.
* [[Computer_programming#Readability_of_source_code|Readability]] counts.
* Special cases aren't special enough to break the rules.
* Although practicality beats purity.