In the face of ambiguity, refuse the temptation to guess. 当存在多种可能,不要尝试去猜测
There should be one-- and preferably only one --obvious way to do it. 而是尽量找一种,最好是唯一一种明显的解决方案(如果不确定,就用穷举法)
Although that way may not be obvious at first unless you're Dutch. 虽然这并不容易,因为你不是 Python 之父(这里的 Dutch 是指 Guido )
Now is better than never. 做也许好过不做
Although never is often better than right now. 但不假思索就动手还不如不做
If the implementation is hard to explain, it's a bad idea. If the implementation is easy to explain, it may be a good idea. 如果你无法向人描述你的方案,那肯定不是一个好方案;反之亦然(方案测评标准)
Namespaces are one honking great idea -- let's do more of those! 命名空间是一种绝妙的理念,我们应当多加利用(倡导与号召)