woceshiyong8 发表于 2016-1-9 11:14:54

OpenStack中用到的python语言学习

Python

[*]    书籍:

[*]    《python参考手册》
[*]    《python基础教程》

[*]    教程: Codecademy
[*]    挑战: Python Challenge
[*]    文档: Python v2.7.3 documentation
[*]    高阶:

[*]    The Hitchhiker’s Guide to Python!
[*]    Python Module of the Week


 
 
Python 深入学习


[*]理解python中optparse.OptionParser类。 http://docs.python.org/library/optparse.html
[*]理解collections.Mapping类。 http://docs.python.org/library/collections.html
[*]分析浅拷贝,深拷贝 http://blog.csdn.net/winterttr/article/details/2590741http://longmans1985.blog.163.com/blog/static/70605475200991603624942/http://book.iyunv.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.csdn.net/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.iyunv.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学习

  
页: [1]
查看完整版本: OpenStack中用到的python语言学习