tornado 08tornado学习资料 - nuanxin1111/react GitHub Wiki

  • tornado中文教程:

http://demo.pythoner.com/itt2zh/index.html

比较全,但是版本过于老,不过大部分都是适用的,如果是不废弃的东西就去看官方手册。

  • 为什么要阅读tornado源码

http://www.nowamagic.net/academy/detail/13321002

可以引领你大致有一个了解,然后自己去读源码,tornado源码中的示例和注释非常详细。

  • peewee手册

http://peewee.readthedocs.org/en/latest/

peewee模块操作数据库非常简单也非常明了,这是一个比较全的官方手册,能够满足你几乎全部的需求。

  • 官方文档

http://www.tornadoweb.org/en/stable/

  • demo代码

https://github.com/nuanxin1111/tornadoV2.git