《Learn Python The Hard Way》中文版,基本可以当手册看:http://lpthw-cn.ducktypist.com/en/latest/index.html#
《A Byte of Python》中文版,之前看过英文版,感觉光看不练没啥用:http://linux.chinaitlab.com/manual/python_chinese/
《Think Python》,英文版竟然免费的,还没看:http://www.greenteapress.com/thinkpython/
Python的Lambda用法,比较实用:http://blog.csdn.net/myzhan/article/details/7269471
Python的三元运算符,if else和and or两种:http://chroya.iteye.com/blog/726479