Zen of Python: Difference between revisions

Content deleted Content added
Add introduction sentence on being Pythonic
Principles: Added Wiki link to nesting
Line 38:
* [[KISS_principle|Simple]] is better than complex.
* Complex is better than complicated.
* Flat is better than [[Nesting_(computing)|nested]].
* [[Minimalism#Design,_architecture,_and_spaces|Sparse]] is better than dense.
* [[Computer_programming#Readability_of_source_code|Readability]] counts.