编程语言
首页 > 编程语言> > Python之禅

Python之禅

作者:互联网

            import this

 

The Zen of Python, by Tim Peters


Beautiful is better than ugly.


Explicit is better than implicit.


Simple is better than complex.


Complex is better than complicated.


Flat is better than nested.


Sparse is better than dense.


Readability counts.


Special cases aren't special enough to break the rules.


Although practicality beats purity.


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.

 

------------------------------------------------------------------------------------------------

                    Writed by Zoro

                    /April /15th /2019

标签:Although,之禅,Python,should,better,way,than
来源: https://www.cnblogs.com/xuzhaoping/p/10714154.html