由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 什么风格是pythonic?
相关主题
C++命名空间和算子重载Anyone using Boost-Python?
c++ std::abs(int) ambiguous?问一个python的string split问题
小问题perl or python?
C++ Q07: unnamed namespace我也来一个, quick sort 只要一行。
C++ multiple inheritance problem单开主题:为何痛恨python
namespace 问题球python大牛给指导一下:写python最大的难点是什么?最重要的品质是什么?
code swarm (video)Python 2015年1月楼
Extrapolation in Python?Python里面为什么range(0,5)不用0:5来表示?
相关话题的讨论汇总
话题: better话题: than话题: pythonic话题: although话题: 风格
进入Programming版参与讨论
1 (共1页)
y******u
发帖数: 804
1
大牛来讲讲!
life is short, let's write python.
v*******e
发帖数: 11604
2

be straight forward
simple is better than beautiful

【在 y******u 的大作中提到】
: 大牛来讲讲!
: life is short, let's write python.

y******u
发帖数: 804
3
贴首诗吧,引引大牛们吧
Zen of Python
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!
l********a
发帖数: 1154
4

打开IDLE,然后输入import this
看看就明白了

【在 y******u 的大作中提到】
: 大牛来讲讲!
: life is short, let's write python.

b*******r
发帖数: 361
5

love this quote.
Now I feel I'm one of those lucky ones who can choose what language to use
at work.

【在 y******u 的大作中提到】
: 大牛来讲讲!
: life is short, let's write python.

1 (共1页)
进入Programming版参与讨论
相关主题
Python里面为什么range(0,5)不用0:5来表示?C++ multiple inheritance problem
Python 这种二逼语言怎么设计的namespace 问题
请推荐一个稳定的Python集成环境code swarm (video)
请问运行python的一些技巧。Extrapolation in Python?
C++命名空间和算子重载Anyone using Boost-Python?
c++ std::abs(int) ambiguous?问一个python的string split问题
小问题perl or python?
C++ Q07: unnamed namespace我也来一个, quick sort 只要一行。
相关话题的讨论汇总
话题: better话题: than话题: pythonic话题: although话题: 风格