Differences between revisions 9 and 11 (spanning 2 versions)
Revision 9 as of 2007-01-14 13:30:38
Size: 3779
Editor: HuangYi
Comment: 加个 TableOfContents 清晰些
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 8: Line 8:
  * 《Python Tutorial》 -- 最新,最权威,公开文档   * 《Python Tutorial》(最新版本2.5) -- 最新,最权威,公开文档
Line 10: Line 10:
  * 《Learning Python》 -- 讲解最细致,最深入
  * 《Text Process in Python》的附录A :[:TPiP/AppendixA:python精要] -- “对 python 的超精简的但绝不失深度的介绍” from 译者 HuangYi
  * 《Learning Python》(第二版) -- 对语言特性讲解最细致深入的书籍
  * 《Text Process in Python》的附录A :[:TPiP/AppendixA:python精要]
  . “对 python 的超精简的但绝不失深度的介绍” -- from 译者 HuangYi

== 语言进化 ==

 * [http://docs.python.org/dev/whatsnew/whatsnew25.html What's New in Python 2.5]
  * [http://www.aleax.it/Python/py25.pdf Python 2.5 Slides by Alex Martelli]
  * [:WeiZhong/WhatsNewOfPython25:WeiZhong 节译]
  * [:PythoNology/New4Py2.5:ZoomQuiet 译自另一篇文档]

 * [http://docs.python.org/dev/whatsnew/ What's New in Python 2.6]

 * [:Python3000:Python 3000 专题] -- 收集了 Python 3000 的规范、展望和最新消息
Line 52: 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)]
Line 60: Line 72:

=== 语言进化 ===

 * [http://docs.python.org/dev/whatsnew/whatsnew25.html What's New in Python 2.5]
  * [http://www.aleax.it/Python/py25.pdf Python 2.5 Slides by Alex Martelli]
  * [:WeiZhong/WhatsNewOfPython25:WeiZhong 节译]
  * [:New4Py2.5:ZoomQuiet 译自另一篇文档]

 * [http://docs.python.org/dev/whatsnew/ What's New in Python 2.6]

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)