zoukankan      html  css  js  c++  java
  • python 之禅

    Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 22:20:52) [MSC v.1916 32 bit (Intel)] on win32
    Type "help", "copyright", "credits" or "license" for more information.
    >>> 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!
    >>>

    译文:

    提姆·彼得斯(Tim Peters)撰写的《 Python之禅》

    美丽胜于丑陋。
    显式胜于隐式。
    简单胜于复杂。
    复杂胜于复杂。
    扁平比嵌套更好。
    稀疏胜于密集。
    可读性很重要。
    特殊情况还不足以打破规则。
    尽管实用性胜过纯度。
    错误绝不能默默传递。
    除非明确地保持沉默。
    面对模棱两可的想法,拒绝猜测的诱惑。
    应该有一种-最好只有一种-显而易见的方法。
    尽管除非您是荷兰人,否则一开始这种方式可能并不明显。
    现在总比没有好。
    尽管从来没有比现在“正确”好。
    如果实现难以解释,那是个坏主意。
    如果实现易于解释,则可能是个好主意。
    命名空间是一个很棒的主意-让我们做更多这些吧!

  • 相关阅读:
    Java中抽象类和接口的区别
    servlet的转发与重定向
    JSP知识点
    过滤器与拦截器
    java关键字 super 和 this
    oracle 基础
    java 集合
    java 内部类
    java 数组详解
    图,深度优先遍历与广度优先遍历
  • 原文地址:https://www.cnblogs.com/SunshineKimi/p/12127152.html
Copyright © 2011-2022 走看看