Python论坛  - 讨论区

标题:[python-chinese] python cookbook

2005年08月26日 星期五 23:35

gyb tension tensiongyb at gmail.com
Fri Aug 26 23:35:42 HKT 2005

czug上的python cookbook为什么不全啊?想看后面的章节!
还有,1.5章这段代码后面一句有问题吧。谁能解释一下?
theIndex = {}
def addword(word, pagenumber):
    theIndex.setdefault(word, []).append(pagenumber)
我觉得直接theIndex.setdefault(word,pagenumber)就行了。

-- 
tensiongyb at gmail.com
QQ:279508203
Homepage:http://202.38.64.10/~gyb/

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

2005年08月27日 星期六 01:22

马踏飞燕 honeyday.mj at gmail.com
Sat Aug 27 01:22:03 HKT 2005

到这里看
 http://wiki.woodpecker.org.cn/moin/PyCookbook
 全的。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050827/702647f7/attachment.htm

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

2005年08月27日 星期六 08:27

gyb tension tensiongyb at gmail.com
Sat Aug 27 08:27:28 HKT 2005

一模一样的,都不全.

On 8/27/05, 马踏飞燕 <honeyday.mj at gmail.com> wrote:
> 到这里看
>  http://wiki.woodpecker.org.cn/moin/PyCookbook
>  全的。
> 


-- 
tensiongyb at gmail.com
QQ:279508203
Homepage:http://202.38.64.10/~gyb/

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

2005年08月27日 星期六 15:14

Zoom Quiet zoom.quiet at gmail.com
Sat Aug 27 15:14:36 HKT 2005

在 05-8-27,gyb tension<tensiongyb at gmail.com> 写道:
> 一模一样的,都不全.
发现了就修改之!啄木鸟的wiki 是完全开放的,欢迎任何识E文的Pythoner 来修改完善!

> On 8/27/05, 马踏飞燕 <honeyday.mj at gmail.com> wrote:
> > 到这里看
> >  http://wiki.woodpecker.org.cn/moin/PyCookbook
> >  全的。
> >
> 
> 
> --
> tensiongyb at gmail.com
> QQ:279508203
> Homepage:http://202.38.64.10/~gyb/
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
[Time is unimportant, only life important!]

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

2005年08月27日 星期六 15:29

gyb tension tensiongyb at gmail.com
Sat Aug 27 15:29:10 HKT 2005

在05-8-27,Zoom Quiet <zoom.quiet at gmail.com> 写道: 
> 
> 在 05-8-27,gyb tension<tensiongyb at gmail.com> 写道:
> > 一模一样的,都不全.
> 发现了就修改之!啄木鸟的wiki 是完全开放的,欢迎任何识E文的Pythoner 来修改完善!

  后面的章节连E文都没有,我想看算法那一章。
另外,那个字典的问题搞清楚了。

> On 8/27/05, 马踏飞燕 <honeyday.mj at gmail.com> wrote:
> > > 到这里看
> > > http://wiki.woodpecker.org.cn/moin/PyCookbook
> > > 全的。
> > >
> >
> >
> > --
> > tensiongyb at gmail.com
> > QQ:279508203
> > Homepage:http://202.38.64.10/~gyb/
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> 
> 
> --
> [Time is unimportant, only life important!]
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
tensiongyb at gmail.com
QQ:279508203
Homepage:http://202.38.64.10/~gyb/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050827/b0d0acd4/attachment.htm

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

2005年08月27日 星期六 15:32

马踏飞燕 honeyday.mj at gmail.com
Sat Aug 27 15:32:10 HKT 2005

>  
> 后面的章节连E文都没有,我想看算法那一章。另外,那个字典的问题搞清楚了。

这本书有chm版的,纯E文,如果你很想要得话我可以发给你一份。

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

2005年08月27日 星期六 15:34

Zoom Quiet zoom.quiet at gmail.com
Sat Aug 27 15:34:56 HKT 2005

在 05-8-27,gyb tension<tensiongyb at gmail.com> 写道:
> 在05-8-27,Zoom Quiet <zoom.quiet at gmail.com> 写道: 
> > 在 05-8-27,gyb tension<tensiongyb at gmail.com> 写道:
> > > 一模一样的,都不全. 
> > 发现了就修改之!啄木鸟的wiki 是完全开放的,欢迎任何识E文的Pythoner 来修改完善!
>  
> 后面的章节连E文都没有,我想看算法那一章。另外,那个字典的问题搞清楚了。
啄木鸟的PyCookBook 启动的比较早是老版本的CookBook
欢迎有心人整理,继续下去呢………… 

> > > On 8/27/05, 马踏飞燕 <honeyday.mj at gmail.com> wrote:
> > > > 到这里看 
> > > >  http://wiki.woodpecker.org.cn/moin/PyCookbook
> > > >  全的。
> > > >
> > >


-- 
[Time is unimportant, only life important!]

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

2005年08月27日 星期六 15:53

gyb tension tensiongyb at gmail.com
Sat Aug 27 15:53:22 HKT 2005

好,发我一份吧!

在05-8-27,马踏飞燕 <honeyday.mj at gmail.com> 写道: 
> 
> >
> > 后面的章节连E文都没有,我想看算法那一章。另外,那个字典的问题搞清楚了。
> 
> 这本书有chm版的,纯E文,如果你很想要得话我可以发给你一份。
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
tensiongyb at gmail.com
QQ:279508203
Homepage:http://202.38.64.10/~gyb/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050827/9e3ac7cf/attachment.html

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

2005年08月27日 星期六 15:58

gyb tension tensiongyb at gmail.com
Sat Aug 27 15:58:00 HKT 2005

在05-8-27,Zoom Quiet <zoom.quiet at gmail.com> 写道: 
> 
> 在 05-8-27,gyb tension<tensiongyb at gmail.com> 写道:
> > 在05-8-27,Zoom Quiet <zoom.quiet at gmail.com> 写道:
> > > 在 05-8-27,gyb tension<tensiongyb at gmail.com> 写道:
> > > > 一模一样的,都不全.
> > > 发现了就修改之!啄木鸟的wiki 是完全开放的,欢迎任何识E文的Pythoner 来修改完善!
> >
> > 后面的章节连E文都没有,我想看算法那一章。另外,那个字典的问题搞清楚了。
> 啄木鸟的PyCookBook 启动的比较早是老版本的CookBook
> 欢迎有心人整理,继续下去呢…………

 精神上支持,我也希望早点看到中文的版本。E文有待进一步学习,现在看懂就满意了……

> > > On 8/27/05, 马踏飞燕 <honeyday.mj at gmail.com> wrote:
> > > > > 到这里看
> > > > > http://wiki.woodpecker.org.cn/moin/PyCookbook
> > > > > 全的。
> > > > >
> > > >
> 
> 
> --
> [Time is unimportant, only life important!]
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
tensiongyb at gmail.com
QQ:279508203
Homepage:http://202.38.64.10/~gyb/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050827/af8ceb63/attachment.htm

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

2005年08月27日 星期六 19:43

大熊 bearsprite at gmail.com
Sat Aug 27 19:43:13 HKT 2005

wiki上的版本应该是第一版,cookbook现在有第二版了,比原先多了几章

在 05-8-26,gyb tension<tensiongyb at gmail.com> 写道:
> czug上的python cookbook为什么不全啊?想看后面的章节!
> 还有,1.5章这段代码后面一句有问题吧。谁能解释一下?
> theIndex = {}
> def addword(word, pagenumber):
>     theIndex.setdefault(word, []).append(pagenumber)
> 我觉得直接theIndex.setdefault(word,pagenumber)就行了。
> 

-- 
茫茫人海,你是我的最爱

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号