zoukankan      html  css  js  c++  java
  • python之禅(转载)

    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 类型注解
    python 装饰器
    python 高阶函数、柯里化
    python 生成器函数
    python 递归和匿名函数
    Python 函数返回值、作用域
    Python 练习题总结(待续)
    基于 K8S 集群安装部署 istio-1.2.4
    基于 kubeadm 部署 kubernetes(v1.17.0) 集群
    Gitlab 重置 root 密码
  • 原文地址:https://www.cnblogs.com/zhaodun/p/7955570.html
Copyright © 2011-2022 走看看