zoukankan      html  css  js  c++  java
  • Python.tornado.0

    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 

    ---
  • 相关阅读:
    Hadoop性能调优、YARN的内存和CPU配置
    linux权限之su和sudo的差别
    Hadoop JobHistory
    Hive存储格式
    左边元素和右边一样高
    状态码
    document.ready(function(){}),window.onload,$(function(){})的区别
    模糊查询实例
    jq实时监测输入框内容改变
    博客遇到的问题
  • 原文地址:https://www.cnblogs.com/cwgk/p/3650997.html
Copyright © 2011-2022 走看看