Differences between revisions 4 and 5
Revision 4 as of 2007-01-14 10:52:35
Size: 2452
Editor: swordsp
Comment:
Revision 5 as of 2007-01-14 11:27:32
Size: 3688
Editor: swordsp
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

 * 参见[:PyBooks:Python图书概览]
 . 对于语言特性的学习来说,特别推荐以下几本
  * 《Python Tutorial》 -- 最新,最权威,公开文档
  * 《A Byte of Python》 -- 简洁明了,浅显易懂,公开文档
  * 《Learning Python》 -- 讲解最细致,最深入
  * 《Text Process in Python》的附录A :[:TPiP/AppendixA:选择性的令人印象深刻的 python 简短回顾] -- “对 python 的超精简的但绝不失深度的介绍” by 译者 HuangYi
Line 9: Line 16:
 * [http://www.voidspace.org.uk/python/articles/python_datatypes.shtml A Very Brief Introduction to Python And its Data-Types]
 .
Line 10: Line 20:

 * [:PyBatteriesIncluded:内省的威力]
Line 19: Line 31:
==== 概述 ====
Line 27: Line 40:
==== Metaclass ====
Line 28: Line 43:

 * [http://www.python.org/pycon/dc2004/papers/24/metaclasses-pycon.pdf Python Metaclasses: Who? Why? When?] -- 2004年 PyCon 上的一篇讲稿
Line 32: Line 49:
 * [http://codeplayer.blogspot.com/2006/12/python-method-function-descriptor.html 理解 python 的 method 和 function 兼谈 descriptor] by HuangYi  * HuangYi 的心得,发表于[http://codeplayer.blogspot.com 他的blog]
  * [http://codeplayer.blogspot.com/2006/12/metaclass-in-python.html metaclass in python (part 1)]
  * [http://codeplayer.blogspot.com/2006/12/metaclass-in-python-part-2.html metaclass in python (part 1)]
Line 34: Line 53:
==== Descriptor ====
Line 35: Line 55:

  * [http://codeplayer.blogspot.com/2006/12/python-method-function-descriptor.html 理解 python 的 method 和 function 兼谈 descriptor] by HuangYi
Line 41: Line 63:
  * [http://www.aleax.it/Python/py25.pdf Python 2.5 Slides by Alex Martelli]
Line 47: Line 70:
 * [:PyBatteriesIncluded:内省的威力]
Line 54: Line 76:
 * ["PythoNology"]

概述

系统学习

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

  • 对于语言特性的学习来说,特别推荐以下几本
    • 《Python Tutorial》 -- 最新,最权威,公开文档
    • 《A Byte of Python》 -- 简洁明了,浅显易懂,公开文档
    • 《Learning Python》 -- 讲解最细致,最深入
    • 《Text Process in Python》的附录A :[:TPiP/AppendixA:选择性的令人印象深刻的 python 简短回顾] -- “对 python 的超精简的但绝不失深度的介绍” by 译者 HuangYi

专题剖析

内置类型和操作符

语句和语法

名字空间与对象模型

概述

Metaclass

Descriptor

异常机制

语言进化

其它

参考

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