我是吉林大学软件工程专业的学生,目前大三。我从大一开始接触Python,逐渐被Python的语言风格所吸引,慢慢爱上了它那种简单、精辟,可以用一句话表达绝不用两句的风格,感觉其他语言都弱爆了!现在正是秋招,非常想找一份关于Python的工作,我保证,会按照要求认真学习这本书并做好学习笔记,分享出我的学习经验,跟牛友们共同成长!

最后贴上Python的格言:
>>> ipython
In [1]: import this

ThZen of Pe 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!