Python 之禪與 Pythonic - PyTips 0x00

PyTips

項(xiàng)目地址:https://git.io/pytips

Python 之禪與 Pythonic

Python 之禪是 Python 語(yǔ)言的設(shè)計(jì)哲學(xué)與所倡導(dǎo)的編程理念,Pythonic 則是指基于 Python 理念編寫(xiě)更加符合 Python 語(yǔ)法習(xí)慣(idiomatic Python)的代碼,這也是本項(xiàng)目所追求的目標(biāo),因此以本篇作為開(kāi)頭。

import this
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!

Python 之禪,by Tim Peters

優(yōu)美勝于丑陋

明確勝于隱晦

簡(jiǎn)單勝于復(fù)雜

復(fù)雜勝于凌亂

扁平勝于嵌套

稀疏勝于緊湊

可讀性至關(guān)重要

即便特例,也需服從以上規(guī)則

除非刻意追求,錯(cuò)誤不應(yīng)跳過(guò)

面對(duì)歧義條件,拒絕嘗試猜測(cè)

解決問(wèn)題的最優(yōu)方法應(yīng)該有且只有一個(gè)

盡管這一方法并非顯而易見(jiàn)(除非你是Python之父)

動(dòng)手勝于空想

空想勝于不想

難以解釋的實(shí)現(xiàn)方案,不是好方案

易于解釋的實(shí)現(xiàn)方案,才是好方案

命名空間是個(gè)絕妙的理念,多多益善!

參考

  1. 《Python之禪》的翻譯和解釋
  2. What is Pythonic?
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • 在vim的命令模式下輸入: :read !echo import this | python 會(huì)得到 The Ze...
    hjqjk閱讀 967評(píng)論 0 1
  • 我正在編輯一本互聯(lián)網(wǎng)技術(shù)的書(shū)稿,《Python編程基礎(chǔ)與HTTP接口測(cè)試》。這本書(shū)不厚,因?yàn)樽髡哒f(shuō),我想教給大家的...
    書(shū)香云舍閱讀 6,212評(píng)論 3 25
  • 第六章 組合數(shù)據(jù)類型 組合數(shù)據(jù)類型概述 計(jì)算機(jī)不僅對(duì)單個(gè)變量表示的數(shù)據(jù)進(jìn)行處理,更多情況,計(jì)算機(jī)需要對(duì)一組數(shù)據(jù)進(jìn)行...
    jplee閱讀 3,913評(píng)論 0 1
  • 友誼是使青春豐富多彩的,清純的生命的旋律,是無(wú)比美麗的青春贊歌。 以前,在常老師眼里,QQ就好像是一個(gè)犯罪的城...
    海賊迷惑閱讀 228評(píng)論 0 4
  • 小lee_7cb7閱讀 174評(píng)論 0 0

友情鏈接更多精彩內(nèi)容