#0.书本来源
编程小白的第一本 Python 入门书 (ituring.com.cn)
#1.其他资源
Brands & Products | The Coca-Cola Company
50,000+ Free eBooks in the Genres you Love | Manybooks
Awesome Python (awesome-python.com)
搜狗细胞词库_词库下载_词典_输入法字典 (sogou.com)
(79条消息) 中国姓氏大全(常见508个,罕见740个)_weixin_30745553的博客-CSDN博客
#2.Python之禅
>>>import this
#导入 这个
The Zen of Python, by Tim Peters
#python的禅 ,作者: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!
#命名空间是一个值得让人按喇叭的好主意——更多的使用它们吧!