Differences between revisions 10 and 11
Revision 10 as of 2007-01-14 14:01:21
Size: 3946
Editor: swordsp
Comment:
Revision 11 as of 2007-01-14 14:24:12
Size: 3946
Editor: HuangYi
Comment: typo fix
Deletions are marked like this. Additions are marked like this.
Line 64: Line 64:
  * [http://codeplayer.blogspot.com/2006/12/metaclass-in-python-part-2.html metaclass in python (part 1)]   * [http://codeplayer.blogspot.com/2006/12/metaclass-in-python-part-2.html metaclass in python (part 2)]

TableOfContents

概述

系统学习

  • 参见[:PyBooks:Python 图书概览]

  • 对于语言特性的学习来说,特别推荐以下几本
    • 《Python Tutorial》(最新版本2.5) -- 最新,最权威,公开文档
    • 《A Byte of Python》 -- 简洁明了,浅显易懂,公开文档
    • 《Learning Python》(第二版) -- 对语言特性讲解最细致深入的书籍
    • 《Text Process in Python》的附录A :[:TPiP/AppendixA:python精要]

    • “对 python 的超精简的但绝不失深度的介绍” -- from 译者 HuangYi

语言进化

专题剖析

内置类型和操作符

语句和语法

名字空间与对象模型

概述

Metaclass

Descriptor

异常机制

其它

参考

PythonLanguage (last edited 2009-12-25 07:15:24 by localhost)