5200.0 The Zen of Python
Beautiful is better than ugly. Simple is better than complex. Complex is better than complicated. Readability counts. There should be one— and preferably only one —obvious way to do it. Now is better than never.
Note
Much of programming consists of using small, common approaches to simple situations within a larger, more creative project.
Don’t try to write perfect code; write code that works, and then decide whether to improve your code for that project or move on to something new.