赠言
这个教程到目前为止,所讲述的仅是点到为止。Python世界中有大量的工具,库和软件可以帮你完成你的工作。
但你需要自己花时间去发现他们!
Python有一个伟大的社区和一群很聪明的维护者,他们对于新手非常有耐心。
因此,关注你最喜欢的开源项目,加入他们的邮件列表,跟有经验的开发者交流经验。
不久的将来,你的经验也将足够丰富,你将会成为他们其中的一员。
最后我想引用下 Zen Of Python 。我们思考,学习,受到启发!
Happy Pythoning
- >>> import this
- 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 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!