- [styleguide: Google Python Style Guide][1]
- [PEP 257 -- Docstring Conventions][2]
- [Encoding and Decoding Strings ][c1]
- [Python的函数参数传递:传值?引用?][c2]
- [When to use assert? 何时使用assert][c3]
- [What does the “yield” keyword do?][c4]
- [完全理解Python迭代对象、迭代器、生成器][c5]