Tornado

https://github.com/facebook/tornado

http://www.tornadoweb.org/en/stable/guide/intro.html  (AAAAA) Tornado文档

http://tornado.readthedocs.org/en/latest/guide/running.html

http://demo.pythoner.com/itt2zh/ch1.html  (AAAAA)


Reference

1. Tornado源码分析之http服务器篇

http://www.uml.org.cn/embeded/201412304.asp

2. Python Coroutines, Present and Future

http://www.slideshare.net/emptysquare/nyc-python-meetup-coroutines-2013-0416

3. 用Tornado实现web界面爬虫

https://tydus.org/blog/tag/tornado

4. 如何理解Tornado中的协程模块(gen.coroutine)?

http://www.zhihu.com/question/22289257

5. Refactoring Tornado Coroutines

http://emptysqua.re/blog/refactoring-tornado-coroutines/

6. Introduction to Tornado Paperback – March 28, 2012

http://www.amazon.com/Introduction-Tornado-Michael-Dory/dp/1449309070

7. Python Tornado - Changing unrealistic example to realistic example

http://stackoverflow.com/questions/26175279/python-tornado-changing-unrealistic-example-to-realistic-example

8. WEBINAR: ASYNCHRONOUS MONGODB WITH PYTHON AND TORNADO

http://www.mongodb.com/presentations/webinar-asynchronous-mongodb-python-and-tornado

9. Readable Python coroutines  (AAAA)

http://takluyver.github.io/posts/readable-python-coroutines.html

Python Coroutines

http://emptysqua.re/blog/python-coroutines/

PYTHON COROUTINES

http://blog.thumbtack.net/python-coroutines/d

10. PYTHON ASYNCIO FROM THE INSIDE OUT

http://www.buzzcapture.com/2014/05/python-asyncio-inside/

11. Abandoning PHP for Python

http://techblog.stickyworld.com/abandoning-php-for-python.html

Python Essential Reference

PEP-8

12. Beginning Web Development with Python: from prototype to production with flask, tornado and nginx - version 2

http://importpython.com/books/199/beginning-web-development-with-python-from-prototype-to-production-with-flask-tornado-and-nginx-version-2/

13. Python修饰器的函数式编程

http://coolshell.cn/articles/11265.html

14. Introduction to Tornado

https://github.com/vitonzhang/Introduction-to-Tornado

15. tornado 论坛

https://groups.google.com/forum/#!forum/python-tornado

Python.tornado.0的更多相关文章

  1. python 2.4 与 python 3.0 的比较

    转过来,留着日后查看 [转自:]http://hi.baidu.com/autoitcn/blog/item/5f41973294b5fc4fac4b5f77.html python 2.4 与 py ...

  2. Python 3.0(一) 简介

    Python 3.0(一) 简介 [目录] 1.简介 2.python特点 3.安装 简介: Python是可以称得上即简单又功能强大的少有的语言中的一种.你将会惊喜地发现,专注于问题的解决方案而不是 ...

  3. python tornado websocket 多聊天室(返回消息给部分连接者)

    python tornado 构建多个聊天室, 多个聊天室之间相互独立, 实现服务器端将消息返回给相应的部分客户端! chatHome.py // 服务器端, 渲染主页 --> 聊天室建立web ...

  4. HOWTO Use Python in the web — Python v3.0.1 documentation

    HOWTO Use Python in the web - Python v3.0.1 documentation mod_python¶ People coming from PHP often f ...

  5. python 2.0 与 python 3.0 区别

    区别一:           python 2.0 : 源码不规范,重复代码很多 python 3.0 : 源码精简,美观.优雅 区别二: PY2 : 有整型int.长整型long. py3:只有整型 ...

  6. Python 3.0 写日志时出现乱码

    问题描述 python 3.0启用日志, 在pycharm里打开.log文件时中文都显示乱码. 根本原因 默认日志编译用的是GBK, 而python 3.0写程序用的是UTF-8. 所以.log文件中 ...

  7. A Byte of Python(简明Python教程) for Python 3.0 下载

    A Byte of Python v1.92 (for Python 3.0) 官方下载地址,当前(20120730)  最新版本 1.92 基于Python3的 下载: http://files.s ...

  8. [原创]K8Cscan for Python 2.0

    0x000 简介 K8Cscan扫描器Python版支持Windows和Linux系统 详情参考:https://www.cnblogs.com/k8gege/p/10519321.html 0x00 ...

  9. Comprehensive Guide to build a Recommendation Engine from scratch (in Python) / 从0开始搭建推荐系统

    https://www.analyticsvidhya.com/blog/2018/06/comprehensive-guide-recommendation-engine-python/, 一篇详细 ...

随机推荐

  1. 吴裕雄 23-MySQL ALTER命令

    当我们需要修改数据表名或者修改数据表字段时,就需要使用到MySQL ALTER命令.开始本章教程前让我们先创建一张表,表名为:testalter_tbl. create table testalter ...

  2. Promise 学习

    参考 https://www.jianshu.com/p/43f948051d65 // Promise里面传入一个函数类型的参数,这个函数类型的参数接收两个参数resolve reject var ...

  3. centos7.5下yum 安装mariadb数据库

    前言 mariadb 和mysql就像亲兄弟的关系,各种语法.驱动啥的,在mysql上能上的,在mariadb上基本都可以直接使用.更多的细节在此不多说. 1.删除旧版本 centos7下默认安装有m ...

  4. 使用yii\filters下的比如\PageCache需要在web.php里面的组件上配置'cache' => [ 'class' => 'yii\caching\FileCache', ],

    public function behaviors(){ /*需要在config文件下的web.php里面加上 'cache' => [ 'class' => 'yii\caching\F ...

  5. float double 如何存储

    类型float大小为4字节,即32位,内存中的存储方式如下: 符号位(1 bit)   指数(8 bit)   尾数(23 bit) 类型double大小为8字节,即64位,内存布局如下: 符号位(1 ...

  6. 对程序"加料"

    我们如果想对已有的程序做手脚,就要在原有的结构中添加自己的代码,这样当用户在打开这个做过手脚的程序时就会自动运行其中我们加进去的代码,至于这些代码能做什么,你懂得.这个实验的目的是在一个EXE可执行文 ...

  7. mybatis forEach使用

    1.集合的使用 <select id="getCitysByKeys" resultMap="city" parameterType="Arra ...

  8. django通过添加session来保存公共变量

    有时候我们需要所有页面都使用同一个变量,比如用户登录信息.那不可能render每一个页面时都去传递一个变量,会非常麻烦 而用session可以解决这个问题   web的session可以通过reque ...

  9. 在Plesk安装PHP的Memcached扩展

    默认情况下,Plesk的PHP没有Memcached扩展,需要自己安装. Plesk-without-memcached,在Plesk下安装PHP Memcached扩展 PHP Memcache是​ ...

  10. matomo 开源网站分析平台

    1.安装PHP https://www.jianshu.com/p/8d54a401ec06 yum remove php* yum -y install epel-release rpm -Uvh ...