Python的设计哲学--zen of Python

           Python的设计哲学--zen of Pythonpython

 

 

Beautiful is better than ugly. 优美胜于丑陋less

Explicit is better than implicit. 明了胜于晦涩ide

Simple is better than complex. 简单赛过复杂ui

Complex is better than complicated. 复杂赛过凌乱idea

Flat is better than nested.      扁平胜于嵌套spa

Sparse is better than dense.      间隔胜于紧凑设计

Readability counts.           可读性很重要ci

Special cases aren't special enough to break the rules. 即便假借特例的实用性之名,也不违背这些规则it

Although practicality beats purity.   虽然实用性次于纯度io

Errors should never pass silently.    错误不该该被无声的忽略

Unless explicitly silenced.        除非明确的沉默       

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之父

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! 命名空间是一种绝妙的理念,应当多加利用

这就是 Python 之禅,Guido van Rossum必定是个有趣的人,能将设计思想展示在python解释器中,在“hello world”程序开始以前,它还有一番人生哲学啊

相关文章
相关标签/搜索