Python论坛  - 讨论区

标题:[python-chinese] 有没有Python的设计模式方面的书?

2005年12月10日 星期六 00:11

Linker Lin linkerlin88 at gmail.com
Sat Dec 10 00:11:47 HKT 2005

最近在看设计模式方面的书,比较好的就一本Java的,我想找Python的,不知道谁有?
请砸上来吧!谢先!
--
Linker M Lin

linkerlin88 at gmail.com
linker.m.lin at gmail.com
※※※※※※※※※※※
※  我  思  故  我  在  ※
※※※※※※※※※※※

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

2005年12月10日 星期六 00:42

Henotii henotii at gmail.com
Sat Dec 10 00:42:04 HKT 2005

88?
zju?

2005/12/10, Linker Lin <linkerlin88 at gmail.com>:
> 最近在看设计模式方面的书,比较好的就一本Java的,我想找Python的,不知道谁有?
> 请砸上来吧!谢先!
> --
> Linker M Lin
>
> linkerlin88 at gmail.com
> linker.m.lin at gmail.com
> ※※※※※※※※※※※
> ※  我  思  故  我  在  ※
> ※※※※※※※※※※※
>
> _______________________________________________
> 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月10日 星期六 02:32

xxmplus xxmplus at gmail.com
Sat Dec 10 02:32:02 HKT 2005

貌似bruce eckel的那本think in python就是讲dp的

在 05-12-10,Henotii<henotii at gmail.com> 写道:
> 88?
> zju?
>
> 2005/12/10, Linker Lin <linkerlin88 at gmail.com>:
> > 最近在看设计模式方面的书,比较好的就一本Java的,我想找Python的,不知道谁有?
> > 请砸上来吧!谢先!
> > --
> > Linker M Lin
> >
> > linkerlin88 at gmail.com
> > linker.m.lin at gmail.com
> > ※※※※※※※※※※※
> > ※  我  思  故  我  在  ※
> > ※※※※※※※※※※※
> >
> > _______________________________________________
> > 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月10日 星期六 07:13

makeyunbad makeyunbad at gmail.com
Sat Dec 10 07:13:47 HKT 2005

2005/12/10, Linker Lin <linkerlin88 at gmail.com>:
> 最近在看设计模式方面的书,比较好的就一本Java的,我想找Python的,不知道谁有?
> 请砸上来吧!谢先!
> --

这里有四篇关于python设计模式的文章。
http://www-128.ibm.com/developerworks/cn/linux/theme/special/index.html#python

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

2005年12月10日 星期六 10:12

prolibertine prolibertine at gmail.com
Sat Dec 10 10:12:08 HKT 2005

设计模式我个人理解是一些软件设计的小技巧,对语言的依赖性没有那么厉害吧
大部分都是通用的吧
我看了java的那些在.net中也都是通用的。

--
/**********************************************************
* Love in Gentoo-Linux  C and Python
* Look at my website and my blog
* http://www.jnlinux.org
* http://bbs.jnlinux.org
**********************************************************/

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

2005年12月10日 星期六 11:32

志骋 karronqiu at gmail.com
Sat Dec 10 11:32:46 HKT 2005

设计模式都是语言无关的.现在讲设计模式比较好的就是GOF的,但是比较晦涩.

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

2005年12月10日 星期六 13:40

Levin Du levin.du at gmail.com
Sat Dec 10 13:40:04 HKT 2005

模式都是通用的,但不同语言实现方法有所不同。

在05-12-10,志骋 <karronqiu at gmail.com> 写道:
>
> 设计模式都是语言无关的.现在讲设计模式比较好的就是GOF的,但是比较晦涩.
>
> _______________________________________________
> 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/20051210/8a608861/attachment.htm

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

2005年12月10日 星期六 15:15

Yuan Yongkai yuanyk at gmail.com
Sat Dec 10 15:15:55 HKT 2005

我连载了23种设计模式在自己的blog上,不过是java的。
《java与模式》这本书做入门还可以,但是此书还是太肤浅阿


在05-12-10,Levin Du <levin.du at gmail.com> 写道:
>
> 模式都是通用的,但不同语言实现方法有所不同。
>
> 在05-12-10,志骋 <karronqiu at gmail.com> 写道:
> >
> > 设计模式都是语言无关的.现在讲设计模式比较好的就是GOF的,但是比较晦涩.
> >
> > _______________________________________________
> > 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/20051210/66ee6f79/attachment-0001.html

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

2005年12月10日 星期六 22:29

Linker Lin linkerlin88 at gmail.com
Sat Dec 10 22:29:41 HKT 2005

你的Blog的地址是?
On 12/10/05, Yuan Yongkai <yuanyk at gmail.com> wrote:
> 我连载了23种设计模式在自己的blog上,不过是java的。
> 《java与模式》这本书做入门还可以,但是此书还是太肤浅阿
>
>
> 在05-12-10,Levin Du <levin.du at gmail.com> 写道:
> > 模式都是通用的,但不同语言实现方法有所不同。
> >
> >
> > 在05-12-10,志骋 <karronqiu at gmail.com> 写道:
> > > 设计模式都是语言无关的.现在讲设计模式比较好的就是GOF的,但是比较晦涩.
> > >
> > > _______________________________________________
> > > 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
>
>


--
Linker M Lin

linkerlin88 at gmail.com
linker.m.lin at gmail.com
※※※※※※※※※※※
※  我  思  故  我  在  ※
※※※※※※※※※※※

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

2005年12月10日 星期六 22:52

huangyi huangyi12 at gmail.com
Sat Dec 10 22:52:02 HKT 2005

个人感觉, 面向对象那几条原则才是最重要的, 看设计模式可以加深对那几条原则的理解

2005/12/10, Linker Lin <linkerlin88 at gmail.com>:
>
> 你的Blog的地址是?
> On 12/10/05, Yuan Yongkai <yuanyk at gmail.com> wrote:
> > 我连载了23种设计模式在自己的blog上,不过是java的。
> > 《java与模式》这本书做入门还可以,但是此书还是太肤浅阿
> >
> >
> > 在05-12-10,Levin Du <levin.du at gmail.com> 写道:
> > > 模式都是通用的,但不同语言实现方法有所不同。
> > >
> > >
> > > 在05-12-10,志骋 <karronqiu at gmail.com> 写道:
> > > > 设计模式都是语言无关的.现在讲设计模式比较好的就是GOF的,但是比较晦涩.
> > > >
> > > > _______________________________________________
> > > > 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
> >
> >
>
>
> --
> Linker M Lin
>
> linkerlin88 at gmail.com
> linker.m.lin at gmail.com
> ※※※※※※※※※※※
> ※  我  思  故  我  在  ※
> ※※※※※※※※※※※
>
> _______________________________________________
> 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
>
>


--
http://suppercabbage.cnblogs.com">suppercabbage的blog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051210/fca162dc/attachment.htm

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

2005年12月11日 星期日 12:43

Ai92 yuanyk at gmail.com
Sun Dec 11 12:43:33 HKT 2005

blog.csdn.net/ai92
写得不好,还请大家指教。想深入理解设计模式,还是看GOF的比较好,每次都能温故而知新。

另外,一直想写点关于python的东西,可是一直没有时间,也不知道写些什么。

设计模式的确是OO设计原则的体现,这几个原则要很好的掌握才好。


2005/12/10, Linker Lin <linkerlin88 at gmail.com>:
>
> 你的Blog的地址是?
> On 12/10/05, Yuan Yongkai <yuanyk at gmail.com> wrote:
> > 我连载了23种设计模式在自己的blog上,不过是java的。
> > 《java与模式》这本书做入门还可以,但是此书还是太肤浅阿
> >
> >
> > 在05-12-10,Levin Du <levin.du at gmail.com> 写道:
> > > 模式都是通用的,但不同语言实现方法有所不同。
> > >
> > >
> > > 在05-12-10,志骋 <karronqiu at gmail.com> 写道:
> > > > 设计模式都是语言无关的.现在讲设计模式比较好的就是GOF的,但是比较晦涩.
> > > >
> > > > _______________________________________________
> > > > 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
> >
> >
>
>
> --
> Linker M Lin
>
> linkerlin88 at gmail.com
> linker.m.lin at gmail.com
> ※※※※※※※※※※※
> ※  我  思  故  我  在  ※
> ※※※※※※※※※※※
>
> _______________________________________________
> 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/20051211/2d76a610/attachment.htm

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号