zoukankan      html  css  js  c++  java
  • Python精神

    [root@LDAP_slave ~]# python -c "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!
    
    Python的禅宗,蒂姆•彼得斯
    
    美丽优于丑陋。
    显式优于隐式。
    简单优于复杂。
    复杂的比复杂。
    平比嵌套。
    稀疏的密度比。
    可读性很重要。
    特殊情况不是特别足以打破规则。
    尽管实用性比纯洁。
    错误不应该通过默默地。
    除非显式地沉默。
    面对歧义,拒绝猜测的诱惑。
    应该有一个,最好是只有一个——明显的方式去做。
    虽然这样可能没有明显的起初,除非你是荷兰人。
    现在是更好的比不做好。
    虽然不常比* *现在。
    如果实现很难解释,这是一个糟糕的主意。
    如果实现很容易解释,这可能是一个好主意。
    名称空间是一个很棒的想法——让我们做更多的!

    出处:http://www.cnblogs.com/madsnotes/

    声明:本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。
  • 相关阅读:
    神经网络-FPN 19
    机器学习
    神经网络-DenseNet 18
    神经网路骨架:各自的特点统计
    转载:一步一步制作根文件系统
    设计模式博客
    【转】PowerPC平台linux设备移植
    【收藏】自己动手写编译器、连接器
    查看pthread线程库中锁的持有者方法
    【转】深入 Linux 的进程优先级
  • 原文地址:https://www.cnblogs.com/madsnotes/p/5487337.html
Copyright © 2011-2022 走看看