1、说明
Python禅是指Timm Peters Python编程准则。
2、操作步骤
将import输入python的交互界面 this,返回车辆时,您会发现返回了一些代码规范。
3、代码
>>>importthis TheZenofPython,bytimpeters蟒蛇禅语,提姆彼得斯(中文是我加的,参考几种在线翻译) Beautifulisbetterthanugly.美丽胜于丑陋 Explicitisbetterthanimplicit.理解胜于黑暗 Simpleisbetterthancomplex.简单胜于复杂 Complexisbetterthancomplicated.复杂胜于艰难 Flatisbetterthannested.扁平胜于嵌套 Sparseisbetterthandense.松散胜于聚集 Readabilitycounts.确保代码易读 Specialcasesaren'tspecialenoughtobreaktherules.规则拒绝特例 Althoughpracticalitybeatspurity.实用不求纯洁 Errorsshouldneverpasssilently.错误不能放过 Unlessexplicitlysilenced.除非理由明确 Inthefaceofambiguity,refusethetemptationtoguess. 模棱两可之间,不要随意猜测 Thereshouldbeone--andpreferablyonlyone--obviouswaytodoit.必须有唯一的选择,显然比其他的好 Althoughthatwaymaynotbeobviousatfirstunlessyou'reDutch.一开始分不清,只是因为你不是大神 Nowisbetterthannever.放弃总比放弃好 Althoughneverisoftenbetterthan*right*now.但必须谋定而动 Iftheimplementationishardtoexplain,it'sabadidea.实现难以解释,这是一个糟糕的计划 Iftheimplementationiseasytoexplain,itmaybeagoodidea.实现简单的解释,或者是一个好的解决方案 Namespacesareonehonkinggreatidea--let'sdomoreofthose!名字空间极佳,很多君多加用!
以上是python禅宗的介绍,希望对想学python的人有所帮助。更多Python学习指导:python基础教程
(推荐操作系统:windows7系统Python 3.9.1,DELL G3电脑。)