Import this—Python的設計原則

路途中的人2012發表於2016-03-30
    在python互動直譯器中輸入“Import this”,就會出現Python的設計原則:

點選(此處)摺疊或開啟

  1. >>> import this
  2. The Zen of Python, by Tim Peters

  3. Beautiful is better than ugly.
  4. Explicit is better than implicit.
  5. Simple is better than complex.
  6. Complex is better than complicated.
  7. Flat is better than nested.
  8. Sparse is better than dense.
  9. Readability counts.
  10. Special cases aren't special enough to break the rules.
  11. Although practicality beats purity.
  12. Errors should never pass silently.
  13. Unless explicitly silenced.
  14. In the face of ambiguity, refuse the temptation to guess.
  15. There should be one-- and preferably only one --obvious way to do it.
  16. Although that way may not be obvious at first unless you're Dutch.
  17. Now is better than never.
  18. Although never is often better than *right* now.
  19. If the implementation is hard to explain, it's a bad idea.
  20. If the implementation is easy to explain, it may be a good idea.
  21. Namespaces are one honking great idea -- let's do more of those!

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29067253/viewspace-2072710/,如需轉載,請註明出處,否則將追究法律責任。

相關文章