Differences between revisions 19 and 20
Revision 19 as of 2008-04-20 01:54:58
Size: 1766
Editor: ZoomQuiet
Comment:
Revision 20 as of 2009-12-25 07:15:08
Size: 1790
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 * [:PyBlemish:Python 之优雅与瑕疵]
 * [:EffectivePyPrgramming:Effective--实效Python编程]
 * [:PyClassAndType:Class和Type深入理解]
 * '''[:GraceDecorator:优雅修饰使用方式]'''
 * [[PyBlemish|Python 之优雅与瑕疵]]
 * [[EffectivePyPrgramming|Effective--实效Python编程]]
 * [[PyClassAndType|Class和Type深入理解]]
 * '''[[GraceDecorator|优雅修饰使用方式]]'''
Line 7: Line 7:
  * [:IntroMixin:Mix-in技术介绍] ~ Limodou
   * [:MixinDevDistributed:Mix-in技术与分布类编程]
  * [:FlyintoMixin:Mixin扫盲班]~赖勇浩(http://blog.csdn.net/lanphaday)
  * [[IntroMixin|Mix-in技术介绍]] ~ Limodou
   * [[MixinDevDistributed|Mix-in技术与分布类编程]]
  * [[FlyintoMixin|Mixin扫盲班]]~赖勇浩(http://blog.csdn.net/lanphaday)
Line 15: Line 15:
 * [:WeiZhong/DecoratorsInPython24:Python2.4中的新东西(1):函数和方法的修饰符]
 * [:PyNewStyleClass: 《Python In a Netshell(2003)》5.2 Python中的新型类及其实例详解]
 * [:MetaClassInPython:《Python In a Netshell(2003)》5.4 Python中的元类(metaclass)]
 * [:RegExpInPython:《Python In a Netshell(2003)》9.7 Python中的正则表达式及 re 模块]
 * [:PyDBAPI2:《Python In a Netshell(2003)》11.4 Python DBAPI 2.0]
 * [[WeiZhong/DecoratorsInPython24|Python2.4中的新东西(1):函数和方法的修饰符]]
 * [[PyNewStyleClass| 《Python In a Netshell(2003)》5.2 Python中的新型类及其实例详解]]
 * [[MetaClassInPython|《Python In a Netshell(2003)》5.4 Python中的元类(metaclass)]]
 * [[RegExpInPython|《Python In a Netshell(2003)》9.7 Python中的正则表达式及 re 模块]]
 * [[PyDBAPI2|《Python In a Netshell(2003)》11.4 Python DBAPI 2.0]]
Line 21: Line 21:
  1. [:WeiZhong/2006-01-17:第一章 Python快速入门]    1. [:WeiZhong/2006-01-18:第二章 代码约定及语法]
  1. [:
PythonEssentialRef3:第三章 类型及对象]
  1. [:
PythonEssentialRef4:第四章 运算符及表达式]
  1. [:
PythonEssentialRef5:第五章 控制流]
  1. [:
PythonEssentialRef6:第六章 函数及函数编程]
  1. [:
PythonEssentialRef7:第七章 类、面向对象编程]
  1. [:
PythonEssentialRef8:第八章 模块与包]
  1. [:
PythonEssentialRef9:第九章 输入输出]
  1. [:PythonEssentialRef10:
第十章 执行环境]
  1. [[WeiZhong/2006-01-17|第一章 Python快速入门]]
  1. [[
WeiZhong/2006-01-18|第二章 代码约定及语法]]
  1. [[
PythonEssentialRef3|第三章 类型及对象]]
  1. [[
PythonEssentialRef4|第四章 运算符及表达式]]
  1. [[
PythonEssentialRef5|第五章 控制流]]
  1. [[
PythonEssentialRef6|第六章 函数及函数编程]]
  1. [[
PythonEssentialRef7|第七章 类、面向对象编程]]
  1. [[
PythonEssentialRef8|第八章 模块与包]]
  1. [[
PythonEssentialRef9|第九章 输入输出]]
  1. [[PythonEssentialRef10|
第十章 执行环境]]
Line 33: Line 33:
 * [:Py25yieldNote:Py2.5 yield 详说] -- shhgs
 * [:WeiZhong/WhatsNewOfPython25:Python2.5中的新东西]
 * [[Py25yieldNote|Py2.5 yield 详说]] -- shhgs
 * [[WeiZhong/WhatsNewOfPython25|Python2.5中的新东西]]

PythonPeruse (last edited 2009-12-25 07:15:08 by localhost)