博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
7.Python 之禅(2-11)
阅读量:6273 次
发布时间:2019-06-22

本文共 891 字,大约阅读时间需要 2 分钟。

2-11 Python 之禅:在 Python 终端会话中执行命令 import this,并粗略地浏览一下

其他的指导原则。

#Beautiful is better than ugly#Explicit is better than implicit#Simple is better than complex#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!

很有道理,很有启发。

转载于:https://www.cnblogs.com/forcase/p/9801222.html

你可能感兴趣的文章
使用Xcode 查看objective-C的汇编代码
查看>>
Vue.js——60分钟快速入门
查看>>
设计模式 - 模板方法模式(template method pattern) 具体解释
查看>>
mysql判断一个字符串是否包含某子串 【转】
查看>>
a bad dream
查看>>
FD_CLOEXEC用法及原因_转
查看>>
element UI 的学习一,路由跳转
查看>>
RabbitMQ三种Exchange模式(fanout,direct,topic)的性能比较
查看>>
Spring JavaBean属性值的注入方式( 属性注入, 特殊字符注入 <![CDATA[ 带有特殊字符的值 ]]> , 构造器注入 )...
查看>>
【Linux】Linux下统计当前文件夹下的文件个数、目录个数
查看>>
Hibernate_14_数据连接池的使用
查看>>
Codeforces Round #271 (Div. 2) D. Flowers (递推 预处理)
查看>>
jacky自问自答-java并发编程
查看>>
Struts2+JSON数据
查看>>
zTree实现单独选中根节点中第一个节点
查看>>
Cocos2D-x设计模式发掘之中的一个:单例模式
查看>>
很强大的HTML+CSS+JS面试题(附带答案)
查看>>
用树莓派实现RGB LED的颜色控制——C语言版本号
查看>>
VC2012编译CEF3-转
查看>>
java 自己定义异常,记录日志简单说明!留着以后真接复制
查看>>