<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feed.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feed.feedsky.com/cnpython" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feed.feedsky.com/cnpython" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 18 Jul 2010 05:45:06 GMT</lastBuildDate><title>Python 中文资料收集网</title><description>Python 中文资料收集网</description><image><url>http://www.feedsky.com/feed/cnpython/sc/gif</url><title>Python 中文资料收集网</title><link>http://www.cnpython.org</link></image><link>http://www.cnpython.org</link><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><language>en</language><pubDate>Sun, 18 Jul 2010 05:45:30 GMT</pubDate><item><title>两个算分数(比例)的小程序 [Python]</title><link>http://item.feedsky.com/~feedsky/cnpython/~8203226/392840128/5406952/1/item.html</link><wfw:commentRss>http://www.cnpython.org/128.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>随手写的小程序 很小很实用, 尤其是在压片的时候计算sar值等方面.
第一个: 化简分数
样例输入1: 16/12
样例输出1: 4 : 3
样例输入2: 16*480/(9*704)
样例输出2: 40 : 33
恩, 简单说来, 就是化任意分数为最简分数
第二个: 小数化分数
给一个范围,用范围[......]&lt;p class='read-more'&gt;&lt;a href='http://www.cnpython.org/128.html'&gt;继续阅读&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/392840128/cnpython/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/cnpython/~8203226/392840128/5406952/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/cnpython/392840128/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/cnpython/392840128/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><category>分数</category><category>比例</category><category>Python 代码</category><pubDate>Sun, 18 Jul 2010 13:45:06 +0800</pubDate><author>cnpython.org</author><comments>http://www.cnpython.org/128.html#comments</comments><guid isPermaLink="false">http://www.cnpython.org/128.html</guid><dc:creator>cnpython.org</dc:creator><fs:srclink>http://www.cnpython.org/128.html</fs:srclink><fs:srcfeed>http://www.cnpython.org/feed/</fs:srcfeed><fs:itemid>feedsky/cnpython/~8203226/392840128/5406952</fs:itemid></item><item><title>发现一个有趣的Python模块：Character</title><link>http://item.feedsky.com/~feedsky/cnpython/~8203226/392840204/5406952/1/item.html</link><wfw:commentRss>http://www.cnpython.org/127.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>写爬虫时厌倦了与各种各样变得乱七八糟的编码打交道？有没有办法让程序自动识别到底应该用什么编码方式呢？今天就发现了这个好玩的：Character 。它可以猜测出一段字符使用的编码类型，并给出猜测的置信度。
这个东西的思路是当面对一串不知道编码信息的字节流的时候，尝试着确定一种编码方式以使我们能够读懂其[......]&lt;p class='read-more'&gt;&lt;a href='http://www.cnpython.org/127.html'&gt;继续阅读&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/392840204/cnpython/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/cnpython/~8203226/392840204/5406952/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/cnpython/392840204/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/cnpython/392840204/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><category>python 模块</category><category>Character</category><category>python 基础</category><pubDate>Sun, 18 Jul 2010 13:40:01 +0800</pubDate><author>cnpython.org</author><comments>http://www.cnpython.org/127.html#comments</comments><guid isPermaLink="false">http://www.cnpython.org/127.html</guid><dc:creator>cnpython.org</dc:creator><fs:srclink>http://www.cnpython.org/127.html</fs:srclink><fs:srcfeed>http://www.cnpython.org/feed/</fs:srcfeed><fs:itemid>feedsky/cnpython/~8203226/392840204/5406952</fs:itemid></item><item><title>python处理文本文件内容专题</title><link>http://item.feedsky.com/~feedsky/cnpython/~8203226/392840205/5406952/1/item.html</link><wfw:commentRss>http://www.cnpython.org/126.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>1.读取一个文本文件之后得到里面出现最多的关键字的代码如下：
from time import time
from operator import itemgetter
def test():
# 取 10 个，有需要可以修改, 及定义读取的文件 test.txt
iList = 10
strFil[......]&lt;p class='read-more'&gt;&lt;a href='http://www.cnpython.org/126.html'&gt;继续阅读&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/392840205/cnpython/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/cnpython/~8203226/392840205/5406952/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/cnpython/392840205/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/cnpython/392840205/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><category>文本文件</category><category>文件处理</category><category>python 基础</category><pubDate>Sun, 18 Jul 2010 13:38:15 +0800</pubDate><author>cnpython.org</author><comments>http://www.cnpython.org/126.html#comments</comments><guid isPermaLink="false">http://www.cnpython.org/126.html</guid><dc:creator>cnpython.org</dc:creator><fs:srclink>http://www.cnpython.org/126.html</fs:srclink><fs:srcfeed>http://www.cnpython.org/feed/</fs:srcfeed><fs:itemid>feedsky/cnpython/~8203226/392840205/5406952</fs:itemid></item><item><title>python学习</title><link>http://item.feedsky.com/~feedsky/cnpython/~8203226/392802792/5406952/1/item.html</link><wfw:commentRss>http://www.cnpython.org/125.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>&lt;a href=&quot;http://creativecommons.org/licenses/by/3.0/deed.zh&quot; target=&quot;_blank&quot;&gt;版权声明&lt;/a&gt;：转载时请以超链接形式标明文章原始出处和作者信息及&lt;a href=&quot;http://bangzhuzhongxin.blogbus.com/logs/11205960.html&quot; target=&quot;_blank&quot;&gt;本声明&lt;/a&gt;
&lt;a href=&quot;http://diannaozhishi173.blogbus.com/logs/69507639.html&quot;&gt;http://diannaozhishi173.blogbus.com/logs/69507639.html&lt;/a&gt;
&lt;strong&gt;&lt;a title=&quot;python path&quot; href=&quot;http://www.cnpythoner.com/post/84.html&quot;&gt;python path&lt;/a&gt;&lt;/strong&gt;的表示&lt;a href=&quot;http://www.cnpythoner.com/&quot; target=&quot;_blank&quot;&gt;python&lt;/a&gt;加载资源的路径，比如你运行一个python文件，里面要导入相关的python模块，那[......]&lt;p class='read-more'&gt;&lt;a href='http://www.cnpython.org/125.html'&gt;继续阅读&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/392802792/cnpython/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/cnpython/~8203226/392802792/5406952/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/cnpython/392802792/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/cnpython/392802792/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><category>文件处理</category><category>路径</category><category>python 基础</category><pubDate>Sun, 18 Jul 2010 09:46:09 +0800</pubDate><author>cnpython.org</author><comments>http://www.cnpython.org/125.html#comments</comments><guid isPermaLink="false">http://www.cnpython.org/125.html</guid><dc:creator>cnpython.org</dc:creator><fs:srclink>http://www.cnpython.org/125.html</fs:srclink><fs:srcfeed>http://www.cnpython.org/feed/</fs:srcfeed><fs:itemid>feedsky/cnpython/~8203226/392802792/5406952</fs:itemid></item><item><title>继续python学习</title><link>http://item.feedsky.com/~feedsky/cnpython/~8203226/392802905/5406952/1/item.html</link><wfw:commentRss>http://www.cnpython.org/124.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>&lt;a href=&quot;http://creativecommons.org/licenses/by/3.0/deed.zh&quot; target=&quot;_blank&quot;&gt;版权声明&lt;/a&gt;：转载时请以超链接形式标明文章原始出处和作者信息及&lt;a href=&quot;http://bangzhuzhongxin.blogbus.com/logs/11205960.html&quot; target=&quot;_blank&quot;&gt;本声明&lt;/a&gt;
&lt;a href=&quot;http://diannaozhishi173.blogbus.com/logs/69507857.html&quot;&gt;http://diannaozhishi173.blogbus.com/logs/69507857.html&lt;/a&gt;
很久就有想写&lt;strong&gt;&lt;a title=&quot;python 迭代&quot; href=&quot;http://www.cnpythoner.com/post/83.html&quot; target=&quot;_blank&quot;&gt;python 迭代&lt;/a&gt;&lt;/strong&gt;相关的东西了，但是一直不知道怎么表达让大家能够容易懂。今天我想了很长的时间，稍微理清了下思路，[......]&lt;p class='read-more'&gt;&lt;a href='http://www.cnpython.org/124.html'&gt;继续阅读&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/392802905/cnpython/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/cnpython/~8203226/392802905/5406952/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/cnpython/392802905/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/cnpython/392802905/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><category>迭代</category><category>python 基础</category><pubDate>Sun, 18 Jul 2010 09:44:37 +0800</pubDate><author>cnpython.org</author><comments>http://www.cnpython.org/124.html#comments</comments><guid isPermaLink="false">http://www.cnpython.org/124.html</guid><dc:creator>cnpython.org</dc:creator><fs:srclink>http://www.cnpython.org/124.html</fs:srclink><fs:srcfeed>http://www.cnpython.org/feed/</fs:srcfeed><fs:itemid>feedsky/cnpython/~8203226/392802905/5406952</fs:itemid></item><item><title>Python执行系统命令的方法 os.system()，os.popen()，commands.getstatusoutput()</title><link>http://item.feedsky.com/~feedsky/cnpython/~8203226/392802906/5406952/1/item.html</link><wfw:commentRss>http://www.cnpython.org/123.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>最近在做那个测试框架的时候发现 Python 的另一个获得系统执行命令的返回值和输出的类。
最开始的时候用 Python 学会了 os.system() 这个方法是很多比如 C，Perl 相似的。

os.system('cat /proc/cpuinfo')

但是这样是无法获得到输出和返回值的，[......]&lt;p class='read-more'&gt;&lt;a href='http://www.cnpython.org/123.html'&gt;继续阅读&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/392802906/cnpython/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/cnpython/~8203226/392802906/5406952/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/cnpython/392802906/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/cnpython/392802906/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><category>os.popen</category><category>os.system</category><category>commands.getstatusoutput</category><category>python 基础</category><pubDate>Sun, 18 Jul 2010 09:43:35 +0800</pubDate><author>cnpython.org</author><comments>http://www.cnpython.org/123.html#comments</comments><guid isPermaLink="false">http://www.cnpython.org/123.html</guid><dc:creator>cnpython.org</dc:creator><fs:srclink>http://www.cnpython.org/123.html</fs:srclink><fs:srcfeed>http://www.cnpython.org/feed/</fs:srcfeed><fs:itemid>feedsky/cnpython/~8203226/392802906/5406952</fs:itemid></item><item><title>Python中string和int的比较</title><link>http://item.feedsky.com/~feedsky/cnpython/~8203226/392802907/5406952/1/item.html</link><wfw:commentRss>http://www.cnpython.org/122.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>首先来看一连串的比较，包含string和string类型的，string和int类型之间的比较。

print &amp;#34;100&amp;#34; &amp;#60; &amp;#34;2&amp;#34;      # True
print &amp;#34;5&amp;#34; &amp;#62; &amp;#34;9&amp;#34;        #[......]&lt;p class='read-more'&gt;&lt;a href='http://www.cnpython.org/122.html'&gt;继续阅读&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/392802907/cnpython/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/cnpython/~8203226/392802907/5406952/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/cnpython/392802907/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/cnpython/392802907/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><category>string</category><category>int</category><category>python 基础</category><pubDate>Sun, 18 Jul 2010 09:38:26 +0800</pubDate><author>cnpython.org</author><comments>http://www.cnpython.org/122.html#comments</comments><guid isPermaLink="false">http://www.cnpython.org/122.html</guid><dc:creator>cnpython.org</dc:creator><fs:srclink>http://www.cnpython.org/122.html</fs:srclink><fs:srcfeed>http://www.cnpython.org/feed/</fs:srcfeed><fs:itemid>feedsky/cnpython/~8203226/392802907/5406952</fs:itemid></item><item><title>字典类型的一些注意问题</title><link>http://item.feedsky.com/~feedsky/cnpython/~8203226/392802908/5406952/1/item.html</link><wfw:commentRss>http://www.cnpython.org/121.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>1） get()方法。 字典可以直接用a[b]的方式访问字典项，但如果b不存在时，会报异常。为了避免这种情况，可以使用get()方法来访问字典项，a.get(b)当b存在时，结果和a[b]一样，如果b不存在，不会报异常，而是返回None。除此之外，get()方法还可以设置第二个参数，如果b不存在，可[......]&lt;p class='read-more'&gt;&lt;a href='http://www.cnpython.org/121.html'&gt;继续阅读&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/392802908/cnpython/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/cnpython/~8203226/392802908/5406952/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/cnpython/392802908/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/cnpython/392802908/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><category>字典</category><category>python 基础</category><pubDate>Sun, 18 Jul 2010 09:35:15 +0800</pubDate><author>cnpython.org</author><comments>http://www.cnpython.org/121.html#comments</comments><guid isPermaLink="false">http://www.cnpython.org/121.html</guid><dc:creator>cnpython.org</dc:creator><fs:srclink>http://www.cnpython.org/121.html</fs:srclink><fs:srcfeed>http://www.cnpython.org/feed/</fs:srcfeed><fs:itemid>feedsky/cnpython/~8203226/392802908/5406952</fs:itemid></item><item><title>python统计MYSQL常用的一些性能参数指标</title><link>http://item.feedsky.com/~feedsky/cnpython/~8203226/392630319/5406952/1/item.html</link><wfw:commentRss>http://www.cnpython.org/120.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>#!/usr/bin/env python
# -*- encoding: utf8 -*-
# Author: iamacnhero@gmail.cn
# Created: 2009-12-14

from __future__ import division
import MySQLdb, ra[......]&lt;p class='read-more'&gt;&lt;a href='http://www.cnpython.org/120.html'&gt;继续阅读&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/392630319/cnpython/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/cnpython/~8203226/392630319/5406952/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/cnpython/392630319/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/cnpython/392630319/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><category>统计</category><category>Python 数据库</category><category>MYSQL</category><category>Python 代码</category><category>Mysql</category><pubDate>Sat, 17 Jul 2010 22:14:55 +0800</pubDate><author>cnpython.org</author><comments>http://www.cnpython.org/120.html#comments</comments><guid isPermaLink="false">http://www.cnpython.org/120.html</guid><dc:creator>cnpython.org</dc:creator><fs:srclink>http://www.cnpython.org/120.html</fs:srclink><fs:srcfeed>http://www.cnpython.org/feed/</fs:srcfeed><fs:itemid>feedsky/cnpython/~8203226/392630319/5406952</fs:itemid></item><item><title>在snow-leopard上安装mysqldb和lxml</title><link>http://item.feedsky.com/~feedsky/cnpython/~8203226/392630346/5406952/1/item.html</link><wfw:commentRss>http://www.cnpython.org/119.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>这里假设已经按照前面的文章建设好了单独的Python环境，不过其实和在系统Python上加装模块也差不多。
系统的Python Setuptool（/usr/bin/easy_install）选择的默认Library路径是/Library/Python/2.6/site-packages。
自己建的[......]&lt;p class='read-more'&gt;&lt;a href='http://www.cnpython.org/119.html'&gt;继续阅读&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/392630346/cnpython/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/cnpython/~8203226/392630346/5406952/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/cnpython/392630346/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/cnpython/392630346/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><category>MySQLdb</category><category>snow leopard</category><category>Python 数据库</category><category>lxml</category><category>Mysql</category><pubDate>Sat, 17 Jul 2010 22:09:50 +0800</pubDate><author>cnpython.org</author><comments>http://www.cnpython.org/119.html#comments</comments><guid isPermaLink="false">http://www.cnpython.org/119.html</guid><dc:creator>cnpython.org</dc:creator><fs:srclink>http://www.cnpython.org/119.html</fs:srclink><fs:srcfeed>http://www.cnpython.org/feed/</fs:srcfeed><fs:itemid>feedsky/cnpython/~8203226/392630346/5406952</fs:itemid></item></channel></rss>
