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/

    声明:本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。
  • 相关阅读:
    A*算法(八数码问题)
    【第一篇:C++与opencv】图片的读取和显示
    iOS事件拦截(实现触摸任意位置隐藏指定view)
    tableview随笔
    解决UITableView中Cell重用机制导致内容出错的方法总结
    iOS 数据类型转换
    git Xcode
    ios 读取各种类型文件
    iOS学习之iOS沙盒(sandbox)机制和文件操作之NSFileManager(三)
    iOS学习之NSBundle介绍和使用
  • 原文地址:https://www.cnblogs.com/madsnotes/p/5487337.html
Copyright © 2011-2022 走看看