补充些Python方面的文化,文章翻译自http://legacy.python.org/dev/peps/pep-0020/ 同步于http://polarisary.github.io/2014/07/01/the-zen-of-python/Beautiful is better than u...
分类:
编程语言 时间:
2014-07-01 16:49:20
阅读次数:
221
题目
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows
like this: (you may want to display this pattern in a fixed font for better legibility)
P A H N
A...
分类:
其他好文 时间:
2014-06-30 00:07:36
阅读次数:
268
AlienTech for better life!~...
分类:
其他好文 时间:
2014-06-27 10:23:01
阅读次数:
123
AlienTech for better life!~...
分类:
编程语言 时间:
2014-06-25 06:43:33
阅读次数:
272
题目
The string "PAYPALISHIRING" is written in a zigzag pattern on a given
number of rows like this: (you may want to display this pattern in a fixed font for better legibility)
P A H ...
分类:
其他好文 时间:
2014-06-24 23:59:25
阅读次数:
338
AlienTech for better life!~...
分类:
编程语言 时间:
2014-06-24 22:48:19
阅读次数:
430
python社区不乏幽默,先来看“python之道”这首诗。
导入this包:
import this
输出时一首诗,这首诗总结了Python的风格,可以指导Python程序员的编程。下面是译文:
The Zen of Python, by Tim Peters
Python之道
Beautiful is better than ugly.
美观胜于丑陋。
Explicit i...
分类:
编程语言 时间:
2014-06-24 22:40:23
阅读次数:
295
AlienTech for better life!~...
分类:
其他好文 时间:
2014-06-24 20:29:25
阅读次数:
258
AlienTech for better life!~...
分类:
其他好文 时间:
2014-06-22 21:17:22
阅读次数:
186
Passing a large number of parameters is not convenient. A better approach is to substitute all the parameters with only one and make it an object.
分类:
编程语言 时间:
2014-06-17 20:40:07
阅读次数:
185