Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2004-08-09 23:30:02
Size: 2442
Editor: Zoom.Quiet
Comment:
Revision 10 as of 2005-03-24 05:37:46
Size: 2751
Editor: ZoomQuiet
Comment: 分配章节入口
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
他发表的新书:Text Processing in Python 他发表的新书:[Python Text Processing in Python(原文)]
Line 47: Line 47:
-------------------------------------------------------------------  * ["/SECTION1"]

=== SECTION 2 -- The Philosophy of Text Processing ===
 * ["/SECTION2"]
Line 50: Line 53:
=== SECTION 2 -- The Philosophy of Text Processing === === SECTION 3 -- What You'll Need to Use This Book ===
 * ["/SECTION3"]
=== SECTION 4 -- Conventions Used in This Book ===
Line 52: Line 57:
-------------------------------------------------------------------

=== SECTION 3 -- What You'll Need to Use This Book ===
-------------------------------------------------------------------

=== SECTION 4 -- Conventions Used in This Book ===
-------------------------------------------------------------------
 * ["/SECTION4"]
Line 61: Line 59:
-------------------------------------------------------------------  * ["/SECTION5"]
Line 64: Line 62:
-------------------------------------------------------------------  * ["/SECTION6"]
Line 66: Line 64:
=== 反馈 ===
 * 如何得到TPiP原文?
  * 呀呀呀??不好意思,直接到 David Mertz 的主页去拿是也乎 -- Zoom.Quiet
Line 67: Line 68:
 * David Mertz的声明 (http://gnosis.cx/TPiP/):
{{{
   This stuff is copyrighted by AW (except the code samples which are released to the public domain). Feel free to use this material personally; but no permission is given for further distribution beyond your personal use.
}}}
  是不是不能拿来翻译发布?
  * 我们是自用哪??没有进行出版发布的,保留他的版权声明,作我们自个儿的事儿就好…… ZoomQuiet

[http://www-900.ibm.com/developerWorks/cn/linux/theme/special/index.shtml#python 可爱的Python 系列文章]

的作者: David Mertz 是非常有名的Python 专家!

http://www-900.ibm.com/developerWorks/cn/i/p-mertz.gif

是那种相信 esse est denunte 的 Foucauldian Berkeley。可以通过 [email protected] 与 David 联系; 他的[http://gnosis.cx/publish/ 个人 Web 页面] 上介绍了他的生活。

他发表的新书:[Python Text Processing in Python(原文)]

等不及中文版了!自个儿来! -- Zoom.Quiet [DateTime(2004-08-09T23:30:02Z)]

TableOfContents

FRONTMATTER -- PREFACE


蟒之禅

    Beautiful is better than ugly.
    Explicit is better than implicit.
    Simple is better than complex.
    Complex is better than complicated.
    Flat is better than nested.
    Sparse is better than dense.
    Readability counts.
    Special cases aren't special enough to break the rules.
    Although practicality beats purity.
    Errors should never pass silently.
    Unless explicitly silenced.
    In the face of ambiguity, refuse the temptation to guess.
    There should be one--and preferably only one--obvious way to do it.
    Although that way may not be obvious at first unless you're Dutch.
    Now is better than never.
    Although never is often better than *right* now.
    If the implementation is hard to explain, it's a bad idea.
    If the implementation is easy to explain, it may be a good idea.
    Namespaces are one honking great idea--let's do more of those!
      --Tim Peters, "The Zen of Python"

SECTION 1 -- What is Text Processing?

  • ["/SECTION1"]

SECTION 2 -- The Philosophy of Text Processing

  • ["/SECTION2"]

SECTION 3 -- What You'll Need to Use This Book

  • ["/SECTION3"]

SECTION 4 -- Conventions Used in This Book

  • ["/SECTION4"]

SECTION 5 -- A Word on Source Code Examples

  • ["/SECTION5"]

SECTION 6 -- External Resources

  • ["/SECTION6"]

反馈

  • 如何得到TPiP原文?
    • 呀呀呀??不好意思,直接到 David Mertz 的主页去拿是也乎 -- Zoom.Quiet
  • David Mertz的声明 (http://gnosis.cx/TPiP/):

   This stuff is copyrighted by AW (except the code samples which are released to the public domain). Feel free to use this material personally; but no permission is given for further distribution beyond your personal use.
  • 是不是不能拿来翻译发布?
  • 我们是自用哪??没有进行出版发布的,保留他的版权声明,作我们自个儿的事儿就好…… ZoomQuiet

TPiP (last edited 2009-12-25 07:18:09 by localhost)