2005年08月26日 星期五 23:35
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/
2005年08月27日 星期六 01:22
到这里看 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
2005年08月27日 星期六 08:27
一模一样的,都不全. 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/
2005年08月27日 星期六 15:14
在 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!]
2005年08月27日 星期六 15:29
在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
2005年08月27日 星期六 15:32
> > 后面的章节连E文都没有,我想看算法那一章。另外,那个字典的问题搞清楚了。 这本书有chm版的,纯E文,如果你很想要得话我可以发给你一份。
2005年08月27日 星期六 15:34
在 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!]
2005年08月27日 星期六 15:53
好,发我一份吧! 在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
2005年08月27日 星期六 15:58
在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
2005年08月27日 星期六 19:43
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)就行了。 > -- 茫茫人海,你是我的最爱
Zeuux © 2025
京ICP备05028076号