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方式

  • 相关阅读:
    大型网站架构演化发展历程
    用Haproxy给MySQL做负载均衡
    一致性hash和虚拟节点
    Apache + Tomcat +mod_jk 实现集群
    浅谈时钟的生成(js手写代码)
    javascript
    vue-cli中安装方法
    webstorm激活
    解决webstorm卡顿问题
    gulp前端自动化环境搭建详解
  • 原文地址:https://www.cnblogs.com/zx125/p/11409304.html
Copyright © 2011-2022 走看看