码迷,mamicode.com
首页 >  
搜索关键字:Python之禅    ( 78个结果
Python模块安装
安装模块:cmd中输入python -m pip install 模块名 更新模块:cmd中输入python -m pip install --upgrade pip 模块名、 移除模块:cmd中输入python -m pip uninstall 模块名 搜索模块:cmd中输入python -m p ...
分类:编程语言   时间:2018-07-22 22:26:52    阅读次数:146
python 之禅 import this
前言 我这个博客一直都是一些技术分享,show code的地方,我从来没有写过个人生活或者情感杂谈,当然我也从来没有谈论过我对什么东西的喜恶. 很多人喜欢喷XX语言,喜欢谈论XX和YY的优缺,甚至凑了一本不知所云的书…好吧,我觉得没有使用一门语言超过10年,没有对一个技术研究个5,6年, 不好意思说 ...
分类:编程语言   时间:2018-07-05 17:27:41    阅读次数:276
Python之禅的翻译和解释
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 tha ...
分类:编程语言   时间:2018-06-24 16:04:59    阅读次数:172
python之禅
>>> import thisThe Zen of Python, by Tim PetersBeautiful is better than ugly.Explicit is better than implicit.Simple is better than complex.Complex is ...
分类:编程语言   时间:2018-06-16 23:00:48    阅读次数:226
轻装好上阵
反思墙(针对我写博客的背景说明): 第三段落最后一句: (所以能给我以帮助与启迪的都值得称一声大大) > (所有能给我以帮助与启迪的都值得称一声大大) Python 之禅中偏后有一句: Unless explicitly silenced. 除非有有目的地放过 > 除非有目的地放过 ps:反思墙的目 ...
分类:其他好文   时间:2018-06-09 10:15:10    阅读次数:203
python 之禅
1.Beautiful is better than ugly. 优美胜于丑陋(Python以编写优美的代码为目标) 2.Explicit is better than implicit. 明了胜于晦涩(优美的代码应当是明了的,命名规范,风格相似) 3. Simple is better than ...
分类:编程语言   时间:2018-05-25 22:46:46    阅读次数:301
Python之禅----The Zen of Python
一、Python之禅在 Python shell 中输入 import this,就会展示 Tim Peters 的 The Zen of Python:The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. 
分类:编程语言   时间:2018-05-11 17:19:58    阅读次数:266
Python之禅 吾心笃定
自从3月19日到现在已经学习python 19天了,博客园也注册8天了。之所以一直没有急着分享学习中的知识是因为我觉得学习一道应该从心开始,所以第一篇随笔不应该说python的知识,而应该说学习心态和学习方法。 在这半个多月的学习中心情可以说是此起彼伏。在学第一模块开发基础的时候真的感觉轻松加愉快, ...
分类:编程语言   时间:2018-04-07 11:28:59    阅读次数:223
python之禅-----我最喜欢的翻译版
在阿里云上看到的。真的是我看到最好的一个翻译版本了。 尤其是那句“吾将上下而求索”哈哈哈哈哈哈…… 发布时间:2018 02 28 来源:网络 上传者:用户 关键字: Peters Python zen TIM 发表文章 摘要: importthisTheZenofPython,byTimPeter ...
分类:编程语言   时间:2018-04-03 18:17:20    阅读次数:190
Python之禅(原文、中文翻译、解释)
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
分类:编程语言   时间:2018-03-26 10:46:05    阅读次数:163
78条   上一页 1 ... 3 4 5 6 7 8 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!