Python论坛  - 讨论区

标题:[python-chinese] 如何一致的处理set和list

2006年03月03日 星期五 09:47

ajax chelsea ajaxchelsea at gmail.com
Fri Mar 3 09:47:45 HKT 2006

我需要一个函数,能够把一组set或一组list"连接"起来;reduce几乎就是我要的,但:

1) set的"连接"运算是"set.union"或"&",list的连接运算是"list.extend"或"operator.add"
2) reduce不允许可迭代的那个参数为None
3) reduce不允许可迭代的那个参数长度为0,我希望长度为0时返回set( )或[ ]

能否不使用isinstance来完成这个工作呢?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060303/e8e31207/attachment.html

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

2006年03月03日 星期五 09:56

taodev taodev at gmail.com
Fri Mar 3 09:56:31 HKT 2006

各位在北京的哥们,也冒个泡,偶们也来个聚会怎么样?

偶的msn: ltsky at vip.163.com
QQ: 2001018
手机: 13693669460

李桃
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060303/46e59b10/attachment.html

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

2006年03月03日 星期五 13:00

limodou limodou at gmail.com
Fri Mar 3 13:00:39 HKT 2006

On 3/3/06, taodev <taodev at gmail.com> wrote:
>
> 各位在北京的哥们,也冒个泡,偶们也来个聚会怎么样?
>
> 偶的msn: ltsky at vip.163.com
> QQ: 2001018
> 手机: 13693669460
>

已经聚过了.

--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

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

2006年03月03日 星期五 14:31

ajax chelsea ajaxchelsea at gmail.com
Fri Mar 3 14:31:41 HKT 2006

自己顶一下,顺便更正一个错误:set的"连接"运算是 " | "

在06-3-3,ajax chelsea <ajaxchelsea at gmail.com> 写道:
>
> 我需要一个函数,能够把一组set或一组list"连接"起来;reduce几乎就是我要的,但:
>
> 1) set的"连接"运算是"set.union"或"&",list的连接运算是"list.extend"或"operator.add"
> 2) reduce不允许可迭代的那个参数为None
> 3) reduce不允许可迭代的那个参数长度为0,我希望长度为0时返回set( )或[ ]
>
> 能否不使用isinstance来完成这个工作呢?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060303/b86e5c2a/attachment.html

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

2006年03月04日 星期六 22:50

聪明的傻瓜 wmjie.cn at gmail.com
Sat Mar 4 22:50:47 HKT 2006

taodev 写道:
> 各位在北京的哥们,也冒个泡,偶们也来个聚会怎么样?
> 偶的msn: ltsky at vip.163.com ltsky at vip.163.com>
> QQ: 2001018
> 手机: 13693669460
> 李桃
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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]

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号