zoukankan      html  css  js  c++  java
  • Pythonic

    import this(具体实现方法和原理参考:http://www.ituring.com.cn/article/507009)

    当运行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.
    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!
    
    
    《蟒蛇禅》,提姆·彼得斯著
    
    
    
    美胜于丑。
    
    显式优于隐式。
    
    简单胜于复杂。
    
    复杂总比复杂好。
    
    平的比嵌套的好。
    
    稀疏胜于稠密。
    
    可读性计数。
    
    特殊情况不足以打破规则。
    
    尽管实用性胜过纯洁性。
    
    错误永远不会悄悄地过去。
    
    除非明确沉默。
    
    面对歧义,拒绝猜测的诱惑。
    
    应该有一种——最好只有一种——显而易见的方法来做到这一点。
    
    不过,如果不是荷兰语的话,这种方式一开始可能并不明显。
    
    现在总比没有好。
    
    虽然从来没有比现在更好。
    
    如果实现很难解释,那是个坏主意。
    
    如果实现很容易解释,这可能是一个好主意。
    
    名称空间是一个非常好的主意——让我们做更多的事情吧!
    

    以上就是Pythonic方式

  • 相关阅读:
    MARGIN-BEFORE MARGIN-AFTER MARGIN-START MARGIN-END
    原生js写简单轮播图方式1-从左向右滑动
    标准模式与怪异模式
    XMLHTTPRequest
    【Github教程】史上最全github使用方法:github入门到精通
    月亮
    星星dom
    css中链接的4个状态 link、visited 、hover、active 顺序与设置
    CSS animation-timing-function 属性中的 steps() 与 step-start,step-end
    jQuery.Deferred对象
  • 原文地址:https://www.cnblogs.com/zx125/p/11409304.html
Copyright © 2011-2022 走看看