Python论坛  - 讨论区

标题:Re: RE:_[python-chinese]_请教字典

2005年05月26日 星期四 09:10

Carambo qutr at tjub.com.cn
Thu May 26 09:10:22 HKT 2005

Ó¦¸ÃÊÇPythonÖеÄ×ÖµäÊÇÓÃhash table À´ÊµÏֵİɡ£
×ÖµäÀàËÆC++ÖеÄmap


Carambo £¬ qutr at tjub.com.cn 
2005-5-26 
----- ÊÕµ½ÒÔÏÂÀ´ÐÅÄÚÈÝ ----- 
·¢¼þÈË: Neo Chan 
ÊÕ¼þÈË: python-chinese 
ʱ  ¼ä: 2005-05-25, 16:05:26
Ö÷  Ìâ: RE:_[python-chinese]_Çë½Ì×Öµä


我不太明白字典与 hash table or map 有什么区别???ï¼?br> 
-----Original Message-----
From: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] On Behalf Of 劉磊
Sent: Wednesday, May 25, 2005 11:08 AM
To: python-chinese at lists.python.cn
Subject: [python-chinese] 请教字典

记住字典中的é”?值对是没有顺序的。如果你想要一个特定的顺序,那么你应该在使用前自己对它们排序ã€?br> --摘自《简æ˜?Python 教程ã€?br> 
xx = {'a':'A', 'b':'B', 1:11, 2:22}
print xx
输出结果如下ï¼?br> {'a': 'A', 1: 11, 2: 22, 'b': 'B'}

在输出的时候,不管怎样python总会按照一定的规则将字典中的键/值对输出,请教该规则,谢谢! 

_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese
_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050526/2ec7b296/attachment-0001.html

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

2005年05月26日 星期四 09:17

Liming_Do Liming_Do at smics.com
Thu May 26 09:17:17 HKT 2005

这个小软件确实很好,量小功能足,如果可以设置代理就更好了。
有个问题,谁知道它是怎样开发出来的?

-----原始邮件-----
发件人: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn]代表 limodou
发送时间: 2005年5月25日 23:36
收件人: alang yin; python-chinese at lists.python.cn
主题: Re: [python-chinese] 介绍一下我订阅的python RSS


我也搜集了一些,以前发到过邮件列表中。不过绝大部分人的更新频率很低。

在 05-5-25,alang yin<alang.yl at gmail.com> 写道:
> 现在我的技术新闻绝大部分来自blog,订阅了相关的RSS后,每天不用上网,也能收到这些blog的最新更新。
> 
> 附件是一个标准的opml文件,全是知名的pythner blog,中英文都有,你导入到你自己RSS阅读器中去,就可以添加这些blog了。
> 我现在用的阅读器是GreatNews,最大的优点是它用了sqllite数据库,把收下来的rss压缩放入本地数据库中,日积月累的,方便查找。软件速度很快,体积小,纯绿色。不用担心重装了机子,以前的rss会消失。因为很多RSS默认只能取回最近30天的blog信息。
> 
> 其它的RSS阅读器最大的缺点也在这里,好多都是缓存在系统目录中的,一重新装机,前几个月的、去年的信息全没有了。
> 
> 这个opml也是个标准的xml文件,你可以打开查看,看哪些是你已有的。你自己的也可以贴出来,交流一下。
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
New Google Maillist: http://groups-beta.google.com/group/python-cn

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

2005年05月26日 星期四 11:41

limodou limodou at gmail.com
Thu May 26 11:41:29 HKT 2005

怎么开发出来的,不知道你想问的是什么。以前不是有一个feednow嘛,是纯python的rss阅读器,在啄木鸟社区上有。还有其它一些rss阅读的python开源软件。有一个叫feedparser的模块可以兼容许多的rss格式,许多软件都用它。

在 05-5-26,Liming_Do<Liming_Do at smics.com> 写道:
> 这个小软件确实很好,量小功能足,如果可以设置代理就更好了。
> 有个问题,谁知道它是怎样开发出来的?
> 
> -----原始邮件-----
> 发件人: python-chinese-bounces at lists.python.cn
> [mailto:python-chinese-bounces at lists.python.cn]代表 limodou
> 发送时间: 2005年5月25日 23:36
> 收件人: alang yin; python-chinese at lists.python.cn
> 主题: Re: [python-chinese] 介绍一下我订阅的python RSS
> 
> 我也搜集了一些,以前发到过邮件列表中。不过绝大部分人的更新频率很低。
> 
> 在 05-5-25,alang yin<alang.yl at gmail.com> 写道:
> > 现在我的技术新闻绝大部分来自blog,订阅了相关的RSS后,每天不用上网,也能收到这些blog的最新更新。
> >
> > 附件是一个标准的opml文件,全是知名的pythner blog,中英文都有,你导入到你自己RSS阅读器中去,就可以添加这些blog了。
> > 我现在用的阅读器是GreatNews,最大的优点是它用了sqllite数据库,把收下来的rss压缩放入本地数据库中,日积月累的,方便查找。软件速度很快,体积小,纯绿色。不用担心重装了机子,以前的rss会消失。因为很多RSS默认只能取回最近30天的blog信息。
> >
> > 其它的RSS阅读器最大的缺点也在这里,好多都是缓存在系统目录中的,一重新装机,前几个月的、去年的信息全没有了。
> >
> > 这个opml也是个标准的xml文件,你可以打开查看,看哪些是你已有的。你自己的也可以贴出来,交流一下。
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> >
> 
> --
> I like python!
> My Donews Blog: http://www.donews.net/limodou
> New Google Maillist: http://groups-beta.google.com/group/python-cn
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
New Google Maillist: http://groups-beta.google.com/group/python-cn

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号