<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>Python</title>
<link>http://www.cccto.com/a/biancheng/Python/</link>
<description>编程 / Python</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2009-2010 CCCTO. 虫虫技术在线 版权所有]]></generator>
<webmaster>dragonox@vip.sina.com</webmaster>
<item>
    <title><![CDATA[python如何发送email]]></title>
    <link>http://www.cccto.com/a/biancheng/Python/2010/0219/214.html</link>
    <description><![CDATA[在linux服务器上，python如何发送email。 python本身要发送email到话可以使用python的email相关库。 这里讲一个python调用系统命令来发送email的方法。 首先要调用系统命令，要载入python的os库，]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Python</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用 Python 创建 UNIX 命令行工具]]></title>
    <link>http://www.cccto.com/a/biancheng/Python/2010/0219/213.html</link>
    <description><![CDATA[引言 您是否能编写命令行工具？也许您可以，但您能编写出真正好用的命令行工具吗？本文讨论使用 Python 来创建一个强健的命令行工具，并带有内置的帮助菜单、错误处理和选项处理]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Python</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[把金额小写转换成大写的Python代码]]></title>
    <link>http://www.cccto.com/a/biancheng/Python/2010/0219/212.html</link>
    <description><![CDATA[功能将小于十万亿元的小写金额转换为大写 代码 CODE: def IIf(b,s1,s2): if b: return s1 else : return s2 def num2chn(nin= None ): cs= ( '零' , '壹' , '贰' , '叁' , '肆' , '伍' , '陆' , '柒' , '捌' , '玖' , '◇' ,]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Python</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[搭建Python的集成开发环境WingIDE]]></title>
    <link>http://www.cccto.com/a/biancheng/Python/2010/0219/211.html</link>
    <description><![CDATA[Python语言是一个简单的、解释型的、交互式的、可移植的、面向对象的超高级语言。这就是对Python语言的最简单的描述。Python是脚本语言，即指比较简单，并有依赖于宿主的寄生性，比]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Python</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[搭建Python的集成开发环境WingIDE]]></title>
    <link>http://www.cccto.com/a/biancheng/Python/2010/0219/210.html</link>
    <description><![CDATA[Python语言是一个简单的、解释型的、交互式的、可移植的、面向对象的超高级语言。这就是对Python语言的最简单的描述。Python是脚本语言，即指比较简单，并有依赖于宿主的寄生性，比]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Python</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Python线程编程的两种方式]]></title>
    <link>http://www.cccto.com/a/biancheng/Python/2010/0219/209.html</link>
    <description><![CDATA[Python中如果要使用线程的话，python的lib中提供了两种方式。一种是函数式，一种是用类来包装的线程对象。举两个简单的例子希望起到抛砖引玉的作用，关于多线程编程的其他知识例如]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Python</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[循序渐进学Python之函数入门]]></title>
    <link>http://www.cccto.com/a/biancheng/Python/2010/0219/208.html</link>
    <description><![CDATA[函数是Python编程的核心内容之一，本文首先为读者介绍什么是函数，然后详细介绍函数的定义和调用方法，最后，我们通过大量实例代码详细介绍了变量的作用域以及与此有关的global语]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Python</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何使用 Pylint 来规范 Python 代码风格]]></title>
    <link>http://www.cccto.com/a/biancheng/Python/2010/0219/207.html</link>
    <description><![CDATA[Pylint 是什么 Pylint 是一个 Python 代码分析工具，它分析 Python 代码中的错误，查找不符合代码风格标准和有潜在问题的代码。目前 Pylint 的最新版本是 pylint-0.18.1。 Pylint 是一个 Python 工具]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Python</category>
    <author>admin</author>
    <comments>未知</comments>
</item>

</channel>
</rss>

