推荐学习书目
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
geeti
V2EX  ›  Python

求推荐个 Django 的教材

  •  
  •   geeti · Aug 23, 2014 · 4924 views
    This topic created in 4289 days ago, the information mentioned may be changed or developed.
    除了官方教材之外,还有什么比较好的?
    14 replies    2014-08-28 16:17:20 +08:00
    doraemonext
        1
    doraemonext  
       Aug 23, 2014
    djangobook吧,英文的还算比较新 =。=
    clker
        3
    clker  
       Aug 23, 2014
    为什么要官方除外呢?
    berry10086
        4
    berry10086  
       Aug 23, 2014 via Android
    入门看the django book
    之后看two scoops of django
    geeti
        5
    geeti  
    OP
       Aug 23, 2014
    @clker 是besides得意思,不是except。
    magine
        6
    magine  
       Aug 23, 2014
    官方文档很好用啊QAQ
    iwinux
        7
    iwinux  
       Aug 23, 2014
    如果要定制 admin 什么的,翻源码比较有用 = =

    另外可以参考一下各种第三方 app 的实现

    官方文档里漏了某些内容,需要自己翻代码才能理解,比如自定义 model field,文档让你 `with_metaclass(models.Field, models.fields.subclassing.SubfieldBase)`,实际上继承 `models.Field` 之后自己实现一下 `__get__ / __set__` 就好……
    daweibao
        9
    daweibao  
       Aug 23, 2014
    @iwinux 定制admin 有什么好些的文章可以看看么 直接看源码有点吃力
    raquelken
        10
    raquelken  
       Aug 23, 2014
    推荐 two scoops of django, 最新的对应django 1.6,作者从代码风格一直到部署,基本上都是自己的一些心得,值得学习
    iwinux
        11
    iwinux  
       Aug 23, 2014
    @daweibao 定制 admin 大多都需要改代码(至少是覆盖默认的代码),始终都是要自己去看的……
    glasslion
        12
    glasslion  
       Aug 23, 2014
    @raquelken 国内买得到 two scoops of django 1.6?
    raquelken
        13
    raquelken  
       Aug 23, 2014
    @glasslion 刚去看了下,好像1.6没有电子版了,我的是1.5的,不过真心推荐,都是干货,看看能不能让朋友帮帮忙呗
    4everLoveU
        14
    4everLoveU  
       Aug 28, 2014
    官方文档
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2559 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 141ms · UTC 15:58 · PVG 23:58 · LAX 08:58 · JFK 11:58
    ♥ Do have faith in what you're doing.