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!

最新文章

  1. php在5.5.0默认提供了Zend OPcache
  2. iOS中如何让TextView和TextField控件支持return键收起输入法
  3. 使用Apache ab进行压力测试(参数说明)
  4. Linux共享库 日志方法
  5. CODESOFT中的圆角矩形的弧度该怎样设置?
  6. 通过源码学Java基础:BufferedReader和BufferedWriter
  7. bzoj 3932 [CQOI2015]任务查询系统(主席树)
  8. javascript中的 "=="
  9. javee学习-通过ServletContext对象实现数据共享
  10. Redis客户端管理工具,状态监控工具
  11. npm的package.json字段含义中文文档
  12. Ransom Note(383)
  13. Python——Web.py詳解
  14. C++中结构体与类的区别(struct与class的区别)
  15. 走进webpack(2)--第三方框架(类库)的引入及抽离
  16. Java开发知识之Java面相对象
  17. 网络流24题 ——运输问题 luogu 4015
  18. python模块分析之logging日志(四)
  19. 迁移桌面程序到MS Store(6)——.NET Portability Analyzer
  20. jstl函数的使用

热门文章

  1. SpringBoot系列之Spring容器添加组件方式
  2. [03]使用 VS2019 创建 ASP.NET Core Web 程序
  3. Linux vi文档操作
  4. windows 安装使用jupyter及 基础配置
  5. 屏幕输入转换为int//方法大注释
  6. 易优CMS:foreach的基础用法
  7. 每天一点产品思考(5):Web端链接跳转在当前页面刷新还是新标签页打开?
  8. [b0020] python 归纳 (六)_模块变量作用域
  9. springboot依赖
  10. Django框架(二十四)-- Django rest_framework-路由控制与响应器