Python
-
书籍:
-
教程: Codecademy
-
挑战: Python Challenge
-
高阶:
Python 深入学习
-
- 理解python中optparse.OptionParser类。 http://docs.python.org/library/optparse.html
- 理解collections.Mapping类。 http://docs.python.org/library/collections.html
- 分析浅拷贝,深拷贝 http://blog.youkuaiyun.com/winterttr/article/details/2590741http://longmans1985.blog.163.com/blog/static/70605475200991603624942/http://book.51cto.com/art/200806/77233.htm
- LoggerAdapter类 http://docs.python.org/howto/logging-cookbook.html#context-info
- 介绍rabbitmq http://blog.ftofficer.com/2010/03/translation-rabbitmq-python-rabbits-and-warrens/ http://kombu.readthedocs.org/en/latest/introduction.html#synopsis
- Python Decorators入门 http://blog.youkuaiyun.com/beckel/article/details/3585352
- Python @classmethod @staticmethod的区别。
- 五分钟理解元类(Metaclasses)http://www.cnblogs.com/coderzh/archive/2008/12/07/1349735.html
- nova中用到的python知识 http://canx.me/2011/12/%E4%B8%80%E4%BA%9Bpython/
- python中类的总结 http://ipseek.blog.51cto.com/1041109/802243
- with的总结 http://effbot.org/zone/python-with-statement.htm * Pool类http://nullege.com/codes/search/eventlet.pools.Pool
- paste模块 http://pythonpaste.org/
- python魔术方法 http://pycoders-weekly-chinese.readthedocs.org/en/latest/issue6/a-guide-to-pythons-magic-methods.html
- Routes模块 http://routes.readthedocs.org/en/latest/index.html
-
yield学习