Tornado入门资料整理
预备知识
没学过计网的苦逼找点现成一些的东西看吧……
- 《Restful Web Services》,《HTTP The Definitive Guide》,各种RFC
- WSGI:http://wsgi.readthedocs.org/en/latest/learn.html
- PEP333:http://www.python.org/dev/peps/pep-0333/
入门
- Tornado官方文档:http://tornadoweb.org/
- 官方github,里面的demo适合画葫芦:https://github.com/facebook/tornado
- 官方整理的links,可以在Projects Built on Tornado里找star多一点的开源项目看:https://github.com/facebook/tornado/wiki/Links
- mailing list:https://groups.google.com/forum/#!forum/python-tornado
- 目前唯一一本tornado的书《Introduction to Tornado》的github:https://github.com/Introduction-to-Tornado/Introduction-to-Tornado
(书上用的版本有一点过时了呃……) - 剩下的就是google,stackoverflow,v2ex,quora,知乎(后三个网站本身就用了tornado)各种狂搜了……散落在众博客里的文章和demo也是很多的
- 最后的一招,Tornado代码即文档……源码看起……
其他
有没有什么很好的 Tornado 的教材或者开源项目可以做参考的? - 知乎:http://www.zhihu.com/question/19707966
目前先从Introduction to Tornado的出版版看起,用官网文档跟进更新吧,还是看书比较舒服( ̄へ ̄)……有不懂的和涉及到底层的地方再倒回去查吧……