The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex ...
原文: http: blog.csdn.net lanphaday article details 凡是用過 Python的人,基本上都知道在交互式解釋器中輸入 import this 就會顯示 Tim Peters 的 The Zen of Python,但它那偈語般的語句有點令人費解,所以我想分享一下我對它的體會,順帶給出我的翻譯。 The Zen of Python, by Tim Pet ...
2012-01-05 22:12 0 8265 推薦指數:
The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex ...
最近在學python,今晚看了一個名叫“python全棧之路系列”的關於python的相關博客,其中開篇就說到了python的設計哲學:優雅,簡潔。。。 可以在編譯器里面輸入如下語句來查看python語言的設計哲學: 中英文釋義 ...
在交互式解釋器中輸入 import this 就會顯示 Tim Peters 的 The Zen of Python import this 全文內容對照翻譯如下: Python 之禪 中英文對照 The Zen ...
dongweiming的博客 前言 我這個博客一直都是一些技術分享,show code的地方,我從來沒有寫過個人生活或者情感雜談,當然我也從來沒有談論過我對什么東西的喜惡. 很多人喜歡噴XX語言,喜歡 ...
凡是用過 Python的人,基本上都知道在交互式解釋器中輸入 import this 就會顯示 Tim Peters 的 The Zen of Python,但它那偈語般的語句有點令人費解,所以我想分享一下我對它的體會,順帶給出我的翻譯。 翻譯和解 ...
針對今天大佬提了一嘴,特意的去了解了一下Python之禪,滿足一下自己的求知欲。 Python之禪,英文又叫做 The Zen of Python,它總結了Python的風格,總結出的一種標准,讓代碼變得更加優美,干練,益讀。 作為一個復活節彩蛋,我們需要輸入在import ...
禪道支持郵件提醒功能,目前是當需求、bug有變動的時候,會給相關的人員發送email通知。任務的提醒暫時后沒有做,后面版本會加上。 那么如何配置郵件提醒功能呢?很簡單。 1. 進入到zentao的源代碼目錄,進入module/mail目錄。 2. 里面有一個config.php,mail ...
The Zen of Python, by Tim Peters Beautiful is better than ugly. 優美勝於丑陋。 Explicit is better than implicit. 明確勝於隱晦。 Simple is better than ...