在交互式解釋器中輸入 import this 就會顯示 Tim Peters 的 The Zen of Python import this 全文內容對照翻譯如下: Python 之禪 中英文對照 The Zen ...
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. 復雜勝於難懂。 Fl ...
2020-06-01 22:14 0 829 推薦指數:
在交互式解釋器中輸入 import this 就會顯示 Tim Peters 的 The Zen of Python import this 全文內容對照翻譯如下: Python 之禪 中英文對照 The Zen ...
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語言的設計哲學: 中英文釋義 ...
The Zen of Python Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than ...
dongweiming的博客 前言 我這個博客一直都是一些技術分享,show code的地方,我從來沒有寫過個人生活或者情感雜談,當然我也從來沒有談論過我對什么東西的喜惡. 很多人喜歡噴XX語言,喜歡 ...
原文: http://blog.csdn.net/lanphaday/article/details/2151918 凡是用過 Python的人,基本上都知道在交互式解釋器中輸入 import this 就會顯示 Tim Peters 的 The Zen ...
針對今天大佬提了一嘴,特意的去了解了一下Python之禪,滿足一下自己的求知欲。 Python之禪,英文又叫做 The Zen of Python,它總結了Python的風格,總結出的一種標准,讓代碼變得更加優美,干練,益讀。 作為一個復活節彩蛋,我們需要輸入在import ...
凡是用過 Python的人,基本上都知道在交互式解釋器中輸入 import this 就會顯示 Tim Peters 的 The Zen of Python,但它那偈語般的語句有點令人費解,所以我想分享一下我對它的體會,順帶給出我的翻譯。 翻譯和解 ...