Python论坛  - 讨论区

标题:[python-chinese] 发现一本 Open 的Python书《如何象计算机科学家那样思考 -----学习Python》

2005年12月12日 星期一 17:34

jerry jerry2mouse at gmail.com
Mon Dec 12 17:34:53 HKT 2005

也不知道啄木鸟的文档区有没有这本书,就推荐上来了,先。
http://www.ibiblio.org/obp/thinkCSpy/index.htm


序言里有几个连接,去到  http://www.ibiblio.org/obp/py4fun/  ,有些例子

How to Think Like a Computer Scientist
Learning with Python
by Allen B. Downey, Jeffrey Elkner and Chris Meyers

Printed copies now available from Green Tea Press. Table of Contents
Foreword
Preface
Contributor List
Chapter 1: The way of the program
Chapter 2: Variables, expressions, and statements
Chapter 3: Functions
Chapter 4: Conditionals and recursion
Chapter 5: Fruitful functions
Chapter 6: Iteration
Chapter 7: Strings
Chapter 8: Lists
Chapter 9: Tuples
Chapter 10: Dictionaries
Chapter 11: Files and exceptions
Chapter 12: Classes and objects
Chapter 13: Classes and functions
Chapter 14: Methods
Chapter 15: Sets of objects
Chapter 16: Inheritance
Chapter 17: Linked Lists
Chapter 18: Stacks
Chapter 19: Queues and priority queues
Chapter 20: Trees
Appendix A: Debugging
Appendix B: Creating a new datatype
Appendix C: Complete Python listings
Appendix D: Recommendations for further reading
GNU Free Document License
Index

--------------------------------------------------------------------------------

我的爱好--收集资料,用不用再说!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051212/23d1b3f7/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月12日 星期一 18:15

Zoom Quiet zoom.quiet at gmail.com
Mon Dec 12 18:15:17 HKT 2005

在 05-12-12,jerry<jerry2mouse at gmail.com> 写道:
> 也不知道啄木鸟的文档区有没有这本书,就推荐上来了,先。
> http://www.ibiblio.org/obp/thinkCSpy/index.htm
>
http://www.woodpecker.org.cn/share/doc/Python/_PDF/How_To_Think_Like_A_Computer_Scientist-Learning_With_Python-2002%20%5bmiex.org%5d.pdf
http://www.woodpecker.org.cn/share/doc/Python/_PDF/How_to_think_like_a_computer_scientist%20%5bmiex.org%5d.pdf
分享有两个版本的!!!

其实大家没有注意在啄木鸟空间中找而已,分享有上Gb 的Python 资料哪!
>
> 序言里有几个连接,去到  http://www.ibiblio.org/obp/py4fun/  ,有些例子
>
> How to Think Like a Computer Scientist
> Learning with Python
> by Allen B. Downey, Jeffrey Elkner and Chris Meyers
>
> Printed copies now available from Green Tea Press. Table of Contents
> Foreword
> Preface
> Contributor List
> Chapter 1: The way of the program
> Chapter 2: Variables, expressions, and statements
> Chapter 3: Functions
> Chapter 4: Conditionals and recursion
> Chapter 5: Fruitful functions
> Chapter 6: Iteration
> Chapter 7: Strings
> Chapter 8: Lists
> Chapter 9: Tuples
> Chapter 10: Dictionaries
> Chapter 11: Files and exceptions
> Chapter 12: Classes and objects
> Chapter 13: Classes and functions
> Chapter 14: Methods
> Chapter 15: Sets of objects
> Chapter 16: Inheritance
> Chapter 17: Linked Lists
> Chapter 18: Stacks
> Chapter 19: Queues and priority queues
> Chapter 20: Trees
> Appendix A: Debugging
> Appendix B: Creating a new datatype
> Appendix C: Complete Python listings
> Appendix D: Recommendations for further reading
> GNU Free Document License
> Index
>
>
> --------------------------------------------------------------------------------
>
> 我的爱好--收集资料,用不用再说!
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>


--
# Time is unimportant, only life important!
## 面朝开源,我心自由!

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月13日 星期二 09:29

shhgs shhgs.efhilt at gmail.com
Tue Dec 13 09:29:06 HKT 2005

很老的一本书了。是我看的第一本Python书。我感觉还不错,但是不知道为什么网上评价不高。


On 12/12/05, Zoom Quiet <zoom.quiet at gmail.com> wrote:
> 在 05-12-12,jerry<jerry2mouse at gmail.com> 写道:
> > 也不知道啄木鸟的文档区有没有这本书,就推荐上来了,先。
> > http://www.ibiblio.org/obp/thinkCSpy/index.htm
> >
> http://www.woodpecker.org.cn/share/doc/Python/_PDF/How_To_Think_Like_A_Computer_Scientist-Learning_With_Python-2002%20%5bmiex.org%5d.pdf
> http://www.woodpecker.org.cn/share/doc/Python/_PDF/How_to_think_like_a_computer_scientist%20%5bmiex.org%5d.pdf
> 分享有两个版本的!!!
>
> 其实大家没有注意在啄木鸟空间中找而已,分享有上Gb 的Python 资料哪!
> >
> > 序言里有几个连接,去到  http://www.ibiblio.org/obp/py4fun/  ,有些例子
> >
> > How to Think Like a Computer Scientist
> > Learning with Python
> > by Allen B. Downey, Jeffrey Elkner and Chris Meyers
> >
> > Printed copies now available from Green Tea Press. Table of Contents
> > Foreword
> > Preface
> > Contributor List
> > Chapter 1: The way of the program
> > Chapter 2: Variables, expressions, and statements
> > Chapter 3: Functions
> > Chapter 4: Conditionals and recursion
> > Chapter 5: Fruitful functions
> > Chapter 6: Iteration
> > Chapter 7: Strings
> > Chapter 8: Lists
> > Chapter 9: Tuples
> > Chapter 10: Dictionaries
> > Chapter 11: Files and exceptions
> > Chapter 12: Classes and objects
> > Chapter 13: Classes and functions
> > Chapter 14: Methods
> > Chapter 15: Sets of objects
> > Chapter 16: Inheritance
> > Chapter 17: Linked Lists
> > Chapter 18: Stacks
> > Chapter 19: Queues and priority queues
> > Chapter 20: Trees
> > Appendix A: Debugging
> > Appendix B: Creating a new datatype
> > Appendix C: Complete Python listings
> > Appendix D: Recommendations for further reading
> > GNU Free Document License
> > Index
> >
> >
> > --------------------------------------------------------------------------------
> >
> > 我的爱好--收集资料,用不用再说!
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
> --
> # Time is unimportant, only life important!
> ## 面朝开源,我心自由!
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月13日 星期二 18:19

林杰杰 linsoso at gmail.com
Tue Dec 13 18:19:59 HKT 2005

这本书是不错的,我把后面几章打出来看了,挺有启发的。

在05-12-13,shhgs <shhgs.efhilt at gmail.com> 写道:
>
> 很老的一本书了。是我看的第一本Python书。我感觉还不错,但是不知道为什么网上评价不高。
>
>
> On 12/12/05, Zoom Quiet <zoom.quiet at gmail.com> wrote:
> > 在 05-12-12,jerry<jerry2mouse at gmail.com> 写道:
> > > 也不知道啄木鸟的文档区有没有这本书,就推荐上来了,先。
> > > http://www.ibiblio.org/obp/thinkCSpy/index.htm
> > >
> >
> http://www.woodpecker.org.cn/share/doc/Python/_PDF/How_To_Think_Like_A_Computer_Scientist-Learning_With_Python-2002%20%5bmiex.org%5d.pdf
> >
> http://www.woodpecker.org.cn/share/doc/Python/_PDF/How_to_think_like_a_computer_scientist%20%5bmiex.org%5d.pdf
> > 分享有两个版本的!!!
> >
> > 其实大家没有注意在啄木鸟空间中找而已,分享有上Gb 的Python 资料哪!
> > >
> > > 序言里有几个连接,去到  http://www.ibiblio.org/obp/py4fun/  ,有些例子
> > >
> > > How to Think Like a Computer Scientist
> > > Learning with Python
> > > by Allen B. Downey, Jeffrey Elkner and Chris Meyers
> > >
> > > Printed copies now available from Green Tea Press. Table of Contents
> > > Foreword
> > > Preface
> > > Contributor List
> > > Chapter 1: The way of the program
> > > Chapter 2: Variables, expressions, and statements
> > > Chapter 3: Functions
> > > Chapter 4: Conditionals and recursion
> > > Chapter 5: Fruitful functions
> > > Chapter 6: Iteration
> > > Chapter 7: Strings
> > > Chapter 8: Lists
> > > Chapter 9: Tuples
> > > Chapter 10: Dictionaries
> > > Chapter 11: Files and exceptions
> > > Chapter 12: Classes and objects
> > > Chapter 13: Classes and functions
> > > Chapter 14: Methods
> > > Chapter 15: Sets of objects
> > > Chapter 16: Inheritance
> > > Chapter 17: Linked Lists
> > > Chapter 18: Stacks
> > > Chapter 19: Queues and priority queues
> > > Chapter 20: Trees
> > > Appendix A: Debugging
> > > Appendix B: Creating a new datatype
> > > Appendix C: Complete Python listings
> > > Appendix D: Recommendations for further reading
> > > GNU Free Document License
> > > Index
> > >
> > >
> > >
> --------------------------------------------------------------------------------
> > >
> > > 我的爱好--收集资料,用不用再说!
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to
> > > python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > > python-chinese-request at lists.python.cn
> > > Detail Info:
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> >
> > --
> > # Time is unimportant, only life important!
> > ## 面朝开源,我心自由!
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051213/7d620d62/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月13日 星期二 19:02

Puff puffli at gmail.com
Tue Dec 13 19:02:12 HKT 2005

非常感谢!

在05-12-13,林杰杰 <linsoso at gmail.com> 写道:
>
> 这本书是不错的,我把后面几章打出来看了,挺有启发的。
>
> 在05-12-13,shhgs <shhgs.efhilt at gmail.com> 写道:
> >
> > 很老的一本书了。是我看的第一本Python书。我感觉还不错,但是不知道为什么网上评价不高。
> >
> >
> > On 12/12/05, Zoom Quiet < zoom.quiet at gmail.com> wrote:
> > > 在 05-12-12,jerry<jerry2mouse at gmail.com> 写道:
> > > > 也不知道啄木鸟的文档区有没有这本书,就推荐上来了,先。
> > > > http://www.ibiblio.org/obp/thinkCSpy/index.htm
> > > >
> > > http://www.woodpecker.org.cn/share/doc/Python/_PDF/How_To_Think_Like_A_Computer_Scientist-Learning_With_Python-2002%20%5bmiex.org%5d.pdf
> >
> > > http://www.woodpecker.org.cn/share/doc/Python/_PDF/How_to_think_like_a_computer_scientist%20%5bmiex.org%5d.pdf
> >
> > > 分享有两个版本的!!!
> > >
> > > 其实大家没有注意在啄木鸟空间中找而已,分享有上Gb 的Python 资料哪!
> > > >
> > > > 序言里有几个连接,去到  http://www.ibiblio.org/obp/py4fun/  ,有些例子
> > > >
> > > > How to Think Like a Computer Scientist
> > > > Learning with Python
> > > > by Allen B. Downey, Jeffrey Elkner and Chris Meyers
> > > >
> > > > Printed copies now available from Green Tea Press. Table of Contents
> >
> > > > Foreword
> > > > Preface
> > > > Contributor List
> > > > Chapter 1: The way of the program
> > > > Chapter 2: Variables, expressions, and statements
> > > > Chapter 3: Functions
> > > > Chapter 4: Conditionals and recursion
> > > > Chapter 5: Fruitful functions
> > > > Chapter 6: Iteration
> > > > Chapter 7: Strings
> > > > Chapter 8: Lists
> > > > Chapter 9: Tuples
> > > > Chapter 10: Dictionaries
> > > > Chapter 11: Files and exceptions
> > > > Chapter 12: Classes and objects
> > > > Chapter 13: Classes and functions
> > > > Chapter 14: Methods
> > > > Chapter 15: Sets of objects
> > > > Chapter 16: Inheritance
> > > > Chapter 17: Linked Lists
> > > > Chapter 18: Stacks
> > > > Chapter 19: Queues and priority queues
> > > > Chapter 20: Trees
> > > > Appendix A: Debugging
> > > > Appendix B: Creating a new datatype
> > > > Appendix C: Complete Python listings
> > > > Appendix D: Recommendations for further reading
> > > > GNU Free Document License
> > > > Index
> > > >
> > > >
> > > >
> > --------------------------------------------------------------------------------
> > > >
> > > > 我的爱好--收集资料,用不用再说!
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese at lists.python.cn
> > > > Subscribe: send subscribe to
> > > > python-chinese-request at lists.python.cn
> > > > Unsubscribe: send unsubscribe to
> > > > python-chinese-request at lists.python.cn
> > > > Detail Info:
> > > > http://python.cn/mailman/listinfo/python-chinese
> > > >
> > > >
> > >
> > >
> > > --
> > > # Time is unimportant, only life important!
> > > ## 面朝开源,我心自由!
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> >
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


--

Life consists not holding good cards
but in playing well those you hold !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051213/422a563c/attachment-0001.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月15日 星期四 19:06

笨笨狗 chen.ruijie at gmail.com
Thu Dec 15 19:06:13 HKT 2005

没有中译本?java的就有

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月19日 星期一 13:04

Yueting Chen ggkyori at gmail.com
Mon Dec 19 13:04:27 HKT 2005

有的,但是我看过的只有前一半是中译的。

只讲到Python本身的一些基本语法。
后面着重在链表、队表等数据结构上,用Python来简单得构造。
这就是作者以Python来教学的目的吧。

在 05-12-15,笨笨狗<chen.ruijie at gmail.com> 写道:
> 没有中译本?java的就有
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月27日 星期二 12:37

shhgs shhgs.efhilt at gmail.com
Tue Dec 27 12:37:05 HKT 2005

老了一点,不建议社区组织力量翻译。



On 12/19/05, Yueting Chen <ggkyori at gmail.com> wrote:
> 有的,但是我看过的只有前一半是中译的。
>
> 只讲到Python本身的一些基本语法。
> 后面着重在链表、队表等数据结构上,用Python来简单得构造。
> 这就是作者以Python来教学的目的吧。
>
> 在 05-12-15,笨笨狗<chen.ruijie at gmail.com> 写道:
> > 没有中译本?java的就有
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月27日 星期二 12:42

林杰杰 linsoso at gmail.com
Tue Dec 27 12:42:11 HKT 2005

我看了后面几章。的确很简单,连Python的作者也是这样说的。此书前言也说,是作者觉得用C/C++/JAVA教数据结构太过麻烦,才写了这本书的。

在05-12-19,Yueting Chen <ggkyori at gmail.com> 写道:
>
> 有的,但是我看过的只有前一半是中译的。
>
> 只讲到Python本身的一些基本语法。
> 后面着重在链表、队表等数据结构上,用Python来简单得构造。
> 这就是作者以Python来教学的目的吧。
>
> 在 05-12-15,笨笨狗<chen.ruijie at gmail.com> 写道:
> > 没有中译本?java的就有
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051227/37c147bf/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号