Differences between revisions 7 and 9 (spanning 2 versions)
Revision 7 as of 2007-01-14 11:40:45
Size: 3799
Editor: swordsp
Comment:
Revision 9 as of 2007-01-14 13:30:38
Size: 3779
Editor: HuangYi
Comment: 加个 TableOfContents 清晰些
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[TableOfContents]]
Line 10: Line 11:
  * 《Text Process in Python》的附录A :[:TPiP/AppendixA:选择性的令人印象深刻的 python 简短回顾] -- “对 python 的超精简的但绝不失深度的介绍” from 译者 HuangYi   * 《Text Process in Python》的附录A :[:TPiP/AppendixA:python精要] -- “对 python 的超精简的但绝不失深度的介绍” from 译者 HuangYi

TableOfContents

概述

系统学习

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

  • 对于语言特性的学习来说,特别推荐以下几本
    • 《Python Tutorial》 -- 最新,最权威,公开文档
    • 《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)