V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
tedd
V2EX  ›  Python

Python Web框架中有最系统文档/(针对初学者的)书籍的是?

  •  
  •   tedd · 2012-11-18 23:53:57 +08:00 · 4783 次点击
    这是一个创建于 4184 天前的主题,其中的信息可能已经有所发展或是发生改变。
    我看了下好像就属Django和Flask了,前者的书籍最多但基本上都是两年前的书了,文档和书籍间就我这初学者来说更倾向于后者,因为更为系统,一步步将知识搭建起来
    11 条回复    1970-01-01 08:00:00 +08:00
    insraq
        1
    insraq  
       2012-11-18 23:55:39 +08:00
    Django的官方文档很好 https://docs.djangoproject.com/en/1.4/
    binux
        2
    binux  
       2012-11-19 00:29:13 +08:00
    web框架还是喜欢轻量的,源码比书薄
    cabbala
        3
    cabbala  
       2012-11-19 00:33:14 +08:00
    Tornado的文档直接有链接转到相应方法的源代码,非常不错。可以学到很多东西
    BigZ
        4
    BigZ  
       2012-11-19 12:51:47 +08:00
    建议你使用django,文档很全,一站式开发,不依赖太多三方包

    其他的web框架都是给有经验程序员的快捷键
    tedd
        5
    tedd  
    OP
       2012-11-19 15:05:38 +08:00
    @cabbala 我去看了下,果然很好,自己水平现在不够,好多源码都看不懂...
    tioover
        6
    tioover  
       2012-11-21 12:25:47 +08:00
    tornado 代码即文档
    xingzhi
        7
    xingzhi  
       2012-11-21 12:32:00 +08:00
    tornado虽是代码即文档,但要自己配置的东西还挺多的,
    例如form和orm, 这些还是得去看相应组件的文档。

    建议django, 文档非常优秀。
    xingzhi
        8
    xingzhi  
       2012-11-21 12:33:04 +08:00
    btw, 相对应的,看the django book. 适合入门者,非常容易上手。
    woshifyz
        9
    woshifyz  
       2012-11-21 23:48:13 +08:00
    django 文档很全,而且很容易上手,不过建议还是用tornado这样的轻框架,可以知道来龙去脉,现在的tornado很不好看懂,可以去找1.0的,很容易的
    eric_q
        10
    eric_q  
       2012-11-21 23:50:03 +08:00
    django 有种拿着钉子找锤子的感觉,其他框架像是拿着锤子找钉子……个人感受
    w8hbid
        11
    w8hbid  
       2012-11-26 14:40:32 +08:00
    django book,github上有最新的版本:https://github.com/jacobian/djangobook.com
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2263 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 02:48 · PVG 10:48 · LAX 19:48 · JFK 22:48
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.