<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
  <channel>
    <title>Python</title>
    <link>https://www.syue.com/Software/Language/Python/</link>
    <description>Latest 500 infos of Python</description>
    <copyright>Copyright(C) Empire CMS</copyright>
    <generator>Empire CMS by Empire Studio.</generator>
    <lastBuildDate>Wed, 06 May 2026 13:50:12 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.syue.com/e/data/images/rss.gif</url>
      <title>岁月联盟-中国信息安全门户网站（老牌黑客网站）</title>
      <link>https://www.syue.com/</link>
    </image>
    <item>
      <title><![CDATA[零基础写py爬虫]]></title>
      <description><![CDATA[ 		新建一个文件&amp;amp;rdquo;HelloWorld.py&amp;amp;rdquo;, 在其中输入:
  print &amp;quot;Hello world!&amp;quot;
 
   保存并在终端中 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22213.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22213.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 09 Oct 2012 04:29:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ Python基础（1）]]></title>
      <description><![CDATA[ 		1、&amp;quot;Hello World&amp;quot;
    --print....
        print &amp;amp;#39;Hello World&amp;amp;#39;   #(2.x)
        print (&amp;amp;# ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22212.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22212.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 08 Oct 2012 02:17:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python中的数据模型]]></title>
      <description><![CDATA[ 		今天，谈谈python中的数据模型，当然你可以不了解这些东西，照样可以写出漂亮的python代码，但是&amp;amp;ldquo;知 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22211.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22211.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 07 Oct 2012 03:13:44 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[盲人程序员为什么弃用python ?]]></title>
      <description><![CDATA[ 		首先早在大学我就学习过pascal, C, 其实我是 python fans, 现在用python 写程序。 我也看过 ruby 的语法， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22210.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22210.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 07 Oct 2012 02:59:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[写python的c扩展简介]]></title>
      <description><![CDATA[ 		python是一门非常方便的动态语言，很多你用c或者java要很多行的代码，可能python几行就搞定了，所以pytho ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22209.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22209.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 07 Oct 2012 02:04:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python实现websocket服务器]]></title>
      <description><![CDATA[ 		
websocket是什么呢，websocket是一个浏览器和服务器通信的新的协议，一般而言，浏览器和服务器通信最常 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22208.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22208.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 07 Oct 2012 01:55:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python部署管理工具fabric]]></title>
      <description><![CDATA[ 		fabric是个轻量级的远程维护工具，当然是结合python来使用，先看介绍：
Fabric is a Python (2.5 or hig ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22207.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22207.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 28 Sep 2012 01:36:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ hadoop日志简单分析]]></title>
      <description><![CDATA[ 		一、概述
本文基于0.19.1分析得出，有一些是alibaba hadoop优化的部分。本文不涉及jobtracker及nodename ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22206.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22206.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 25 Sep 2012 01:20:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python正则表达式的用法]]></title>
      <description><![CDATA[ 		
python view plaincopyprint?
import re 
r1 = re.compile(r&amp;amp;#39;(?im)(?P&amp;lt;name&amp;gt;&amp;lt;/html&amp;gt;)$&amp;amp;#39;)  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22205.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22205.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 22 Sep 2012 02:47:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[django中自定义过滤器，自定义标签]]></title>
      <description><![CDATA[ 		django模板中自带了一系列标签，有&amp;lt;if&amp;gt;,&amp;lt;ifequal&amp;gt;,&amp;lt;ifnotequal&amp;gt;,&amp;lt;for&amp;gt;等，但有时也不能满足需求,比方说我 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22204.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22204.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 21 Sep 2012 00:49:10 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python: 从远程服务器下载日志程序]]></title>
      <description><![CDATA[ 		本文提供了一种方法，该程序可实现抓取服务器的日志文件到本地，根据该程序可自行扩展对日志文件的自动化 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22203.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22203.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 18 Sep 2012 03:53:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python 写日志]]></title>
      <description><![CDATA[ 		新建一个文件：myLog.py
python
# encoding:utf-8 
import sys 
import logging 
import time 
  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22202.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22202.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 17 Sep 2012 06:40:21 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[怎样写一个拼写检查器 (python)]]></title>
      <description><![CDATA[ 		怎样写一个拼写检查器
上个星期, 我的两个朋友 Dean 和 Bill 分别告诉我说他们对 Google 的快速高质量的 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22201.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22201.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 15 Sep 2012 02:11:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[定制Django Admin首页]]></title>
      <description><![CDATA[ 		在目录templates/admin文件夹在重载index.html文件，对下面的默认文件内容进行修改就行
下面这个Django  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22200.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22200.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 14 Sep 2012 07:46:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一个简单的python socket编程]]></title>
      <description><![CDATA[ 		python 编写server的步骤：   1.      第一步是创建socket对象。调用socket构造函数。如：      socket = ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22199.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22199.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 14 Sep 2012 07:15:07 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ python——使用yaml数据格式，PK --&amp;amp;gt; XML，JSON]]></title>
      <description><![CDATA[ 		YAML
   概述：是一种直观的能够被电脑识别的数据序列化格式
  
   在YAML里面，结构通过缩进来表示， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22198.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22198.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 14 Sep 2012 03:16:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python文件操作实例]]></title>
      <description><![CDATA[ 		python
# -*- coding: utf-8 -*- 
 
import os 
import shutil 
 
# 一. 路径操作：判断、获取和 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22197.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22197.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 14 Sep 2012 02:07:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ chapter1：python 基础(数据类型，运算符，常用内置函数，模型，strings等)]]></title>
      <description><![CDATA[ 		java
import java.util.*; 
 
/**
 *实现的堆的插入和删除操作
 * @author Arthur
 */ 
public  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22196.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22196.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 13 Sep 2012 03:19:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[得到tinymce富文本编辑中的内容]]></title>
      <description><![CDATA[ 		&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
     function submitfcn(form){
       var myform = form0;
    ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22195.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22195.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 13 Sep 2012 00:57:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python中类属性与实例属性总结]]></title>
      <description><![CDATA[ 		stackoverflow上面的相关讨论 
1. 类属性    为在类定义时直接指定的属性(不是在__init__方法中)
pyth ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22194.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22194.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 11 Sep 2012 09:06:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python操作数据库]]></title>
      <description><![CDATA[ 		 数据库的操作在现在的Python里面已经变得十分的好用,有了一套API标准.下面的就是讲讲如何的去使用这套框 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22193.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22193.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 11 Sep 2012 03:17:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[paip.python开发环境搭建]]></title>
      <description><![CDATA[ 		 安装环境SDK与IDE. 1【文件类型】... 2建立源文件first.py   /模块(module)2HALLO WORD.. 2命令行执行.. ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22192.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22192.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 11 Sep 2012 02:21:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python的setup.py文件及其常用命令]]></title>
      <description><![CDATA[ 		编写setup.py文件，获取帮助：python setup.py --help-commandspython 
Standard commands: 
  build ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22191.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22191.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 07 Sep 2012 00:53:44 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python中的Datetime]]></title>
      <description><![CDATA[ 		Python的用着感觉好不方便啊！
从数据库中得到的datetime数据，如：
该created就是一个datetime数据
不 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22190.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22190.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 06 Sep 2012 01:57:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[粒子群算法python实现]]></title>
      <description><![CDATA[ 		1、 概述粒子群算法作为一种优化算法，在很多领域都有应用。所谓优化，我的理解是对一个问题求出它足够好 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22189.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22189.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 06 Sep 2012 01:25:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python的静态方法和类成员方法]]></title>
      <description><![CDATA[ 		Python的静态方法和类成员方法都可以被类或实例访问，两者概念不容易理清，但还是有区别的：
1）静态方法 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22188.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22188.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 03 Sep 2012 08:03:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python判断unicode是否是汉字，数字，英文，或者其他字符]]></title>
      <description><![CDATA[ 		下面这个小工具包含了 判断unicode是否是汉字，数字，英文，或者其他字符。 全角符号转半角符号。 unicod ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22187.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22187.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 03 Sep 2012 01:26:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如何定制Python模块的查找和物理实现]]></title>
      <description><![CDATA[ 		一般来说，Python从文件系统上的.py或者相应的字节码文件.pyc或.pyo获得一 个python module对象。有时候会 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22186.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22186.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 03 Sep 2012 00:58:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Beginning Python - Chapter6 : Abstraction]]></title>
      <description><![CDATA[ 		#Chapter5:abstraction
#1 Creating Your Own Functions
# -1.1- Documenting Functions
def hello(na ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22185.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22185.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 01 Sep 2012 01:18:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[最常用的python实现]]></title>
      <description><![CDATA[ 		1.判断一个列表是否为空     a=     if a :           print &amp;amp;#39;不为空&amp;amp;#39; 2.判断一个变量是否存在 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22184.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22184.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 31 Aug 2012 01:52:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ Python实现备份EC2的重要文件和MySQL数据库到S3]]></title>
      <description><![CDATA[ 		今天尝试了使用boto这个工具来用python备份文件到S3，废话不说，上代码：1. 备份重要文件到S3：
python ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22183.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22183.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 31 Aug 2012 00:57:21 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[BOOST 字符串查找示例]]></title>
      <description><![CDATA[ 		BOOST  字符串查找示例
python 
#include &amp;lt;string&amp;gt; 
#include &amp;lt;iostream&amp;gt; 
#include &amp;lt;algorithm&amp;gt;  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22182.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22182.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 29 Aug 2012 01:23:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ Python编码规范之命名规范]]></title>
      <description><![CDATA[ 		1、不要使用小写字母&amp;amp;#39;l&amp;amp;#39;(el),大写字母&amp;amp;#39;O&amp;amp;#39;(oh),或者小写&amp;amp;#39;i&amp;amp;#39;作为单独变量名称。因 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22181.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22181.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 28 Aug 2012 09:20:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[图论小结（一）包括一些最短路，最小生成树，差分约束，欧拉回路，的经典题和变种题。强连通，双连通，割点割桥的应用。二分匹配]]></title>
      <description><![CDATA[ 		python 
图论小结（一） 
下面是对暑假集训的图论部分的一些总结和体会。 
包括一些最短路，最小生成 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22180.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22180.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Aug 2012 06:50:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ Twisted服务器开发技巧(3)]]></title>
      <description><![CDATA[ 		第三种方法是使用经典的服务器模型的select（epoll）异步I/O。使用twisted框架中的reactor（epoll/select ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22179.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22179.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Aug 2012 02:10:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Twisted服务器开发技巧(2)]]></title>
      <description><![CDATA[ 		第二种优化的方法，可以只用下图来解释。即，使用轻量级的线程池（PreProcess）对所有请求进行预处理，所 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22178.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22178.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Aug 2012 02:04:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Twisted服务器开发技巧(1)]]></title>
      <description><![CDATA[ 		Twisted是一个非常具有想像力的框架。我已经被它的代码所折服，我想在我下面再使用python开发网络应用时， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22177.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22177.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Aug 2012 01:50:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[初学python注意事项（精髓）]]></title>
      <description><![CDATA[ 		作为对python感兴趣的朋友，本人将自己的心得与大家分享如下：

1.python作为一门面向对象的高级语言， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22176.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22176.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 23 Aug 2012 17:03:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ Python线程编程—同步队列]]></title>
      <description><![CDATA[ 		线程编程&amp;amp;mdash;同步队列
我们经常会采用生产者/消费者关系的两个线程来处理一个共享缓冲区的数据。例如 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22175.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22175.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 23 Aug 2012 02:38:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python线程指南]]></title>
      <description><![CDATA[ 		AstralWind
1. 线程基础
1.1. 线程状态
线程有5种状态，状态转换的过程如下图所示： 1.2. 线程同步（锁 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22174.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22174.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 23 Aug 2012 01:47:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python 读取文件的前几行]]></title>
      <description><![CDATA[ 		#-*- coding:utf-8 -
&amp;amp;#39;&amp;amp;#39;&amp;amp;#39;
Created on 2012-8-20@author : shaolei
&amp;amp;#39;&amp;amp;#39;&amp;amp;#39;
#输入 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22173.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22173.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 23 Aug 2012 01:41:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python中时间戳与时间字符串互相转化]]></title>
      <description><![CDATA[ 		python
#设a为字符串
import time
a = &amp;quot;2011-09-28 10:00:00&amp;quot;#中间过程，一般都需要将字符串转化为时 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22172.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22172.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 23 Aug 2012 01:12:37 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Create Your Own Search Engine with Python （一）]]></title>
      <description><![CDATA[ 		Create Your Own Search Engine with Python
用python创建你自己的搜索引擎（一）
            在特定的 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22171.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22171.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 21 Aug 2012 08:53:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[支持插入、添加、删除的PyGridTableBase子类]]></title>
      <description><![CDATA[ 		网格控件是用以显示一个二维的数据集的。要使用该控件显示有用的信息，你需要告诉该控件它工作所基于的是 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22170.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22170.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 21 Aug 2012 03:21:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python模块介绍- argparse：命令行选项及参数解析]]></title>
      <description><![CDATA[ 		python模块介绍- argparse：命令行选项及参数解析
2012-08-20磁针石#承接软件自动化实施与培训等gtalk： ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22169.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22169.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 20 Aug 2012 07:46:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python文件操作]]></title>
      <description><![CDATA[ 		总是记不住API。昨晚写的时候用到了这些，但是没记住，于是就索性整理一下吧：python中对文件、文件夹（文 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22168.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22168.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 16 Aug 2012 02:03:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python 获取SVN 文件]]></title>
      <description><![CDATA[ 		背景：
 最近要从SVN 服务器的一个文件夹里面check out 八十几个文件，但是这个文件夹比较大，里面有几千 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22167.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22167.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 16 Aug 2012 01:59:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[django 一对多关系操作]]></title>
      <description><![CDATA[ 		这段时间用django 做程序用到了一对多的关系的操作，下面分享一些心得体会，希望对大家有帮助。
我先定义 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22166.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22166.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 14 Aug 2012 01:19:29 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[将关键词列表文件转成python的list]]></title>
      <description><![CDATA[ 		file_src = open(&amp;amp;#39;src.txt&amp;amp;#39;)
file_dst = open(&amp;amp;#39;dst.txt&amp;amp;#39;,&amp;amp;#39;w+&amp;amp;#39;)
file_dst.writ ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22165.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22165.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 13 Aug 2012 03:24:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python定时任务框架APScheduler]]></title>
      <description><![CDATA[ 		 APScheduler是基于Quartz的一个Python定时任务框架，实现了Quartz的所有功能，使用起来十分方便。提供了 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22164.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22164.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 08 Aug 2012 07:15:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ Python进阶（一）——安装Python、程序执行、Python模块和IDLE调试]]></title>
      <description><![CDATA[ 		近几年来，随着Google、YouTube、IRobot等大公司对Python语言的广泛使用，Python公司的身影经常出现与我们 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21663.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21663.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 08 Aug 2012 05:25:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Cpy是如何打败Python的]]></title>
      <description><![CDATA[ 		Python 语言的初学者, 特别是&amp;amp;rdquo;惊奇者&amp;amp;rdquo;(也就是那种第一眼就被毫无意义的某些特性吸引, 之后持 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21662.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21662.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 06 Aug 2012 00:58:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Web.py初探：安装与HelloWorld]]></title>
      <description><![CDATA[ 		1、web.py简介
        web.py是一个基于Python，简单而又强大的开源Web框架。 由于自己总是对轻量级的东 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21661.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21661.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 05 Aug 2012 12:27:23 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python实现tee命令]]></title>
      <description><![CDATA[ 		import sysclass _tee(file):
 def write(self, text):
  sys.stdout.write(text)
  file.write(self, ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21660.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21660.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 05 Aug 2012 10:47:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python urllib]]></title>
      <description><![CDATA[ 		urllib模块提供的上层接口，使我们可以像读取本地文件一样读取www和ftp上的数据。
先看一个例子，这个例 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21659.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21659.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 05 Aug 2012 00:22:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python开发环境配置 Vim + Ctags+ TagList]]></title>
      <description><![CDATA[ 		在 Linux 下对 vim 进行一些配置，使之支持如下特性：1. 加强的 Python 语法高亮显示；2. 对脚本、项目生 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21658.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21658.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 05 Aug 2012 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python excel 的相关操作]]></title>
      <description><![CDATA[ 		因为经常用到对excel的相关操作，今天就在此总结相关内容，方便大家参考。python操作excel除了读就是写。 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21657.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21657.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 03 Aug 2012 03:22:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python实现模拟登录]]></title>
      <description><![CDATA[ 		本文主要用python实现了对网站的模拟登录。通过自己构造post数据来用Python实现登录过程。当你要模拟登录 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21656.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21656.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 02 Aug 2012 02:20:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python处理Excel数据]]></title>
      <description><![CDATA[ 		前段时间做了个小项目，帮个海洋系的教授做了个数据处理的软件。基本的功能很简单，就是对Excel里面的一些 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21655.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21655.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 02 Aug 2012 02:07:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python时间和时间戳之间的转换]]></title>
      <description><![CDATA[ 		(1)例如格式2012-07-31 00:01:18，根据该时间计算时间戳：将&amp;quot;2012-03-28 06:53:40&amp;quot;转化为时间戳
s = tim ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21654.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21654.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 02 Aug 2012 01:59:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python 中readline 和readlines的区别]]></title>
      <description><![CDATA[ 		1
f0=file(&amp;quot;ip.txt&amp;quot;,r)
2
while true
3
    for line in f0.readli
4
    if not line: break
5 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21653.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21653.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 02 Aug 2012 01:52:15 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python urllib2详解及实例]]></title>
      <description><![CDATA[ 		 urllib2是Python的一个获取URLs(Uniform Resource Locators)的组件。他以urlopen函数的形式提供了一个非 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21652.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21652.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 01 Aug 2012 03:11:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python模块介绍- binascii：二进制和ASCII互转 以及其他进制转换]]></title>
      <description><![CDATA[ 		python模块介绍- binascii：二进制和ASCII互转以及其他进制转换
2012-08-01磁针石#承接软件自动化实施与 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21651.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21651.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 01 Aug 2012 03:01:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Scrapy轻松定制网络爬虫]]></title>
      <description><![CDATA[ 		网络爬虫（Web Crawler, Spider）就是一个在网络上乱爬的机器人。当然它通常并不是一个实体的机器人，因为 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21650.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21650.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 01 Aug 2012 01:19:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python抓取框架：Scrapy的架构]]></title>
      <description><![CDATA[ 		最近在学Python，同时也在学如何使用python抓取数据，于是就被我发现了这个非常受欢迎的Python抓取框架Sc ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21649.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21649.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 01 Aug 2012 01:18:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python urllib模块详解及实例]]></title>
      <description><![CDATA[ 		python urllib模块详解及实例
先看一个例子，这个例子把Google首页的html抓取下来并显示在控制台上：
i ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21648.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21648.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 31 Jul 2012 05:36:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python os.mkdir与 os.makedirs]]></title>
      <description><![CDATA[ 		1.mkdir( path ,mode )
      作用：创建一个目录，可以是相对或者绝对路径，mode的默认模式是0777。 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21647.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21647.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Jul 2012 00:51:15 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python 编码时应该注意的几件事情]]></title>
      <description><![CDATA[ 		在编程过程中，多了解语言周边的一些知识，以及一些技巧，可以让你加速成为一个优秀的程序员。对于Python ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21646.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21646.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Jul 2012 00:49:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python模块介绍 contextlib—上下文管理器工具]]></title>
      <description><![CDATA[ 		contextlib&amp;amp;mdash;上下文管理器工具2012-07-27 磁针石#承接软件自动化实施与培训等gtalk： ouyangchongwu ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21645.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21645.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Jul 2012 00:15:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python打log]]></title>
      <description><![CDATA[ 		html
import glob 
import logging 
import logging.handlers 
LOG_FILENAME=&amp;amp;#39;logging_rotatin ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21644.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21644.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 26 Jul 2012 06:11:21 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python伪造HTTP-REFERER]]></title>
      <description><![CDATA[ 		
HTTP Referer是header的一部分，当浏览器向web服务器发送请求的时候，一般会带上Referer，告诉服务器我 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21643.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21643.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 26 Jul 2012 01:55:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python 中的strip lstrip rstrip使用方法]]></title>
      <description><![CDATA[ 		Python中的strip用于去除字符串的首尾字符；同理，lstrip用于去除左边的字符；rstrip用于去除右边的字符。 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21642.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21642.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 24 Jul 2012 09:12:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python 使用XML-RPC进行文件共享]]></title>
      <description><![CDATA[ 		1.目录结构|__ config.ini|__P2PClinet.py|__P2PServer.py|__url.txt2.文件内容config.ini1
SERVER_INF ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21641.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21641.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 24 Jul 2012 02:48:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关于 python MySQLdb 插入 utf-8 字符报编码错误的问题]]></title>
      <description><![CDATA[ 		用 python 第三方 mysql 包在执行一些包含UTF8字符的SQL语句时，往往会见到这样的错误：
&amp;amp;lsquo;ascii&amp;amp;r ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21640.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21640.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 24 Jul 2012 02:17:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[安装python MySQLdb报错：pymemcompat.h:10:20: 致命错误的解决]]></title>
      <description><![CDATA[ 		注：本文以redhat系列为例，如果你是debian系列，请将yum install换成 sudo apt-get install 即可。1）首 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21639.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21639.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 24 Jul 2012 01:59:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ Python学习总结(二)----python的练习方法]]></title>
      <description><![CDATA[ 		继续学习python中，越来越发现python的方便，也找到了一些python与C/C++的一些相同点与不同点。由于我看的 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21638.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21638.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Jul 2012 18:38:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关于python文件操作]]></title>
      <description><![CDATA[ 		python中对文件、文件夹（文件操作函数）的操作需要涉及到os模块和shutil模块。得到当前工作目录，即当前 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21637.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21637.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Jul 2012 01:42:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Top Github users in China]]></title>
      <description><![CDATA[ 		有感于这个版本的github中国用户排名，我觉得单纯根据用户的followers数量不能完全说明问题。因此，需要改 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21636.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21636.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Jul 2012 00:50:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python之os.walk和os.path.walk]]></title>
      <description><![CDATA[ 		一、os.walk()函数声明：os.walk(top,topdown=True,onerror=None)(1)参数top表示需要遍历的顶级目录的路径 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21635.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21635.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 21 Jul 2012 02:49:23 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python中文decode和encode转码]]></title>
      <description><![CDATA[ 		字符串在Python内部的表示是unicode编码，因此，在做编码转换时，通常需要以unicode作为中间编码，即先将 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21634.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21634.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 21 Jul 2012 02:16:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python学习总结(一)]]></title>
      <description><![CDATA[ 		(一)我(非初学者)学Python的方法
　　在正文开始之前，我先说说自己学Python的方法。接触了不少语言了， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21633.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21633.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 20 Jul 2012 02:43:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python的时期转换格式]]></title>
      <description><![CDATA[ 		你可以利用 time 模块里的 strptime（）和 strftime（）。strptime（）根据你指定的格式控制字符串解读日 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21632.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21632.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 20 Jul 2012 01:42:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python判断对象是否为文件对象(file object)]]></title>
      <description><![CDATA[ 		方法1：比较type第一种方法，就是判断对象的type是否为file，但该方法对于从file继承而来的子类不适用：  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21631.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21631.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 20 Jul 2012 01:10:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python 关于 name main的使用]]></title>
      <description><![CDATA[ 		__name__:在使用自身的时候，就是main，比如你执行：
python test.py
此时在test.py里面的name就是main ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21630.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21630.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 19 Jul 2012 05:59:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习笔记之wxpython打印预览]]></title>
      <description><![CDATA[ 		主要学习wxPython in action 和Demo程序，做点学习笔记wxPython 通过使用设备上下文和绘制操作来实现打印 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21629.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21629.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 19 Jul 2012 02:36:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python 快排]]></title>
      <description><![CDATA[ 		
不同点：
Perl 传递列表slice 实际上还指向父列表相同的元素，这是由Perl 本身的数据结构所决定的。而 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21628.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21628.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 19 Jul 2012 01:32:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python读写csv文件]]></title>
      <description><![CDATA[ 		1. 写入并生成csv文件
代码：
# coding: utf-8import csvcsvfile = file(&amp;amp;#39;csv_test.csv&amp;amp;#39;, &amp;amp;#39 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21627.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21627.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 18 Jul 2012 01:47:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习第十五章——python和万维网]]></title>
      <description><![CDATA[ 		1.屏幕抓取：可以使用urllib获取网页的HTML源代码，然后使用正则表达式提取信息即可。下面是一个例子：
 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21626.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21626.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 06:20:07 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习第十四章——网络编程]]></title>
      <description><![CDATA[ 		1.套接字：一个套接字就是一个socket模块中的socket类的实例，它的实例化需要3个参数：第一个参数是地址族 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21625.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21625.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 06:13:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习第十三章——数据库支持]]></title>
      <description><![CDATA[ 		1.数据库连接：使用connect函数，该函数有多个参数，比如dsn表示数据源名称，给出该参数表示数据库依赖， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21624.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21624.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 06:07:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习第十二章——图形用户界面]]></title>
      <description><![CDATA[ 		1.下载和安装wxPython。需要注意的是选择的wxpython版本需要和python的版本相对应。具体的安装过程就不赘 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21623.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21623.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 05:56:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习第十一章——文件和素材]]></title>
      <description><![CDATA[ 		1.打开文件：open函数，它接受一个文件名作为唯一的强制参数。如果只提供一个参数的话，那么我们可以获得 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21622.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21622.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 05:49:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习第十章]]></title>
      <description><![CDATA[ 		1.模块：如果自己写的一个python程序需要作为模块导入，则在使用的时候需要首先import sys，然后sys.path ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21621.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21621.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 05:42:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习第九章]]></title>
      <description><![CDATA[ 		1.构造方法：只要把init方法的名字从简单的init修改为__init__即可：def __init__(self):。
2.子类调用超 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21620.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21620.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 05:36:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习第八章]]></title>
      <description><![CDATA[ 		1.自定义异常类：class SelfException(Exception):，即继承Exception这个异常基类即可。
2.捕捉异常：tr ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21619.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21619.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 05:31:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习第七章]]></title>
      <description><![CDATA[ 		1.创建类：class 类名:。类中的self是对对象自身的引用。实例化类：foo=类名()即可。
2.私有化：为了让方 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21618.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21618.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 05:27:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习第六章]]></title>
      <description><![CDATA[ 		1.创建函数：def functionname:functionbody。
2.当两个变量引用一个列表的时候，它们的确是同时引用一个 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21617.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21617.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 05:24:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习第五章]]></title>
      <description><![CDATA[ 		1.把某件事作为另一件事导入：import somemodule或from somemodule import somefunction或者from somemod ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21616.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21616.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 05:21:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习第四章]]></title>
      <description><![CDATA[ 		1.创建字典：每个键和它的值之间用冒号隔开，项之间用逗号隔开，整个字典使用一对大括号括起来。
2.字典 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21615.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21615.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 05:18:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习第三章]]></title>
      <description><![CDATA[ 		1.字符串格式化：使用%来实现。在%的左侧放置需要进行格式化的字符串，右侧放置希望格式化的值。如果希望 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21614.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21614.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 05:11:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习第二章（序列）]]></title>
      <description><![CDATA[ 		一：列表
1.列表：列表可以修改。字符串也是一个序列，它是一个由字符组成的序列。字符串字面值可以直接 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21713.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21713.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 05:09:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习第一章]]></title>
      <description><![CDATA[ 		1.除法：python中在运行除法时比如1/2结果是为0的，想得到正确结果需要将整数转为实数来进行计算，如1.0/ ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21712.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21712.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 05:04:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python测试驱动开发]]></title>
      <description><![CDATA[ 		python
import unittest 
from main import Sample 
class SampleTest(unittest.TestCase): 
 
   ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21711.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21711.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 01:54:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ Learn Python The Hard Way学习(51) - 从浏览器取得输入]]></title>
      <description><![CDATA[ 		下面我们学习让用户从一个表单提交文本到程序中，并且把相关信息保存在session中。web的工作原理
在建立 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21710.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21710.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 14 Jul 2012 02:14:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(50) - 你的第一个网站]]></title>
      <description><![CDATA[ 		安装lpthw.web
开始web编程前，我们需要安装一个web框架，叫lpthw.web，框架的意思就是：一些让我们工作 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21709.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21709.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 12 Jul 2012 07:39:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ Learn Python The Hard Way学习(49) - 创建句子]]></title>
      <description><![CDATA[ 		&amp;gt;&amp;gt;&amp;gt; from ex48 import lexicon
&amp;gt;&amp;gt;&amp;gt; print lexicon.scan(&amp;quot;go north&amp;quot;)
(&amp;amp;#39;verb&amp;amp;#39;, &amp;amp;#39;go&amp;amp;#39;), ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21708.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21708.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 12 Jul 2012 07:34:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(48) - 更高级的用户输入]]></title>
      <description><![CDATA[ 		你的游戏可能已经做得不错了，但是用户输入很麻烦，每次都输入完全正确的字符才能执行命令，我们需要一个 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21707.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21707.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 12 Jul 2012 07:29:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(47) - 自动化测试]]></title>
      <description><![CDATA[ 		不断的输入命令去测试你游戏是很乏味的，为什么我们不写一些测试代码去测试程序呢？当你改变你的程序时， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21706.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21706.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 12 Jul 2012 07:19:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python函数默认参数导致的BUG]]></title>
      <description><![CDATA[ 		最近在一个多线程网络服务器程序中, 发现数据经常错乱, 而且, 错乱的数据是结构化的, 并不是字符串错乱.  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21705.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21705.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 11 Jul 2012 02:21:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python中对Excel进行读写操作]]></title>
      <description><![CDATA[ 		python中对Excel进行读写操作
额，因为烦透了手动的操作Excel表，就花时间把python操作Excel表学了一下。 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21704.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21704.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 11 Jul 2012 02:02:21 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python字符串替换方法和注意事项]]></title>
      <description><![CDATA[ 		方法有两种：last_date = &amp;amp;ldquo;1/2/3&amp;amp;rdquo;   目标为&amp;quot;123&amp;quot;之一：repalce date =last_date.replace(&amp;amp;#3 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21703.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21703.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 10 Jul 2012 01:25:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(46) - 一个项目的骨架]]></title>
      <description><![CDATA[ 		下面学习怎么创建一个好的项目框架，基本的框架包括项目布局，自动化测试，模块，安装脚本。当你创建一个 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21702.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21702.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Jul 2012 21:41:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ Learn Python The Hard Way学习(45) - 自己做个游戏]]></title>
      <description><![CDATA[ 		希望你已经完成了这本书，你可以从网上学习更多的信息，你唯一要做的就是输入正确的关键词然后搜索。现在 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21701.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21701.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Jul 2012 21:40:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(44) - 继承还是组成？]]></title>
      <description><![CDATA[ 		balabala...讲了一个故事，就不翻译了。只要记着：我们要尽量简单的使用继承，或者用组合代替继承，而且做 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21700.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21700.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Jul 2012 21:33:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ Learn Python The Hard Way学习(43) - 来自行星Percal #25的Gothons]]></title>
      <description><![CDATA[ 		这是一个新的游戏，使用一些我们刚学过的知识和一些新知识。
python 
from sys import exit 
from r ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21699.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21699.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Jul 2012 08:31:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(42) - 继承，包含，对象和类]]></title>
      <description><![CDATA[ 		你必须明白一个重要的概念，就是类和对象的不同。问题是，类和对象没有真正的区别，他们在不同的时间是相 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21698.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21698.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Jul 2012 08:19:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[删除相同图片,Python实现]]></title>
      <description><![CDATA[ 		原理:读取图片二进制码,使用MD5或SHA-1散列,生成图片唯一编码,与图片字典做比对,存在则图片重复,移除.
P ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21697.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21697.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Jul 2012 02:05:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[表达式与语句 局部变量与全局变量 exec与eval]]></title>
      <description><![CDATA[ 		   Python有时需要动态的创造Python代码，然后将其作为语句执行  或  作为表达式计算。              exe ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21696.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21696.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Jul 2012 01:27:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python十分钟入门]]></title>
      <description><![CDATA[ 		【简介】
    Python(蟒蛇)是一种动态解释型的编程语言。Python可以在Windows、UNIX、MAC等多种操作系统 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21695.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21695.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 08 Jul 2012 08:37:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[wxPython对话框]]></title>
      <description><![CDATA[ 		大多数现代的GUI应用程序，对话框窗口或对话框是不可或缺的一部分。一个对话框被定义为两个或以上的人之间 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21694.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21694.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 06 Jul 2012 07:30:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[wxPython事件]]></title>
      <description><![CDATA[ 		
事件是每一个GUI应用程序的组成部分。所有的GUI应用程序是事件驱动的。应用程序反应，以产生不同的事件 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21693.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21693.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 05 Jul 2012 08:01:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python 3 哈希验证文件 验证文件的sha 256]]></title>
      <description><![CDATA[ 		import hashlib
import os
import sysdef sha256(filename, onlyname):
    f = open(filename, &amp;amp;#39; ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21692.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21692.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 05 Jul 2012 02:03:15 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python-django 静态文件设置]]></title>
      <description><![CDATA[ 		python-django静态文件路径设置01
urlpatterns = patterns(&amp;amp;#39;&amp;amp;#39;,
02
    url(r&amp;amp;#39;^css/(?P&amp;lt;pa ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21691.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21691.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 05 Jul 2012 00:53:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[手动制作python的exe可执行程序 -- by Leo Jay]]></title>
      <description><![CDATA[ 		手动制作python的exe可执行程序 -- by Leo Jay
Python没有内建一个编译为exe的功能。给python程序的部署 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21690.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21690.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 04 Jul 2012 08:24:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(41) - 学习面向对象]]></title>
      <description><![CDATA[ 		这一章学习面向对象，我做的就是给出一组你想知道的单词的定义。然后给出一些语句的解释，最后是一个练习 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21689.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21689.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 04 Jul 2012 07:54:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(40) - 模块，类和对象]]></title>
      <description><![CDATA[ 		python是面向对象的编程语言，就是说python让你使用class去组织你自己的软件。类可以让你的程序更加一致， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21688.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21688.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 04 Jul 2012 07:41:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[可爱的python课后习题（三）]]></title>
      <description><![CDATA[ 		1，判定某个blog的编码方式：
html 
#!/usr/bin/python 
#coding=utf-8 
#filename:codingTest.py  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21687.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21687.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 04 Jul 2012 05:44:44 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[可爱的python课后习题（二）]]></title>
      <description><![CDATA[ 		1，结合grep的实例，考虑处理子目录的情况：
html
#!/usr/bin/python 
#coding=utf-8 
#filename:c ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21686.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21686.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 04 Jul 2012 01:06:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[可爱的python课后习题]]></title>
      <description><![CDATA[ 		1，使用getopt。getopt()优化当前的功能函数：
html 
#!/usr/bin/python 
# -*- coding: utf-8 -*-  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21685.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21685.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 04 Jul 2012 00:59:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(38) - 列表操作]]></title>
      <description><![CDATA[ 		我们已经学习过list了，在学习while的时候我们给列表添加元素，并且打印它们。在加分练习中也让我们找出l ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21683.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21683.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 03 Jul 2012 08:57:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(39) - 可爱的字典]]></title>
      <description><![CDATA[ 		下面我们学习另外一种常用的容器：字典。python叫dict，有的语言叫hash，我都会使用到，这些都不是重点， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21684.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21684.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 03 Jul 2012 08:56:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python perl脚本经过cvs提交后无法直接执行解决]]></title>
      <description><![CDATA[ 		python perl脚本经过cvs提交后无法直接执行
python perl脚本经过cvs提交后无法直接执行原因是windows下换 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21682.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21682.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 03 Jul 2012 05:32:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python类的继承]]></title>
      <description><![CDATA[ 		01
#!/usr/bin/python
02
# Filename: inherit.py
03
 
04
class SchoolMember:
05
    &amp;amp;#39;&amp;amp;# ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21681.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21681.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 03 Jul 2012 02:18:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python MySQLdb模块]]></title>
      <description><![CDATA[ 		 Python代码
view source  print ? 01 #-*- encoding: gb2312 -*-02 import os, sys, string03 import ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21680.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21680.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 03 Jul 2012 02:14:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(34) - 访问列表中的元素]]></title>
      <description><![CDATA[ 		List是非常有用的，前提是要知道怎么用，那么我们怎么访问列表中的元素呢？下面看看我们怎么访问列表的第 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21677.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21677.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 08:41:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ Learn Python The Hard Way学习(37) - 复习]]></title>
      <description><![CDATA[ 		现在该是复习python关键词和符号的时候了，下面会列出一些python重要的关键词和符号。根据你的记忆先写下 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21679.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21679.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 08:28:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(36) - 设计和调试]]></title>
      <description><![CDATA[ 		我们已经学了if，for，while语句，下面我给出一些这些语句的规则，还好告诉你一些调试的程序的方法。最后 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21678.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21678.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 08:27:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(35) - 分支和函数]]></title>
      <description><![CDATA[ 		前面我们已经学习了if，函数，list等，现在我们来转变思路，看看你能理解下面的代码吗？
python
from ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21676.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21676.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 08:25:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ Learn Python The Hard Way学习(33) - While循环]]></title>
      <description><![CDATA[ 		下面学习一个新的循环，while循环，如果while的布尔表达式一直是True，那么会不断的重复执行代码块。等等 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21675.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21675.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 08:12:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在web.py中使用装饰器]]></title>
      <description><![CDATA[ 		import web
urls = (
    &amp;amp;#39;/&amp;amp;#39;, &amp;amp;#39;hello&amp;amp;#39;,
)
app = web.application(urls, globals()) ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21674.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21674.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 01:59:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[wxPython第一步]]></title>
      <description><![CDATA[ 		First Steps第一步
In this part of the wxPython tutorial, we will create some simple examples
本节 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21673.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21673.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 01 Jul 2012 00:01:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python模块使用pyExcelerator来读写Excel文件]]></title>
      <description><![CDATA[ 		在发现 xlrd 之后不久就发现了 pyExcelerator ，它与 xlrd 不同，它主要是用来写 Excel 文件，当然读也是 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21672.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21672.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 29 Jun 2012 01:15:44 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(32) - 循环和列表]]></title>
      <description><![CDATA[ 		下面我们会做一些有趣的事情，如果跟着进度学习的话，你会发现你已经可以用if语句和布尔表达式做很多事情 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21671.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21671.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 29 Jun 2012 00:47:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(31) - 做出选择]]></title>
      <description><![CDATA[ 		在以前的练习中，我们一直在打印和调用函数，所有的程序都是至上而下执行的。如果你写了一个函数，执行的 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21670.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21670.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 29 Jun 2012 00:44:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python通过Telnet访问指定端口]]></title>
      <description><![CDATA[ 		1
import telnetlib
2
 
3
HOST = &amp;quot;&amp;lt;put host name here&amp;gt;&amp;quot;
4
PORT = &amp;lt;put port here&amp;gt;
5
t = tel ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21669.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21669.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 28 Jun 2012 07:31:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python模块:win32com用法详解]]></title>
      <description><![CDATA[ 		（1）安装（2）处理word使用技巧import win32com
from win32com.client import Dispatch, constantsw =  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21668.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21668.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 28 Jun 2012 07:27:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python的列表（list）介绍]]></title>
      <description><![CDATA[ 		&amp;amp;bull; 列表简介：
o 列表是序列对象，可包含任意的Python数据信息，如字符串、数字、列表、元组等
o 列 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21667.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21667.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 28 Jun 2012 02:57:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(30) - Else和If]]></title>
      <description><![CDATA[ 		下面我们给出上一节的加分练习的答案：
1. if语句下面的代码是if的一个分支。就像书里的一个章节，你选择 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21666.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21666.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 27 Jun 2012 08:40:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(29) - 什么是If]]></title>
      <description><![CDATA[ 		下面我们学习if语句，输入下面的代码，确保能够正确运行。
python
people = 20 
cats = 30 
dogs = ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21665.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21665.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 27 Jun 2012 08:39:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python之syslog学习]]></title>
      <description><![CDATA[ 		大家在写程序时，都喜欢将过程和输出结果以 log 的形式保留下来，供参考。大部分朋友都采取的是 open 方式 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21664.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21664.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 27 Jun 2012 08:19:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(25) - 甚至更多的练习]]></title>
      <description><![CDATA[ 		我们要做更多关于函数和变量的练习，以便我们能更好的掌握它们，这个练习非常直接了当，输入，分析，理解 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22117.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22117.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 27 Jun 2012 01:31:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(28) - 布尔运算练习]]></title>
      <description><![CDATA[ 		上一节中的逻辑组合被称为：布尔逻辑表达式。布尔逻辑被用在程序的许多地方，它们是计算机运算的基础，了 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22114.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22114.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 26 Jun 2012 23:49:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(27) - 记忆逻辑关系]]></title>
      <description><![CDATA[ 		今天我们学校逻辑关系，前面我们已经学习了读取和写入文件，数学运算等。我们不学习复杂的逻辑运行，只学 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22115.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22115.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 26 Jun 2012 23:48:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(24) - 更多的练习]]></title>
      <description><![CDATA[ 		上一篇：http://www.2cto.com/kf/201206/136910.html

我们正从单纯的输入练习转移到学习代码的真正工作 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22118.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22118.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 26 Jun 2012 23:25:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(26) - 恭喜，可以进行期中考试了！]]></title>
      <description><![CDATA[ 		我们已经学习到差不多一半了，下半部分会更加有意思，我们会学习逻辑判断。在进行下半部分的学习前，我们 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22116.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22116.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 26 Jun 2012 22:46:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python中文编码问题]]></title>
      <description><![CDATA[ 		文编码问题是用中文的程序员经常头大的问题，在python下也是如此，那么应该怎么理解和解决python的编码问 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22119.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22119.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 25 Jun 2012 02:59:15 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(23) - 读一些代码]]></title>
      <description><![CDATA[ 		你已经花费一周的时间学习了上个练习中的列表，现在我们再花一个星期去网上读一些代码。这个练习比较吓人 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22120.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22120.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 23 Jun 2012 07:33:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(22) - 到现在我们已经学到了什么？]]></title>
      <description><![CDATA[ 		这个章节没有任何练习，也不是加分习题，或者你可以认为这章是一个巨大的加分练习，我们要做的是回顾一下 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22121.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22121.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 23 Jun 2012 07:32:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(21) - 函数可以返回信息]]></title>
      <description><![CDATA[ 		我们可以使用=号给变量赋字符串或者数字，现在我们可以用=给变量赋函数中return回来的值，这里有一个要注 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22122.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22122.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 22 Jun 2012 07:28:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python解析XML字符串]]></title>
      <description><![CDATA[ 		网上查了半天，还就内置的xml.sax轻量级、简便。鉴于网上的代码哪怕是最简单的示例，也带有很大迷惑性，最 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22123.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22123.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 22 Jun 2012 05:30:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(20) - 函数和文件]]></title>
      <description><![CDATA[ 		回忆一下函数的检查列表，一边练习一边看看函数和文件是怎么一起工作的。
python
from sys import ar ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22124.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22124.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 03:18:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(19) - 函数和变量]]></title>
      <description><![CDATA[ 		函数包含比较多的东西，很难一下理解，不过不用担心，对照上一节的检查清单练习，最后会明白的。这里有个 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22125.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22125.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 03:15:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(18) - 命名，变量，代码，函数]]></title>
      <description><![CDATA[ 		标题很长吧？我在给你介绍函数，每个程序员都有不同的看法，但是我现在只教你最简单的用法。函数做3件事： ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22126.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22126.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 03:14:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(17) - 更多的文件操作]]></title>
      <description><![CDATA[ 		让我们写一个复制文件的python脚本，能让我们对文件操作有更多的了解。
python
from sys import argv ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22127.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22127.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 03:10:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(16) - 读写文件]]></title>
      <description><![CDATA[ 		下面几个文件的命令比较常用：
close -- 关闭文件，相当于编辑器中的File-&amp;gt;Save
read -- 读取文件内容分 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22128.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22128.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 03:08:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(15) - 读取文件]]></title>
      <description><![CDATA[ 		学习raw_input和argv是学习读取文件的前提，你可能不能完全理解这个练习，所以认真学习并检查。如果不认真 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22129.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22129.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 03:01:04 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(14) - 提示和传递]]></title>
      <description><![CDATA[ 		让我们做一个把argv和raw_input结合使用的例子，为下个例子学习读写文件打下基础。在这个例子中，raw_inp ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22130.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22130.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 02:57:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(13) - 参数，解包，变量]]></title>
      <description><![CDATA[ 		下面的练习我们将传递一个变量给脚本，你知道为什么你输入python ex13.py去执行ex13.py文件吗？在命令后面 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22131.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22131.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 02:51:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(12) - 输入提示]]></title>
      <description><![CDATA[ 		raw_input()的括号中可以添加文本，起到提示用户输入内容的作用。比如：
y = raw_input(&amp;quot;Name?&amp;quot;)&amp;quot;Name?&amp;quot; ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22132.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22132.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 02:47:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(11) - 提问]]></title>
      <description><![CDATA[ 		现在让我们加快脚步，前面我们学习了很多无聊的打印，下面我们学习怎么输入信息到我们的程序中，下面的练 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22133.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22133.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 02:44:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(10) - 那是什么？]]></title>
      <description><![CDATA[ 		在第9个练习中我们使用两个方法换行，第一个方法是加/n。在/后面加不同的字符可以表示不同的意思，如果是 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22134.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22134.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 02:43:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(9) - 打印，打印，打印]]></title>
      <description><![CDATA[ 		python 
1. # -- coding: utf-8 -- 
2. # 下面这些代码比较特殊，保证输入准确 
3.  
4.  
5. day ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22135.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22135.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 02:41:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(8) - 打印，还是打印]]></title>
      <description><![CDATA[ 		python 
1. formatter = &amp;quot;%r %r %r %r&amp;quot; 
2.  
3.  
4. print formatter % (1, 2, 3, 4) 
5. print ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22136.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22136.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 02:38:10 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(7) - 更多的打印]]></title>
      <description><![CDATA[ 		下面会做更多的练习，自己动手敲代码并且运行起来，不要复制粘贴，或者跳个这些练习。
1. # -- coding:  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22137.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22137.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 02:34:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(6) - 字符串和文本]]></title>
      <description><![CDATA[ 		我们已经学习了字符串了，但是还不知道他们能干什么，下面的练习我会建立一些更加复杂的字符串变量，你可 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22138.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22138.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 02:30:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(5) - 更多的变量和打印]]></title>
      <description><![CDATA[ 		现在我们输入更多的变量并打印他们，通常我们用&amp;quot;&amp;quot;引住的叫字符串。字符串是相当方便的，在练习中我们将学 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22139.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22139.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 02:28:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(4) - 变量和命名]]></title>
      <description><![CDATA[ 		我们已经学习了打印和数学计算，下面来学习变量，在程序中，变量就是一个名称，让我们更加方便记忆。如果 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22140.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22140.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 02:18:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(3) - 数字和数学计算]]></title>
      <description><![CDATA[ 		每种程序语言都有数学计算方法，程序员经常认为自己是数学天才，其实不是，如果是数学天才的话，就会去做 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22141.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22141.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 02:16:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(2) - 注释和#号]]></title>
      <description><![CDATA[ 			注释在程序中非常重要，既可以给代码做说明，又可以临时让一些代码失效。我们来看怎么使用注释：
	pyt ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22142.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22142.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 02:15:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Learn Python The Hard Way学习(1) - 好的开始]]></title>
      <description><![CDATA[ 		输入下面的代码，并保存为ex1.py，以py做后缀能让python程序运行得更好。
python
1. print &amp;quot;Hello Wo ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22143.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22143.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 02:06:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[利用python管理windows进程]]></title>
      <description><![CDATA[ 		#单独获取当前目录名 
import os 
def name(): 
    return os.path.split(os.getcwd())-1 

#WIN ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22144.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22144.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 20 Jun 2012 08:11:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python对象的私有封装]]></title>
      <description><![CDATA[ 		python的实例非常灵活，在某些情况下，如果想实现隐藏和封装性时就需要一些小操作来提高python的准确性. ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22145.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22145.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 20 Jun 2012 05:46:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用Python模拟计算猎魔人的百步穿杨效果]]></title>
      <description><![CDATA[ 		猎魔人有个很出名的被动技能叫做&amp;amp;ldquo;百步穿杨&amp;amp;rdquo;，它的效果是暴击率每秒增加 3%，暴击后 1 秒重置 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22146.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22146.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 19 Jun 2012 05:51:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[深刻理解Python中的元类]]></title>
      <description><![CDATA[ 		译注：这是一篇在Stack overflow上很热的帖子。提问者自称已经掌握了有关Python OOP编程中的各种概念，但 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22147.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22147.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 12 Jun 2012 05:20:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[mac osx 下删除python 2.7]]></title>
      <description><![CDATA[ 		remove the Python 2.7 frameworksudo rm -rf /Library/Frameworks/Python.framework/Versions/2.7
remo ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22148.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22148.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 09 Jun 2012 04:09:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python处理网络数据包示例（pcapy读pcap文件）]]></title>
      <description><![CDATA[ 		最近在围观python，找了个pcapy处理pcap数据的代码
 
非常非常久以前的东西了，应该是在项目组做的半成 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22149.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22149.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 09 Jun 2012 04:08:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python小陷阱]]></title>
      <description><![CDATA[ 		MITopenCourse上Gim讲的，反正当时我是被唬住了，后来自己实验了下才明白怎么回事。问题虽然很小，但是也 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22150.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22150.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 07 Jun 2012 06:41:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python网络编程测试－socket初探]]></title>
      <description><![CDATA[ 		由于项目需要很多数据，虽然网上有些研究中心发布的数据库，但是都要收费，对于我这种三无人员来说简直是 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22151.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22151.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 07 Jun 2012 06:39:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python网络编程测试－host应答]]></title>
      <description><![CDATA[ 		五一假期最后一天，随便写写code，先上个小小服务器应答UDP请求。由于本人只有一台机器，所以使用的是lo0 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22152.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22152.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 07 Jun 2012 06:36:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python基础练习]]></title>
      <description><![CDATA[ 		1.python 为什么不需要变量名和变量类型声明？
  python语言中对象的类型和内存都是运行时确定的。在创建 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22153.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22153.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 07 Jun 2012 06:19:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python网络编程测试－broadcast]]></title>
      <description><![CDATA[ 		话说几天没上博客，总是觉的少点什么东西（因为抓了个小偷），今天来说说最近写的小测试吧，以后似乎大项 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22154.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22154.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 04 Jun 2012 06:16:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python网络编程测试－DNS]]></title>
      <description><![CDATA[ 		DNS就是传说中的域名解析，完成域名和IP之间的转换过程，值得注意的是：反向DNS是由IP到域名，这需要和逆 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22155.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22155.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 04 Jun 2012 06:11:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python网络编程测试－HTML解析]]></title>
      <description><![CDATA[ 		Python提供了一个HTMLParser的模块，当然现在web page通常都多多少少存在HTML不规范的问题，比如说&amp;lt;p&amp;gt;但是 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22156.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22156.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 04 Jun 2012 06:08:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python网络编程测试－Parser初探]]></title>
      <description><![CDATA[ 		HTML或者XHTML可能是每个使用电脑的人最常接触的编程语言，在感叹google ， bing ， baidu等等（顺便加上 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22157.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22157.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 04 Jun 2012 06:06:07 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python网络编程测试－Email初探]]></title>
      <description><![CDATA[ 		传统Email包含两个不同部分 Header &amp;amp; Body。Header部分包含控制数据，Body当然就只包含信件本身的信息了。 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22158.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22158.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 04 Jun 2012 05:57:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[让Python的字符串支持“findall”]]></title>
      <description><![CDATA[ 		最近在写程序时，出现了这样一个需求，查找出字符串中所有指定的关键词，str.find()只能找到一个，我想着 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22159.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22159.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 02 Jun 2012 06:05:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python中print的不换行即时输出解决方案]]></title>
      <description><![CDATA[ 		关于Python2.x和3.x带来的print不换行的问题：昨天有发过推文，利用end = 定义，解决了横向的小问题，但是 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22160.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22160.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 02 Jun 2012 01:52:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python匹配相关网站日志]]></title>
      <description><![CDATA[ 		#coding: utf-8
02
import re, time
03
 
04
def calTime(func):
05
    def wrapper():
06
   ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22161.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22161.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 02 Jun 2012 01:46:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[得到文件的ssdeep值]]></title>
      <description><![CDATA[ 		得到ssdeep值
要先import ssdeep
在ubuntu上安装pyssdeep时 一直出错  后来发现apt-cache search &amp;quot;ssde ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22162.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22162.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 30 May 2012 03:10:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python求crc32的值]]></title>
      <description><![CDATA[ 		求CRC值
前面要import binascii
binascii.crc32(v)  求出了v的crc32值，这是一个long型，形如-1456387L ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22163.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22163.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 29 May 2012 05:58:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python-计算资源图标的crc值]]></title>
      <description><![CDATA[ 		关键在于解析资源信息，找到icon的数据，然后计算这些数据的crc
python
#-------------------------- ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22064.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22064.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 29 May 2012 05:58:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python-上传样本到virustotal，查询扫描信息]]></title>
      <description><![CDATA[ 		import simplejson 
import urllib 
import urllib2 
import os  
 
MD5 = &amp;quot;5248f774d2ee0a10936d0b ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22065.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22065.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 29 May 2012 05:56:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python写xml文件的操作]]></title>
      <description><![CDATA[ 		要生成的xml文件格式如下：
python
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; ?&amp;gt; 
&amp;lt;!--Simple xml document__chapter 8-- ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22066.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22066.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 29 May 2012 05:54:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python实现支持unicode中文的AC自动机]]></title>
      <description><![CDATA[ 		最近开始从分析数据，要从大量短文本中匹配很多关键字，如果暴力find的话，发现CPU成为了瓶颈，于是想到了 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22067.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22067.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 28 May 2012 02:12:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python得到文件版本信息，公司名和产品名2]]></title>
      <description><![CDATA[ 		为什么还有二，因为一使用了win32api模块，而这个模块只在windows系统下有，对linux系统木有这个模块。。 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22068.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22068.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 26 May 2012 02:43:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python得到文件版本信息，公司名和产品名1]]></title>
      <description><![CDATA[ 		python 得到文件版本信息 公司名和产品名  其他的信息都在返回的字典中
代码：
python
#----------- ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22069.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22069.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 26 May 2012 02:42:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python使用setuptools打包并上传到PyPi版本库中]]></title>
      <description><![CDATA[ 		最近在写python的一个幻灯生成器。看到很多python的库都以setup.py和easy_install安装，便打算尝试一下。 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22070.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22070.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 23 May 2012 06:03:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python-调用其他的python脚本]]></title>
      <description><![CDATA[ 		调用当前目录下的md5get.py脚本。
python
import os 
import logging 
import subprocess 
 
log ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22071.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22071.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 23 May 2012 03:15:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python-pycurl库的使用]]></title>
      <description><![CDATA[ 		从指定网址读取网页，主要是pycurl库的使用python
定义一个类 
class  CallBack: 
    &amp;quot;&amp;quot;&amp;quot;
        ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22072.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22072.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 23 May 2012 03:14:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python_getopt解析命令行输入参数的使用]]></title>
      <description><![CDATA[ 		cpp
import getopt 
import sys 
 
config = { 
    &amp;quot;input&amp;quot;:&amp;quot;&amp;quot;, 
    &amp;quot;output&amp;quot;:&amp;quot;.&amp;quot;, 
     
} ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22073.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22073.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 23 May 2012 03:13:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用Python处理Cookie]]></title>
      <description><![CDATA[ 		第一次访问页面后，Server可将Cookie信息加入HTTP Header返回给浏览器，浏览器会自动将这些信息保存在本地 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22074.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22074.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 21 May 2012 07:35:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python:pygame游戏编程之旅七（pygame基础知识讲解1）]]></title>
      <description><![CDATA[ 		与Python自带的random、math、time等模块一样，Pygame框架也带有许多模块来提供绘图、播放声音、处理鼠标 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22075.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22075.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 19 May 2012 06:56:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python:pygame游戏编程之旅六（游戏中的声音处理）]]></title>
      <description><![CDATA[ 		 一款人性化的游戏中缺少不了声音，比如角色挂时惨叫一声，或PK时武器交锋的声音，还有就是英雄出场时的背 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22076.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22076.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 19 May 2012 06:51:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python:pygame游戏编程之旅五（游戏界面文字处理详解）]]></title>
      <description><![CDATA[ 		上一篇：http://www.2cto.com/kf/201204/128092.html


再简单的游戏界面中均涉及文字处理，本节主要解 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22077.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22077.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 19 May 2012 06:35:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python之Tkinter：动作]]></title>
      <description><![CDATA[ 		Python之Tkinter：动作
进行界面编程，首先少不了以下几个重要部分：
&amp;lt;!--if !supportLists--&amp;gt;&amp;amp;#6154 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22078.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22078.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 18 May 2012 06:53:37 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python字符串的操作——python cookbook]]></title>
      <description><![CDATA[ 		一.文本
1.每次处理一个字符
thelist=list(thestring) #把字符串转成字符序列
2.字符和字符值之间的转 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22079.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22079.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 17 May 2012 06:15:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python结合shell查询google关键词排名]]></title>
      <description><![CDATA[ 		最近老婆大人的公司给老婆大人安排了一个根据关键词查询google网站排名的差事。老婆大人的公司是做seo的， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22080.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22080.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 16 May 2012 03:12:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python：利用pexpect库直接解压缩加密的zip文件]]></title>
      <description><![CDATA[ 		其实 &amp;amp;#39;unzip -P password zipfile&amp;amp;#39; 就可以自动解压缩加密文件。但是是为了熟悉一下python库pexpe ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22081.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22081.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 15 May 2012 01:17:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python post、get百度]]></title>
      <description><![CDATA[ 		python get百度获得搜索结果
 
# -*- coding: cp936 -*-
import urllib2,urllib,sys,io
&amp;quot;&amp;quot;&amp;quot;
使用GET ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22082.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22082.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 15 May 2012 01:09:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python设置windows桌面壁纸]]></title>
      <description><![CDATA[ 		每天换一个壁纸，每天好心情。
 
# -*- coding: UTF-8 -*-from __future__ import unicode_literals
i ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22083.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22083.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 15 May 2012 01:04:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[pythonpython 动态调用模块&amp;amp;amp;类&amp;amp;amp;方法]]></title>
      <description><![CDATA[ 		一直想知道python里有没有类似php中的 $classname-&amp;gt;$method() 或 call_user_func
今天有时间查了一下,示 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22084.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22084.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 15 May 2012 01:03:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[django上传文件]]></title>
      <description><![CDATA[ 		djangomodels中写file = FileField(&amp;amp;#39;选择文档&amp;amp;#39;,upload_to=&amp;amp;#39;documents/%Y/%m/%d&amp;amp;#39;)upload_ ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22085.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22085.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 15 May 2012 01:01:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python re正则表达式实例2]]></title>
      <description><![CDATA[ 		#!/usr/bin/env python
# -*- coding:  utf-8  -*-
#Filename: file_process_insert.py
#function:
# ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22086.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22086.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 09 May 2012 06:45:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python re正则表达式实例1]]></title>
      <description><![CDATA[ 		#!/usr/bin/env python
# -*- coding:  utf-8  -*-
#Filename: file_process.py
#function:
#author: ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22087.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22087.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 09 May 2012 06:45:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python实现发送邮件功能(可发送附件)]]></title>
      <description><![CDATA[ 		 在日常工作当中，我们经常要发送一些邮件，比如系统的监控、自动化运维、网站注册后的确认信等各种方面。 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22088.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22088.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 09 May 2012 06:28:37 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python与开源GIS：获取要素信息]]></title>
      <description><![CDATA[ 		获取要素(Feature)信息
如果只从计算机角度来看，有人认为要素就是一些几何形状，这种观点是欠妥的。
几 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22089.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22089.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 08 May 2012 02:04:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python文本预处理模板初稿]]></title>
      <description><![CDATA[ 		额 闲得没事，写的文本预处理模板，很简单，但是为了以后处理文本时，不再做重复的事，就整理了一下，随着 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22090.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22090.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 08 May 2012 01:59:07 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python：一个小小程序，如何删除一组进程，而且只提供程序名而不需要pid。]]></title>
      <description><![CDATA[ 		我们在shell下经常使用 &amp;amp;#39;ps -e | grep name&amp;amp;#39; 或者 &amp;amp;lsquo;ps -e | awk &amp;amp;#39;/name/ {print $1}&amp;amp;# ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22091.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22091.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 05 May 2012 00:57:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python开发WebService--使用soaplib库]]></title>
      <description><![CDATA[ 		使用soaplib开发基于Python语言的WebService主要有以下四个步骤：
一、准备环境
    S1：下载插件Pytho ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22092.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22092.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 05 May 2012 00:55:29 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[把py文件编译为pyc文件]]></title>
      <description><![CDATA[ 		把一个py文件编译为pyc文件了。(假设在windows环境下)
import py_compile
py_compile.compile(r&amp;amp;#39;H: ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22093.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22093.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 05 May 2012 00:54:51 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[删除目录下相同文件-&amp;amp;gt;逐级优化（python实现）]]></title>
      <description><![CDATA[ 		不要整天往脑袋里塞算法，要适时把算法拿出来，应用到实际开发中！
         这两天闲来无事在百度上淘了 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22094.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22094.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 05 May 2012 00:51:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[批量重命名文件——python实现]]></title>
      <description><![CDATA[ 		任务很简单，某个目录下面有几千个文件，某些文件没有后缀名，现在的任务就是将所有的没有后缀名的文件加 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22095.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22095.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 05 May 2012 00:50:07 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python对文件加载到内存进行索引缓存]]></title>
      <description><![CDATA[ 		前几天写了一个函数，加载文件到内存里进行查找（扔到数据库里有点慢，不想那么搞）。数据是格式规范的数 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22096.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22096.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 03 May 2012 02:18:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python-zlib库使用]]></title>
      <description><![CDATA[ 		Table of Contents
1 Python中zlib库的使用
1.1 使用zlib解压缩字符串：
1.2 使用zlib解压缩文件
1.3 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22097.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22097.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Apr 2012 02:04:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python中__init__.py文件的作用]]></title>
      <description><![CDATA[ 		python的每个模块的包中，都有一个__init__.py文件，有了这个文件，我们才能导入这个目录下的module。
那 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22099.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22099.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 27 Apr 2012 06:13:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python的Mysql编程]]></title>
      <description><![CDATA[ 		python对数据库的操作，可能对我有些用处！我想用它来灵活的把access的数据导入到mysql里面去!
 
导入模 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22098.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22098.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 27 Apr 2012 06:10:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python的socket编程]]></title>
      <description><![CDATA[ 		毕竟自己是搞网络的，每学会一种语言，总是要先搞清楚他对socket的支持，或者说，怎么进行网络编程！pyth ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22100.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22100.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 27 Apr 2012 06:10:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python连接Access数据库]]></title>
      <description><![CDATA[ 		嘿，刚花了几小时初略的看了一下python的语法，觉得它有点似曾相识呀！
 
个人觉得，python可以用来写写 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22101.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22101.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 27 Apr 2012 06:09:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python中xrange和range的异同]]></title>
      <description><![CDATA[ 		range
    函数说明：range(start, stop, step)，根据start与stop指定的范围以及step设定的步长，生 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22102.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22102.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 27 Apr 2012 02:46:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一行Python代码搞定一棵树]]></title>
      <description><![CDATA[ 		使用 Python 内建的 defaultdict 方法可以轻松定义一个树的数据结构。
简单的说树也可以是一个字典数据结 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22103.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22103.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 25 Apr 2012 05:52:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[孩子们为什么要学Python编程]]></title>
      <description><![CDATA[ 		这个问题，即使你说出许多理由也无济于事，需要依靠实际统计数字来说话。4月6日，Black Duck Software, I ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22104.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22104.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Apr 2012 07:40:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python编辑利器:PyCharm初探]]></title>
      <description><![CDATA[ 		正如所有其它 JetBrains 集成开发环境一样，PyCharm 具有智能代码编辑器，能理解 Python 的特性并提供卓越 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22105.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22105.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Apr 2012 07:39:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[浅谈Python Web的五大框架]]></title>
      <description><![CDATA[ 		说到Web Framework，Ruby的世界Rails一统江湖，而Python则是一个百花齐放的世界，各种micro-framework、f ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22106.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22106.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Apr 2012 07:38:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python threading效果测试]]></title>
      <description><![CDATA[ 		刚把golang的routine测试了一下，情不自禁转python2.7的threading进行测试。(python3测试结果比python2.7 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22107.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22107.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 19 Apr 2012 01:28:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python:pygame游戏编程之旅四（游戏界面文字处理）]]></title>
      <description><![CDATA[ 		本节讲解游戏界面中字体的处理，以在界面中实时显示当前时间、小球位置为例进行实验，具体见代码。一、代 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22108.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22108.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 19 Apr 2012 01:24:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python:pygame游戏编程之旅三（玩家控制的小球）]]></title>
      <description><![CDATA[ 		上一节实现了小球自由移动，本节在上节基础上增加通过方向键控制小球运动，并为游戏增加了背景图片。一、 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22109.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22109.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 19 Apr 2012 01:22:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python:pygame游戏编程之旅二（自由移动的小球）]]></title>
      <description><![CDATA[ 		 本节实现一个在窗口中自由运动的小球程序，做了详细注释，不多做解释了。 代码：
python
# -*- codi ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22110.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22110.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 19 Apr 2012 01:20:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python:pygame游戏编程之旅一（Hello World）]]></title>
      <description><![CDATA[ 		按照上周计划，今天开始学习pygame,学习资料为http://www.pygame.org/docs/，学习的程序实例为pygame模块 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22111.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22111.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 19 Apr 2012 01:17:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python的时间格式化]]></title>
      <description><![CDATA[ 		对于像&amp;amp;#39;Wed, 11 Apr 2012 09:37:05 +0800&amp;amp;#39;的时间格式化可如下解：
&amp;gt;&amp;gt;&amp;gt; date=&amp;amp;#39;Wed, 11 Apr 2 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22112.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22112.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 18 Apr 2012 06:28:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python实现的ping功能(web.py版)]]></title>
      <description><![CDATA[ 		最近公司的网络不太给力，导致电话偶尔会出现咔咔的问题，我们的第一反应，查看服务器，得到的答案永远是 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22113.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22113.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Apr 2012 02:18:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python自然语言处理第一章1.1]]></title>
      <description><![CDATA[ 		第一章：python自然语言处理
 我们可以很容易的获得成千上万的文本。假设我们写一些简单的python程序，能 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22014.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22014.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Mar 2012 02:13:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python抓取中文网页]]></title>
      <description><![CDATA[ 		早就有想法把博客每天的访问流量记下来，刚好现在申请了GAE的应用，又开始学Python，正好拿这个练手。打算 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22015.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22015.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Mar 2012 02:43:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[获取NTP服务器最后活动的IP地址、monlist 命令]]></title>
      <description><![CDATA[ 		测试NTP 时间服务器用的，ntp_ip_enum.py，源码如下：
 
#!/usr/bin/env python
&amp;quot;&amp;quot;&amp;quot;
Basic script to ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22016.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22016.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 13 Mar 2012 03:03:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习之路------第一个实用的Linux script]]></title>
      <description><![CDATA[ 		断断续续的看了一周的python，觉得写个实用的脚本试试 ，唉！说起来都是公司虚拟化惹的祸，各种权限控制， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22017.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22017.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 10 Mar 2012 01:19:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python:通过自定义系统级快捷键来控制程序运行]]></title>
      <description><![CDATA[ 		 晚上学习了下python定义系统级快捷键的方法，这里说的系统级快捷键指的是,如果当前程序窗口不为激活窗口 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22018.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22018.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 09 Mar 2012 02:02:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python列表推导 和 内置函数map,filter 效率对比]]></title>
      <description><![CDATA[ 		前言
在python中的列表操作主要有两种，
一种类似于lisp的函数编程方法：filter( function,list) , map ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22019.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22019.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 02:43:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python static variable]]></title>
      <description><![CDATA[ 		Variables declared inside the class definition, but not inside a method are class or static variab ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22020.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22020.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 02:41:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[socket端口重定向（python示例）]]></title>
      <description><![CDATA[ 		本文情景：在端口12345开启文件共享，此时我也想通过8000端口同时访问此共享。根据我之前的一篇文章http: ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22021.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22021.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 02:37:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用http实现文件共享（python和go语言示例）]]></title>
      <description><![CDATA[ 		平时工作中少不了文件共享，所以了解文件共享的方法很有必要。文件共享有很多方法，大致分为以下几类：1、 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22022.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22022.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 02:32:21 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[windows下用go语言写程序]]></title>
      <description><![CDATA[ 		linux下，google的go语言安装起来很方便，用起来也很爽，几行代码就可以实现很强大的功能。
现在的问题是 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22023.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22023.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 02:29:29 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[生成简单的Makefile文件(Python实现)]]></title>
      <description><![CDATA[ 		在linux下写几个测试程序，还要一行行的输入g++命令进行编译，当经常改测试代码的时候，那一次次的敲（或 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22024.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22024.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 02:28:23 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python 常用模块介绍]]></title>
      <description><![CDATA[ 		Python是一种面向对象、直译式计算机程序设计语言，也是一种功能强大而完善的通用型语言，已经具有十多年 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22025.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22025.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 05 Mar 2012 01:03:44 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Ogr::简化LineString输出到shp文件]]></title>
      <description><![CDATA[ 		OGR1.6 above
python2.4 above只需要定义fields,roads数据调用serial_shpdata_road()即可一次输出到shp文 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22026.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22026.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 02 Mar 2012 02:27:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[修改python系统默认编码的一种方法]]></title>
      <description><![CDATA[ 		UnicodeDecodeError: &amp;amp;#39;ascii&amp;amp;#39; codec can&amp;amp;#39;t decode byte 0xb2 in position 0: ordinal not in ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22027.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22027.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Feb 2012 01:12:10 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[戏说WSGI（Python Web服务网关接口）]]></title>
      <description><![CDATA[ 		当你在Python的世界中冒险，突然遭遇一只Web怪兽，你会选择什么武器对付它？在兵器谱上，下列兵器可谓名列 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22028.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22028.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Feb 2012 01:09:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python参数中的*和**]]></title>
      <description><![CDATA[ 		问题：
     Python的函数定义中有两种特殊的情况，即出现*，**的形式。
     如：def myfun1(username ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22029.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22029.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Feb 2012 01:08:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python理解-对象类型]]></title>
      <description><![CDATA[ 		概述
程序由模块构成；模块包含语句；语句包含表达式；表达式建立并处理对象；python提供了强大的对象类 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22030.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22030.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Feb 2012 01:03:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python扫目录程序]]></title>
      <description><![CDATA[ 		by：90sec maxs98 申请论坛邀请码的帖子，现在补上。
 
写了2个版本的，先贴单线程的，程序用HTTP头判断 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22031.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22031.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 24 Feb 2012 05:07:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python下selenium测试报告整合]]></title>
      <description><![CDATA[ 		生成HTML 文件格式的测试报告#coding:utf-8
from selenium import selenium
import unittest
import t ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22032.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22032.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 21 Feb 2012 02:46:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[最大公约数 python表达]]></title>
      <description><![CDATA[ 		#!/usr/bin/env python  
def calGCD(op1, op2):  
    if (op2==0): return op1  
    else: return  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22033.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22033.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 20 Feb 2012 02:44:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python正则表达式指南]]></title>
      <description><![CDATA[ 		1. 正则表达式基础
1.1. 简单介绍
正 则表达式并不是Python的一部分。正则表达式是用于处理字符串的强大 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22034.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22034.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 20 Feb 2012 02:36:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python命名规范]]></title>
      <description><![CDATA[ 		常量：常量名所有字母大写，由下划线连接各个单词，如
WHITE = 0XFFFFFF
THIS_IS_A_CONSTANT = 1变量： ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22035.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22035.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 20 Feb 2012 02:34:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python:通过计算阶乘来学习lambda和reduce这两个函数的使用]]></title>
      <description><![CDATA[ 		 从上学时开始，通常是用C来求阶乘，今天无事，用python写了一下，主要在于学习lambda和reduce这两个函数 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22036.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22036.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 20 Feb 2012 02:03:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python:通过执行100万次打印来比较C和python的性能，以及用C和python结合来解决性能问题的方法]]></title>
      <description><![CDATA[ 		  python作为动态语言，开发效率相当高，但如我们所知，动态语言的执行效率往往是比较低的，请看下面简单 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22037.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22037.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 20 Feb 2012 02:00:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在python的Config中增加include功能]]></title>
      <description><![CDATA[ 		在python中配置文件分析我一般都用configparser。
很好，符合我的一贯需求。
文本格式、简单、内置。
 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22038.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22038.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 20 Feb 2012 01:50:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[AttributeError: &#039;module&#039; object has no attribute 的解决方法]]></title>
      <description><![CDATA[ 		AttributeError: &amp;amp;#39;module&amp;amp;#39; object has no attribute &amp;quot;funSalaryGuide&amp;quot;这个错误相信很多django的开 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22039.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22039.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 10 Feb 2012 01:26:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习备忘录--2]]></title>
      <description><![CDATA[ 		上一篇：http://www.2cto.com/kf/201202/118740.html

1，前言
   前面的备忘录提到了python的基本教程 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22040.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22040.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 10 Feb 2012 01:22:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[centos下升级python]]></title>
      <description><![CDATA[ 		wget http://www.python.org/ftp/python/2.6/Python-2.6.tgz
tar zxvf Python-2.6.tgz
cd Python-2.6
 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22041.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22041.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 09 Feb 2012 01:52:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python:通过摄像头实现的监控功能]]></title>
      <description><![CDATA[ 		此方案为朋友LSJ提出并实现的，转过来供学习用，由于在测试时没有架设WEB服务器，也没有做手机上的测试， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22042.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22042.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 09 Feb 2012 01:50:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python学习备忘录--1]]></title>
      <description><![CDATA[ 		1，前言
       前段时间学了shell脚本，看的一个头痛，主要是语法太犀利了，看完基本忘了很多，以至于上 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22043.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22043.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 07 Feb 2012 06:37:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python执行系统命令并获得输出的几种方法]]></title>
      <description><![CDATA[ 		方法一：
 
import os 
 
p = os.popen(&amp;amp;#39;uptime&amp;amp;#39;) 
x=p.read() 
print x 
 
 
 
方法二 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22044.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22044.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 06 Feb 2012 09:10:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一分钟学会Django的表单]]></title>
      <description><![CDATA[ 		#forms.py  
 
from django import forms 
 
class ContactForm(forms.Form): 
    subject = forms ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22045.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22045.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 05 Feb 2012 09:13:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python修饰器]]></title>
      <description><![CDATA[ 		在《python类方法和静态方法》中提到了修饰器，修饰器和java中的注解看起来差不多，他到底是什么东西呢？ ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22046.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22046.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 05 Feb 2012 08:29:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python和php模拟POST提交]]></title>
      <description><![CDATA[ 		php 模拟POST提交的2种方法
1.通过curl函数
 
$post_data = array();
$post_data&amp;amp;#39;clientname&amp;amp;#3 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22047.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22047.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 05 Feb 2012 04:18:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python类方法和静态方法]]></title>
      <description><![CDATA[ 		python没有和C++中static关键字，它的静态方法是怎样的呢？还有其它语言中少有的类方法又是神马？
pytho ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22049.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22049.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 05 Feb 2012 01:23:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python中的定义类属性和对像属性]]></title>
      <description><![CDATA[ 		python中变量是没有类型的可以绑定任意类型，但是在语法上不能声明变量。
那我们怎麽来声名一个变量呢？ ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22048.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22048.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 05 Feb 2012 00:29:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关于python里os.walk的一些理解]]></title>
      <description><![CDATA[ 		如果你在文件遍历中，你在递归写的过程中调试了好久。也弄不出相关的结果，你是否希望找到相关的方案对其 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22050.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22050.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 04 Feb 2012 01:33:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python logging 标准配置]]></title>
      <description><![CDATA[ 		原始出处：idea&amp;amp;#39;s blog
# encoding=UTF-8
import logging
import logging.config
 
logging.add ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22051.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22051.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 02 Feb 2012 01:20:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[《Python网络编程》学习笔记(01)]]></title>
      <description><![CDATA[ 		对于我这个对网络编程完全空白的新手来说，《Python网络编程》这本书还是比较好的。首先向本书的作者John ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22052.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22052.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 02 Feb 2012 01:12:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用pyinstaller把python源文件打包成exe可执行文件]]></title>
      <description><![CDATA[ 		优点：
 
1. pyinstaller 是跨平台的可以用在linux和windows系统上
 
2. 操作非常简单，几个命令就搞 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22053.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22053.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 01 Feb 2012 07:50:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python+OpenCV进行人脸检测]]></title>
      <description><![CDATA[ 		原始链接http://tech.idv2.com/2012/01/20/face-detection-with-python-opencv/
 
 
OpenCV的人脸检测 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22054.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22054.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Jan 2012 10:35:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Windows安装使用Eric]]></title>
      <description><![CDATA[ 		1、下载Python，本文Python版本为3.2.2，点击下载2、下载PyQt，本文PyQt版本为，点击下载3、下载Eric，本 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22055.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22055.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 20 Jan 2012 14:12:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python写的服务器代码区区20行左右]]></title>
      <description><![CDATA[ 		目前正在学Python网络编程基础，发觉Python是一个不错的脚步，Python写的服务器代码区区20行左右，如果是 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22056.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22056.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 18 Jan 2012 06:33:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过python在两台linux服务器间传递文件]]></title>
      <description><![CDATA[ 		通过plain
python -m SimpleHTTPServer 
可以开启一个http服务器，默认端口是8000，-m选项指示python ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22057.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22057.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Jan 2012 01:02:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python读写mongo时区问题]]></title>
      <description><![CDATA[ 		  mongo中的date类型以UTC（Coordinated Universal Time）存储，就等于GMT（格林尼治标准时）时间。所以， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22058.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22058.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Jan 2012 00:59:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python如何实现类似于C#的索引器功能]]></title>
      <description><![CDATA[ 		a few python special functions:__getitem__
1、__getitem__原文文档：For instance, if a class defin ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22059.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22059.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 14 Jan 2012 00:57:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[cannot open file &amp;amp;quot;python26_d.lib&amp;amp;quot;]]></title>
      <description><![CDATA[ 		解决方法：1）下载 http://download.csdn.net/download/operand/787210 这个debug lib      放到python的 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22060.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22060.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 12 Jan 2012 00:58:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[pydbg中关于process_snapshot的质疑]]></title>
      <description><![CDATA[ 		保存快照和恢复快照 其实是个比较复杂的事情，因为快照前后，内存可能分配了释放，保护属性可能也改变，或 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22061.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22061.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 12 Jan 2012 00:55:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[web.py上传图片 and PIL 生成缩略图]]></title>
      <description><![CDATA[ 		1、上传图片1.1、前台模板：&amp;lt;form action=&amp;quot;&amp;quot; method=&amp;quot;post&amp;quot; enctype=&amp;quot;multipart/form-data&amp;quot;&amp;gt;&amp;lt;input type= ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22062.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22062.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 10 Jan 2012 01:41:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SRT subtitle splitter，字幕分割程序，in Python]]></title>
      <description><![CDATA[ 		Verycd终于顶不住了这周末整理了一下从Verycd上面拖下来的一百多G电影，发现教父1/2/3依然没有看过，想要 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22063.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22063.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 10 Jan 2012 01:39:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python发邮件]]></title>
      <description><![CDATA[ 		# 导入 smtplib 和 MIMEText 
import smtplib 
from email.mime.text import MIMEText 
 
# 定义发送 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21964.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21964.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 30 Dec 2011 05:38:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用python写语言的解释器]]></title>
      <description><![CDATA[ 		我花了一下午的时间完成了一个简单语言的解释器，我会在最后帖出所有代码，但是今天不打算详细解释程序的 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21965.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21965.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 26 Dec 2011 05:28:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[魔法参数（一）]]></title>
      <description><![CDATA[ 		考完试了，还不错，心里挺欣慰的。好了，继续看学习的内容。
函数使用起来简单，创建的时候也不复杂，但 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21966.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21966.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 26 Dec 2011 05:06:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[列表推导式]]></title>
      <description><![CDATA[ 		这个名词是个新鲜的词语。它是指用其他的列表来创建新的列表。
&amp;gt;&amp;gt;&amp;gt; x*x for x in range(10)
0, 1, 4 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21967.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21967.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 24 Dec 2011 07:44:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[最后几个控制用的]]></title>
      <description><![CDATA[ 		1.pass
什么都没有发生，直接过去。这个神马都不做的东西，是一个占位符的作用。有的时候，程序需要一个 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21968.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21968.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 24 Dec 2011 07:43:10 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python实现的文本编辑器]]></title>
      <description><![CDATA[ 			wxpython实现的文本编辑器	效果如下：	 
	 	主要功能：	1.编辑保存文本，打开修改文本	2.常用快捷键，复 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21969.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21969.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 23 Dec 2011 07:17:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[跨平台开源 GUI 框架 Qt 发布 4.8.0 版本]]></title>
      <description><![CDATA[ 			本次发布带来如下新功能：	Qt 平台抽象(QT Platform Abstraction, QPA)，重新构建 GUI 栈，使得往其他窗 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21970.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21970.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 19 Dec 2011 05:50:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Django数据库迁移组件（South）]]></title>
      <description><![CDATA[ 			django提供syncdb命令，用于从models自动生成数据库。但在models结构变化后，syncdb并无法自动实现数据库 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21971.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21971.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 19 Dec 2011 05:49:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在 Django 中使用 LESS]]></title>
      <description><![CDATA[ 			上次振宇介绍duoshuo的开发，前台用的是backbone和LESS，backbone很久之前mentor就提到过，当时没弄懂， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21972.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21972.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 19 Dec 2011 05:48:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[django-registration 0.8 中文文档原创 ——快速开始指南]]></title>
      <description><![CDATA[ 			快速开始指南
	      在安装django-registration之前，你需要先安装Django。django-registration 0.8需 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21973.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21973.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 17 Dec 2011 06:28:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[你不知道的几个 django 应用]]></title>
      <description><![CDATA[ 			这里收集了几个很有用，但是大多数人没有听说过的django app应用，看看你知道几个？用过几个？	1. Rietv ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21974.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21974.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 15 Dec 2011 05:06:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[GAE SDK 1.6.1 版发布]]></title>
      <description><![CDATA[ 			早上醒来后，发现今年最后一个GAE SDK版本发布了。不过因为赖床，就拖到现在才更新博客了。
	顺便还发现 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21975.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21975.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 15 Dec 2011 05:04:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用 python 来抓取新浪的 IP 数据]]></title>
      <description><![CDATA[ 			数据分析，特别是网站分析中需要对访问者的IP进行分析，分析IP中主要是区分来访者的省份+城市+行政区数据 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21976.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21976.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Dec 2011 07:19:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[更好的处理 Python 多工程 import 依赖]]></title>
      <description><![CDATA[ 			话说， 这段时间需要开发一个项目， 新项目对现有的几乎所有项目都有依赖。 豆瓣现存的几个大项目，基本 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21977.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21977.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Dec 2011 07:17:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python module 小结]]></title>
      <description><![CDATA[ 			最近为了实现某个功能，分享一下写 python module 的一些心得。这里主要是指，使用 C/C++ 实现一个 modu ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21978.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21978.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Dec 2011 07:14:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[urlparse 库中的 urljoin 问题改进]]></title>
      <description><![CDATA[ 			刚发现个问题，合并URL时的问题。
	一直以来我们都用urlparse.urljoin来合并2个URL.但是
	问题来了.. ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21979.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21979.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Dec 2011 07:11:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python 多线程下载]]></title>
      <description><![CDATA[ 			 	#-------------------------------------------------------------------------------	 	# Name:      ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21980.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21980.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 13 Dec 2011 09:15:21 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[iconv python]]></title>
      <description><![CDATA[ 			#encoding: gbk	from ctypes import *	iconv = cdll.libiconv2	www.2cto.com	print(iconv)	def lst(cnt, ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21981.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21981.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 13 Dec 2011 08:52:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python 二叉树练习]]></title>
      <description><![CDATA[ 			 	class Node:	    def __init__(self, data = None, left = None, right = None):	        self.data = ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21983.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21983.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 13 Dec 2011 08:44:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python多线程下载(2)]]></title>
      <description><![CDATA[ 			 上篇：http://www.2cto.com/kf/201112/113937.html	 	#encoding: gbk
	from urllib.request import * ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21984.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21984.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 13 Dec 2011 08:42:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python+ctypes枚举windows设备为XML树]]></title>
      <description><![CDATA[ 			from ctypes import *
	cfg = windll.cfgmgr32	
	RERVALS = {
	        0x00000000:&amp;quot;CR_SUCCESS&amp;quot;,
	 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21985.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21985.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 13 Dec 2011 08:39:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用python的内置ctypes模块与c、c++写的dll进行交互]]></title>
      <description><![CDATA[ 			调用C编写的动态链接库
	代码示例
	
	from ctypes import * 
	dll = CDLL(&amp;quot;add.dll&amp;quot;)#加载cdecl的dl ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21986.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21986.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 13 Dec 2011 07:59:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python web server: python-segment 使用示例]]></title>
      <description><![CDATA[ 			项目的主页是http://code.google.com/p/python-segment/，如果有问题，可以在上面提交issue，我会收到邮 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21987.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21987.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 13 Dec 2011 07:56:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python 为什么叫好不叫座]]></title>
      <description><![CDATA[ 			 	 python的招聘，看似火爆，各家都在抢人，还抢不到。但是实际操作一下，发现实际上还是较好不叫座。八 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21988.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21988.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 13 Dec 2011 07:52:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python抓取google搜索结果]]></title>
      <description><![CDATA[ 			 	这段时间由于要做一个系统，时间比较忙，博客更新的就不及时，有点抱歉，还是说今天的话题把：因为要抓 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21989.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21989.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 07 Dec 2011 08:45:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python下安装parammiko模块-终极解决方案]]></title>
      <description><![CDATA[ 			 	一、依赖模块	 	PyCrypto - The Python Cryptography Toolkit	 	 	二、下载地址	$ wget http://www.la ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21990.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21990.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 06 Dec 2011 07:05:51 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[给框架增加窗口控件]]></title>
      <description><![CDATA[ 			 	先上代码，写注释	 	#!/usr/bin/env python 	#导入wx模块 	import wx 	 	class InsertFrame(wx.Frame) ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21991.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21991.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 06 Dec 2011 07:04:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python_wxPython的应用]]></title>
      <description><![CDATA[ 			 	先看效果，，加载一张图片		 	 	上代码：	view plain	#!/usr/bin/env python 	&amp;quot;&amp;quot;&amp;quot;hello wxPython prog ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21992.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21992.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 06 Dec 2011 07:03:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[简单分析Python ctypes模块的WinDLL源码(我爱Python,吼吼~)]]></title>
      <description><![CDATA[ 			 	 又是一个寂寞的周末啊同学们,这几天天气变冷自己却没有赖床,好吧,表扬一次^^	    扯点八卦,今天是pyc ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21993.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21993.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 03 Dec 2011 13:56:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[use python in vim script of ~/.vimrc]]></title>
      <description><![CDATA[ 			 	&amp;lt;/pre&amp;gt;&amp;lt;pre name=&amp;quot;code&amp;quot; class=&amp;quot;html&amp;quot;&amp;gt;&amp;lt;pre name=&amp;quot;code&amp;quot; class=&amp;quot;html&amp;quot;&amp;gt;function! My_Save_CompareFile ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21994.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21994.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 03 Dec 2011 07:17:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[黄聪：使用Python中的HTMLParser、cookielib抓取和解析网页、从HTML文档中提取链接、]]></title>
      <description><![CDATA[ 			 	对搜索引擎、文件索引、文档转换、数据检索、站点备份或迁移等应用程序来说，经常用到对网页(即HTML文 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21995.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21995.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 02 Dec 2011 03:08:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[黄聪：使用Python中的urlparse、urllib抓取和解析网页（一）]]></title>
      <description><![CDATA[ 			 	 	对搜索引擎、文件索引、文档转换、数据检索、站点备份或迁移等应用程序来说，经常用到对网页(即HTML ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21996.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21996.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 02 Dec 2011 03:07:29 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用 Python 实现一个简单的 WebSocket 服务器]]></title>
      <description><![CDATA[ 			 	最近在做的一个项目中需要使用到HTML5中引入的WebSocket技术，本来以为应该很容易就能搞定，谁知道在真 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21997.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21997.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 25 Nov 2011 06:30:44 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python之xlrd——中文文档]]></title>
      <description><![CDATA[ 			 	下载	下载地址：http://pypi.python.org/pypi/xlrd	 	官网地址：http://www.python-excel.org/	 	文档 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21998.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21998.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 22 Nov 2011 08:15:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[windows和ubuntu下使用python写备份脚本]]></title>
      <description><![CDATA[ 			 	1.windows 7：	安装python2.x或者3.x，编程语言有不同的地方，需要注意，网上大多是2.x的教程。	在cmd ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21999.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21999.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 22 Nov 2011 07:50:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[pytnon FTP编程-- ftplib 模块]]></title>
      <description><![CDATA[ 			 	pytnon FTP编程：Python自带ftplib 模块，是用来对FTP服务器进行上传、下载操作，非常方便，使用起来也 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22000.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22000.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 22 Nov 2011 07:49:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python应用_求众数问题]]></title>
      <description><![CDATA[ 			 	问题描述:	多重集中重数最大的元素称为众数...就是一个可以有重复元素的集合,在这个集合中重复的次数最 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22001.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22001.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 22 Nov 2011 06:02:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python中出现IndentationError:expected an indented block解决方法]]></title>
      <description><![CDATA[ 			 	Python语言是一款对缩进非常敏感的语言，给很多初学者带来了困惑，即便是很有经验的Python程序员，也可 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22002.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22002.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 19 Nov 2011 07:55:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python PyQt4库使用入门]]></title>
      <description><![CDATA[ 			 	开始研究python的GUI库了，毕竟开发个小工具什么的界面是少不了的	 	1.图形库的选择	python的图形库有 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22003.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22003.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 19 Nov 2011 07:53:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python遍列目录搜索文件夹及子文件夹图片文件]]></title>
      <description><![CDATA[ 			 	自本人从事汽车配件销售工作以为,收集了很多零配件图片,超级多,每次在Window视窗搜索指定名称的图片时 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22004.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22004.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 15 Nov 2011 10:19:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python常见文件操作的函数示例]]></title>
      <description><![CDATA[ 			 	# -*-coding:utf8 -*- 	 	&amp;amp;#39;&amp;amp;#39;&amp;amp;#39;&amp;amp;#39;&amp;amp;#39;	    Python常见文件操作示例	 	    os.path 模块 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22005.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22005.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 15 Nov 2011 09:57:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dive in Python学习笔记九]]></title>
      <description><![CDATA[ 			 	找到路径	fullpath.py	-----------------------------------------------------------------	import s ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22006.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22006.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 Nov 2011 05:29:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dive in Python学习笔记八]]></title>
      <description><![CDATA[ 			 	locals和globals	Python有两个内置的函数，locals 和globals，它们提供了基于dictionary 的访问局部和 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22007.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22007.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 Nov 2011 05:28:44 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dive in Python学习笔记七：正则表达式]]></title>
      <description><![CDATA[ 			 	在Python中，所有和正则表达式相关的功能都包含在re模块中。	search函数，有两个参数，一个是正则表达 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22008.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22008.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 Nov 2011 05:27:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dive in Python学习笔记六：异常和文件处理]]></title>
      <description><![CDATA[ 			 	异常处理	Python 使用try...except 来处理异常，使用raise 来引发异常。	 	技巧：异常的用途	在标准Py ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22009.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22009.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 Nov 2011 05:11:04 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dive in Python学习笔记五：对象和面向对象]]></title>
      <description><![CDATA[ 			 	使用from module import导入模块	Python有两种导入模块的方法。	1. 一种方法，import module	2. 另一种 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22010.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22010.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 Nov 2011 05:10:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dive in Python学习笔记四：自省的威力]]></title>
      <description><![CDATA[ 			 	自省（即Java中的反射）是指代码可以查看内存中以对象形式存在的其它模块和函数，获取它们的信息，并对 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22011.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22011.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 Nov 2011 05:09:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dive in Python学习笔记三：内置数据类型]]></title>
      <description><![CDATA[ 			 	Dictionary介绍	Dictionary定义了键值之间一对一的关系。	定义Dictionary	&amp;gt;&amp;gt;&amp;gt;d = {&amp;quot;server&amp;quot;:&amp;quot;mpilgrim ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22012.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22012.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 Nov 2011 05:09:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dive in Python学习笔记二：第一个Python程序]]></title>
      <description><![CDATA[ 			 	函数声明以关键字def开始，接着为函数名，再往后为参数，参数放在小括号里。多个参数之间用逗号分隔。 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/22013.html</link>
      <guid>http://www.syue.com/Software/Language/Python/22013.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 Nov 2011 05:06:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dive in Python学习笔记一：安装Python]]></title>
      <description><![CDATA[ 			 	下载地址：	http://www.woodpecker.org.cn/diveintopython	 	Python可以运行于多种操作系统平台，包括 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21914.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21914.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 Nov 2011 05:05:21 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[《Python源码剖析》读书笔记：内存垃圾回收]]></title>
      <description><![CDATA[ 			 	上篇：www.2cto.com/kf/201110/109227.html	Python内存回收的基石是引用计数，&amp;amp;ldquo;当一个对象的引用 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21915.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21915.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 11 Nov 2011 05:34:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用 pynotify 写个通知提醒]]></title>
      <description><![CDATA[ 			在专注做干活的时候，总会有些更紧急的事情到来。比如网站崩溃了，程序故障了。	大多数时候，这个事情是 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21916.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21916.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 09 Nov 2011 14:13:37 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python、Django以及PyCharm安装心得]]></title>
      <description><![CDATA[ 			 	 	第一步：安装python（最好安装2.x的版本，3.x的版本目前还不支持Django）	 	 	 	我装的是python2.7， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21917.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21917.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 09 Nov 2011 06:52:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[换行符转换脚本(Python)]]></title>
      <description><![CDATA[ 			 	似乎，需要整理整理使用的python的脚本了：	 	很简单的一个东西，在&amp;amp;#39;/n&amp;amp;#39;、&amp;amp;#39;/r/n&amp;amp;#39;、&amp;amp;# ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21918.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21918.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 04 Nov 2011 08:44:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[世界完全对称日计算（python）]]></title>
      <description><![CDATA[ 			 	看到有人写的用c++ 写的世界完全对称日（如今天：2011 1102）的计算，我也来用python 玩玩	 	主要思路 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21919.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21919.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 03 Nov 2011 03:40:44 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[学习总结：Python与C#的区别]]></title>
      <description><![CDATA[ 			 	首先,Python与JAVA一样，是一门开源的、跨多平台的语言。而C#本身不是开源的，且只能运行在Windows平台 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21920.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21920.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 31 Oct 2011 10:10:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[访问者模式(python)]]></title>
      <description><![CDATA[ 			 	访问者模式：表示一个作用于某对象结构中的各元素的操作。它可以使你在不改变各元素的类的前提下定义作 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21922.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21922.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 30 Oct 2011 00:12:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[备份文件中所存路径中的文件]]></title>
      <description><![CDATA[ 			 	&amp;lt;span style=&amp;quot;font-size:18px;&amp;quot;&amp;gt;#backup.py 	import os 	import time 	 	 	source = ; 	f=open(&amp;amp;#39 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21921.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21921.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 30 Oct 2011 00:07:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解释器模式(python)]]></title>
      <description><![CDATA[ 			解释器模式：给定一个语言，定义它文法的一种表示，并定义一个解释器。这个解释器使用该&amp;amp;lsquo;表示&amp;amp;rsq ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21923.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21923.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 29 Oct 2011 01:34:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[《Python源码剖析》读书笔记：多线程]]></title>
      <description><![CDATA[ 			 	原始出处： 不沉之月	（如无特别注明，以下笔记都是基于Linux平台）	 	GIL覆盖面不只是Python的解释器 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21925.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21925.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 27 Oct 2011 23:15:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[职责链模式(python)]]></title>
      <description><![CDATA[ 			 	职责链模式：将能处理请求的对象连成一条链，并沿着这条链传递该请求，直到有一个对象处理请求为止，避 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21924.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21924.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 27 Oct 2011 20:17:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[命令模式(python)]]></title>
      <description><![CDATA[ 			 	命令模式：将一个请求封装为一个对象，从而使你可用不同的请求对客户进行参数化；支持对请求排队、记录 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21926.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21926.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 26 Oct 2011 13:05:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[桥接模式(python)]]></title>
      <description><![CDATA[ 			 	桥接模式：将系统抽象部分与它的实现部分分离，使它们可以独立地变化。	由于目标系统存在多个角度的分 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21927.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21927.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 26 Oct 2011 13:04:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[单例模式(python)]]></title>
      <description><![CDATA[ 			 	单例模式：保证一个类仅有一个实例，并提供一个访问它的全局访问点。	 	实现&amp;amp;ldquo;某个类只有一个实例 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21928.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21928.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 26 Oct 2011 05:40:04 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[组合模式(python)]]></title>
      <description><![CDATA[ 			 	组合模式：针对&amp;amp;ldquo;部分-整体&amp;amp;rdquo;的层次结构，使得用户对单个对象和组合对象的使用具有一致性。 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21929.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21929.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 25 Oct 2011 03:31:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[利用 Python 快速制作游戏字库（一）基础篇+分割字库图片]]></title>
      <description><![CDATA[ 			 	原始出处： Your life just a MOD	前言	其实早就打算写相关文章的，但因为抽不出时间还是一直没动笔。 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21930.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21930.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 24 Oct 2011 06:14:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用python代码实现三叉搜索树高效率”自动输入提示”功能]]></title>
      <description><![CDATA[ 			 	原始出处： 韩少杰| ThinkDevil	最近项目中需要通过全拼音和简写拼音实现输入自动提示结果功能，查了一 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21931.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21931.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 21 Oct 2011 18:16:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[注意 Python 中 strptime 的效率问题]]></title>
      <description><![CDATA[ 			 	原始出处： 不沉之月	Python中datetime,time等类型都有strptime方法，将时间字符串根据格式解析成相应 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21932.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21932.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 21 Oct 2011 18:16:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[提高 Python 程序的运行速度]]></title>
      <description><![CDATA[ 			 	原始出处： 冬天里的酒吧	尝试了一下用Python实现的K-Means Clustering算法，抽样了10000篇百科词条， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21933.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21933.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 21 Oct 2011 18:15:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python 内存不释放原理]]></title>
      <description><![CDATA[ 			 	在maillist里面看到无数次的有人问，python速度为什么这么慢，python内存管理很差。实话说，我前面已经 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21934.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21934.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 21 Oct 2011 18:15:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python的简单MapReduce实现：计算π]]></title>
      <description><![CDATA[ 			 	原始出处： 无网不剩	MapReduce是Google提出的一个软件架构，一般用于大规模数据集的并行运算。核心概 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21935.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21935.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 21 Oct 2011 18:13:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[谁说使用 Python 你就写不出混乱的代码？]]></title>
      <description><![CDATA[ 			 	本文是从 Penrose Tiling in Obfuscated Python 这篇文章翻译而来。	谁说使用Python你就写不出混乱的代 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21936.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21936.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 21 Oct 2011 18:05:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python 抓取 qunar 最低机票]]></title>
      <description><![CDATA[ 			 	小白我今天为了拿刚入门的python练手,写了个比较有实用价值的脚本,可以帮大家省钱了。刚开始我对xml没 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21937.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21937.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 21 Oct 2011 18:04:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python 和 PHP 的 Web 服务器性能测试]]></title>
      <description><![CDATA[ 			 	原始出处：keakon的涂鸦馆	 	这几天一直在玩虚拟机，测了几种Python和PHP的Web服务器的性能，顺便记录 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21938.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21938.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 21 Oct 2011 06:03:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python 内置对象的实现]]></title>
      <description><![CDATA[ 			 	原始出处： 罗杰斯的博客	 	准备回顾一下python源代码，不过不准备说的太细，尽量勾勒框架，不引用代码 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21939.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21939.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 21 Oct 2011 06:02:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python 新浪微博 各种表情使用频率]]></title>
      <description><![CDATA[ 			 			主题：用新浪微博API积累了微博广场的1.4万条数据，我选择了21个字段输出为TXT文件，想用Python稍微 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21940.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21940.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 21 Oct 2011 04:59:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python sytex a instance语法一例]]></title>
      <description><![CDATA[ 			 	#title:python sytex a instance 	#------------------------------ 	#pathfilename:test.py 	#vp:hsg ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21941.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21941.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 21 Oct 2011 01:54:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python中的map,filter,reduce,lambda]]></title>
      <description><![CDATA[ 			Python内置了一些非常有趣但非常有用的函数，充分体现了Python的语言魅力！	filter(function, sequence) ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21942.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21942.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 20 Oct 2011 02:17:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python select实现非阻塞socket]]></title>
      <description><![CDATA[ 			#!/usr/bin/env python 
	# -*- encoding: utf-8 -*- 
	 
	import socket 
	import select 
	 
	h ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21943.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21943.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 19 Oct 2011 05:20:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[状态模式(python)]]></title>
      <description><![CDATA[ 			状态模式：当一个对象的内在状态改变时允许改变其行为，这个对象看起来像是改变了其类。
	应用场景：一 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21944.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21944.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 19 Oct 2011 05:18:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[抽象工厂模式(python版)]]></title>
      <description><![CDATA[ 			抽象工厂模式：提供一个创建一系列相关或相互依赖对象的接口，而无需指定它们具体的类。
	优点：易于交 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21945.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21945.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 19 Oct 2011 05:16:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python os.path模块]]></title>
      <description><![CDATA[ 			os.path模块	basename(&amp;amp;#39;文件路径&amp;amp;#39;)    去掉目录路径，返回fname文件名
	 1 import os 	2 os.pa ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21946.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21946.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 18 Oct 2011 11:33:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python time模块]]></title>
      <description><![CDATA[ 			Time模块	表示方式：	1. 浮点型： 以1970.1.1到现在经过的秒数（Unix格式），如time.time(), time.mktim ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21947.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21947.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 18 Oct 2011 11:32:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python中4种类型的数]]></title>
      <description><![CDATA[ 			在Python中有4种类型的数&amp;amp;mdash;&amp;amp;mdash;整数、长整数、浮点数和复数。	2是一个整数的例子。
	长整数不过 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21948.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21948.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 18 Oct 2011 03:06:51 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python简明教程练习--命令行 地址簿 程序]]></title>
      <description><![CDATA[ 			在这个程序中，你可以添加、修改、删除和搜索你的联系人（朋友、家人和同事等等）以及它们的信息（诸如电 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21949.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21949.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 15 Oct 2011 07:06:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Byte of Python学习笔记五]]></title>
      <description><![CDATA[ 			十. 面向对象编程
	Python中所有事物皆对象。没有类似Java中的基本数据类型，Python中整型数是int类对象 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21951.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21951.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 15 Oct 2011 07:05:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Byte of Python学习笔记六]]></title>
      <description><![CDATA[ 			十一. 输入输出
	1. 交互解释器输入输出
	&amp;gt;&amp;gt;&amp;gt;number= input(&amp;amp;#39;Enter a number:&amp;amp;#39;)
	Enter a nu ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21950.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21950.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 15 Oct 2011 07:02:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Byte of Python学习笔记四]]></title>
      <description><![CDATA[ 			八. 模块
	模块的创建方法
	1. 最简单的方法
	创建一个.py文件，包含函数和变量，即创建了一个模块。 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21952.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21952.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 15 Oct 2011 07:02:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python笔记之数据结构]]></title>
      <description><![CDATA[ 			数据结构	一、列表：list是处理一组有序项目的数据结构，即你可以在一个列表中存储一个 序列 的项目。
 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21953.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21953.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 14 Oct 2011 04:53:51 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Byte of Python学习笔记三]]></title>
      <description><![CDATA[ 			七. 函数
	函数定义
	def 函数名称(参数):
	      函数体
	参数可以没有，可能有1个或多个参数	变量 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21954.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21954.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 13 Oct 2011 03:08:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Byte of Python学习笔记二]]></title>
      <description><![CDATA[ 			四. 基础知识
	字面常量： &amp;amp;#39;a string&amp;amp;#39;, &amp;quot;It&amp;amp;#39;s a string&amp;quot;, 4, 1.23
	数值，三种类型：
	1 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21955.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21955.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 13 Oct 2011 03:07:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Byte of Python学习笔记一]]></title>
      <description><![CDATA[ 			官网地址：http://www.swaroopch.com/notes/Python	一. Python的特点：
	1. 简单
	2. 易学
	3. 免费开 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21956.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21956.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 13 Oct 2011 03:06:23 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python面试集锦]]></title>
      <description><![CDATA[ 			1、请教一下列表与元组的区别是什么.分别在什么情况下使用	
	列表中的项目应该包括在方括号中，你可以添 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21957.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21957.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 12 Oct 2011 05:45:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python核心编程(第二版)第7章 映像和集合类型]]></title>
      <description><![CDATA[ 			 	7.1 映射类型：字典	字典是Python语言中唯一的映射类型。	一个字典对象是可变的，它是一个容器类型，能 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21958.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21958.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 10 Oct 2011 04:51:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python核心编程(第二版)第6章 序列：字符串，列表和元组]]></title>
      <description><![CDATA[ 			 	6.1 序列	6.12 序列类型操作符	1. 成员关系操作符(in、not in)	成员关系操作符是用来判断一个元素是否 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21959.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21959.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 10 Oct 2011 04:51:51 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python核心编程(第二版)第5章 数字]]></title>
      <description><![CDATA[ 			 	5.1 数字简介	数字提供了标量贮存和直接访问	5.2 整型	5.2.2标准整型	在大多数32位机器上，标准整数类 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21960.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21960.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 10 Oct 2011 04:51:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python核心编程(第二版)第4章 Python对象]]></title>
      <description><![CDATA[ 			 	4.1 Python对象	Python对象拥有3个特性：	身份：每一个对象都有一个唯一的身份标识自己，任何对象的身 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21961.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21961.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 10 Oct 2011 04:51:10 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python核心编程(第二版)第3章 Python基础]]></title>
      <description><![CDATA[ 			 	3.1 语句和语法	3.1.1注释#	Python注释语句从#字符开始，注释可以在一行的任何地方开始，解释器会忽略 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21962.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21962.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 10 Oct 2011 04:51:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python核心编程(第二版)第2章 快速入门]]></title>
      <description><![CDATA[ 			Python的主提示符(&amp;gt;&amp;gt;&amp;gt;)是解释器告诉你它在等待你输入下一个语句。	Python的次提示符(...)告诉你解释器正 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21963.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21963.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 10 Oct 2011 04:50:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python核心编程(第二版)第1章 欢迎来到Python世界]]></title>
      <description><![CDATA[ 			 	1.1什么是Python	Python是一门优雅而健壮的编程语言.它继承了传统编程语言的强大性和通用性，同时也借 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21864.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21864.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 10 Oct 2011 04:49:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[原型模式（python）]]></title>
      <description><![CDATA[ 			 	原型模式：用原型实例指定创建对象的种类，并且通过拷贝这些原型创建新的对象。	原型模式本质就是克隆 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21865.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21865.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 10 Oct 2011 04:42:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用python提取百度贴吧的小说]]></title>
      <description><![CDATA[ 			 	这个程序主要功能是从百度贴吧，获得html文件，然后用Beautiful Soup解析html文件，提取贴吧的帖子。干 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21866.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21866.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 06 Oct 2011 09:31:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python+PyQT+Eric安装配置]]></title>
      <description><![CDATA[ 			 															作者：															loker																			博客：															http://www.cnbl ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21867.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21867.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 03 Oct 2011 06:45:04 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用Python建立最简单的Web服务器]]></title>
      <description><![CDATA[ 			 			eb服务器。在DOS里cd到准备做服务器根目录的路径下，输入命令：			 			python -m Web服务器模块端口 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21868.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21868.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 01 Oct 2011 12:12:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python 批量域名反查]]></title>
      <description><![CDATA[ 			 	Usage:1.把要反查的ip地址写在c:/ip.txt里面，每个ip或者域名一行	 	           2.python reverse_ip. ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21869.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21869.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 01 Oct 2011 12:10:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python Ctypes结构体指针处理(函数参数，函数返回)]]></title>
      <description><![CDATA[ 			C函数需要传递结构体指针是常事，但是和Python交互就有点麻烦事了，经过研究也可以了。
	&amp;lt;结构体指针作 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21870.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21870.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 30 Sep 2011 06:58:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[learn python the hard way_exercise 9]]></title>
      <description><![CDATA[ 			Python代码 
	#!/usr/bin/env python 
	 
	#Here&amp;amp;#39;s some  new strange stuff, remember type it  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21871.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21871.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 27 Sep 2011 03:06:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[dd python笔记]]></title>
      <description><![CDATA[ 			python参考手册（第4版）
	python2与3的选择
	python的交互模式,比如可以当计算器用, 下划线表示上一结 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21872.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21872.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 26 Sep 2011 09:29:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python操作MySQL数据库]]></title>
      <description><![CDATA[ 			MySQL一直是我最爱的数据库，用Java编程时经常对MySQL进行操作。最近在学习Python，也想用Python操作一下 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21873.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21873.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 24 Sep 2011 06:12:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python分片]]></title>
      <description><![CDATA[ 			　　进行分片的时候，分片的开始和结束点需要进行指定（不管是直接还是间接）。而另外一个参数（在pytho ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21874.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21874.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 21 Sep 2011 05:12:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[两个Python的冷技巧]]></title>
      <description><![CDATA[ 			一
	记得刚开始工作的时候，老大给我们上 C++ 基础课，告诉我们字符串字面量可以换行（如下代码），感觉 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21875.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21875.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 20 Sep 2011 09:19:37 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Django使用Mysql数据库查询时乱码解决]]></title>
      <description><![CDATA[ 			使用DJANGO+MYSQL开发时，开启django admin, auth, 然后在后台界面添加中文，数据库保存成功，但是在查询 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21876.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21876.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 20 Sep 2011 07:50:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python类属性和实例属性]]></title>
      <description><![CDATA[ 			 python中的类属性只是存储与类相关的数据，和该类的实例无关。类属性和java中的静态成员变量类似。访问 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21877.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21877.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 20 Sep 2011 03:21:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python的更新模型]]></title>
      <description><![CDATA[ 			在python中，对象分为可变类型和不可变类型。这里的可变和不可变指的是对象在被创建是否能进行值更新操作 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21878.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21878.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 20 Sep 2011 03:17:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[无解:python乱码问题]]></title>
      <description><![CDATA[ 			问题描述:
	1、A和B都是linux服务器上边都有python程序(一样的),都安装了pymssql、freetds
	2、C是xp服 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21879.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21879.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 19 Sep 2011 07:41:44 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用python发送html格式的email]]></title>
      <description><![CDATA[ 			和大伙分享一个使用python发送html格式的email的代码。 我用在我的软件的bug提交中。代码如下。	请将代码 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21880.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21880.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 19 Sep 2011 07:40:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[代码加行号打印]]></title>
      <description><![CDATA[ 			直接在终端显示文件的话是没有行数标记的，比如：	view plaincopy to clipboardprint?
	$ cat a.c 
	# ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21881.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21881.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 17 Sep 2011 06:19:15 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python下多线程的思考和Queue的使用]]></title>
      <description><![CDATA[ 			说实话这是我第二次接触多线程&amp;amp;hellip;&amp;amp;hellip;第一次是java，不过java强大的对象思想让我有点小晕&amp;amp;hell ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21882.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21882.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 17 Sep 2011 06:17:44 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[pygtk-日期]]></title>
      <description><![CDATA[ 			Python代码 
	#!/usr/bin/env python 
	import pygtk 
	pygtk.require(&amp;amp;#39;2.0&amp;amp;#39;) 
	import gtk ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21883.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21883.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 17 Sep 2011 02:48:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dave Python练习十-- 函数和函数式编程]]></title>
      <description><![CDATA[ 			#encoding=utf-8  
	 
	######### 函数和函数式编程  ################  
	 
	 
	#********* Part  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21884.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21884.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Sep 2011 07:47:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dave Python练习九--错误和异常]]></title>
      <description><![CDATA[ 			#encoding=utf-8  
	#########  错误和异常  ##############  
	 
	## ************  Part 1: 异常   ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21885.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21885.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Sep 2011 07:41:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dave Python练习八--文件和输入输出]]></title>
      <description><![CDATA[ 			#encoding=utf-8  
	 
	#############  文件和输入输出   #####################  
	 
	 
	#****** ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21886.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21886.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Sep 2011 07:34:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dave Python练习七--条件和循环]]></title>
      <description><![CDATA[ 			#encoding=utf-8  
	 
	###################  条件和循环      ######################  
	 
	#**** ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21887.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21887.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Sep 2011 07:33:29 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dave Python练习六--集合]]></title>
      <description><![CDATA[ 			view plaincopy to clipboardprint?#encoding=utf-8  
	#***************  集合类型  **************** ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21888.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21888.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Sep 2011 07:32:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dave Python练习五--字典]]></title>
      <description><![CDATA[ 			view plaincopy to clipboardprint?#encoding=utf-8  
	 
	#**********    映射  **************  
	 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21889.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21889.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Sep 2011 07:14:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dave Python练习四--元组]]></title>
      <description><![CDATA[ 			#encoding=utf-8  
	 
	#**************** Part 1: 元组  *****************  
	#实际上元组是跟列表 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21890.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21890.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Sep 2011 07:12:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dave Python练习三-- 列表]]></title>
      <description><![CDATA[ 			view plaincopy to clipboardprint?#encoding=utf-8  
	#******************************************* ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21891.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21891.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Sep 2011 07:07:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dave Python练习二—字符串]]></title>
      <description><![CDATA[ 			#encoding=utf-8  
	 
	#序列：字符串、列表和元组  
	#****************************************** ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21892.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21892.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Sep 2011 06:55:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Dave Python练习—数字]]></title>
      <description><![CDATA[ 			#encoding=utf-8  
	 
	#****************** 数字  *********************  
	 
	#**************** ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21893.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21893.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Sep 2011 06:51:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Penrose Tiling in Obfuscated Python]]></title>
      <description><![CDATA[ 			Who says you can&amp;amp;rsquo;t write obfuscated Python?
	Here&amp;amp;rsquo;s a Python script which renders so ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21894.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21894.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Sep 2011 06:37:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python3写的小工具，windows下杀死进程]]></title>
      <description><![CDATA[ 			windows下如果杀掉某些进程挺麻烦的，用任务管理器操作繁琐，用cmd下输入taskkill /F /IM xxx输入的字符 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21895.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21895.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 10 Sep 2011 08:41:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ python利用import调用功能模块]]></title>
      <description><![CDATA[ 			 import 用来调用功能模块。比如常用的 sys,os,string等，使用如：
	import string 
	import sys 
	  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21896.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21896.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 09 Sep 2011 06:26:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python实现的QQ空间3366小游戏彩色砖块的辅助工具]]></title>
      <description><![CDATA[ 				由于女朋友每天玩这个小游戏，每天挑战我&amp;amp;hellip;&amp;amp;hellip;囧，只好写了一个辅助工具帮我自动满分，最后 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21897.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21897.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 09 Sep 2011 05:18:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python函数嵌套示例]]></title>
      <description><![CDATA[ 			#! /usr/bin/python
	def yao1(a=1,b=32):
	 def yao2(c=54):
	  def yao3(d=3):
	   def yao4(e=10 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21898.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21898.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 06 Sep 2011 02:09:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关于Python API设计：OORedis项目记事（第一部分）]]></title>
      <description><![CDATA[ 			嘿，让我们换种方式
	 
	当我刚开始关注API设计的时候，我决定先找一些相关的资料来看，比如博客日志、 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21899.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21899.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 05 Sep 2011 06:59:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python解ProjectEuler最大回文数问题]]></title>
      <description><![CDATA[ 			原题：
	A palindromic number reads the same both ways. The largest palindrome made from the prod ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21900.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21900.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 05 Sep 2011 06:57:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[找bug记(2)]]></title>
      <description><![CDATA[ 			  这篇blog迟到了很久，本来是想写另一个跟网络相关bug的查找过程，偷偷懒，写下最近印象比较深刻的bug。 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21901.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21901.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 02 Sep 2011 08:43:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python循环和数字]]></title>
      <description><![CDATA[ 			原题：循环和数字。
	分别使用while和for创建一个循环。
	(a)写一个while循环，输出整型为0~10（要确保 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21902.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21902.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 02 Sep 2011 05:32:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python的时间：秒和字符串之间的转换]]></title>
      <description><![CDATA[ 			1）秒数 ==》字符串	1234567 from time import *  def secs2str(secs):         return strftime(&amp;quot;%Y-%m ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21903.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21903.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 02 Sep 2011 05:31:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一个简单的python实现图片同步脚本]]></title>
      <description><![CDATA[ 			服务器2台，一个主一个从 nginx 散列到两台
	图片上传服务就传到一台，需要同步过去
	现在方案是 定期 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21904.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21904.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 02 Sep 2011 03:32:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ python学习之装饰器]]></title>
      <description><![CDATA[ 			1. 装饰器入门
	1.1. 需求是怎么来的？装饰器的定义很是抽象，我们来看一个小例子。
	def foo():
	   ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21905.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21905.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 01 Sep 2011 07:00:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用python的logging模块]]></title>
      <description><![CDATA[ 			一、从一个使用场景开始
	 
	开发一个日志系统， 既要把日志输出到控制台， 还要写入日志文件
	 
	P ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21906.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21906.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 01 Sep 2011 06:58:37 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SQLAlchemy数据建模过程的改进]]></title>
      <description><![CDATA[ 			SQLAlchemy是python里面最好的orm框架(注意, 没有&amp;quot;之一&amp;quot;两个字), 不过它定义orm的过程比较繁琐, 要分别定 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21907.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21907.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 29 Aug 2011 07:51:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python之os.walk()与os.path.walk()]]></title>
      <description><![CDATA[ 			os.walk()
	函数声明：walk(top,topdown=True,onerror=None)
	1&amp;gt;参数top表示需要遍历的目录树的路径
 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21908.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21908.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 27 Aug 2011 08:19:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用python进行GUI开发的选择]]></title>
      <description><![CDATA[ 			Python最大的特点就在于她的快速开发功能。作为一种胶水型语言，python几乎可以渗透在我们编程过程中的各 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21909.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21909.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 27 Aug 2011 08:09:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[移植Python到ARM9（S3C2440）开发板]]></title>
      <description><![CDATA[ 			我需要在Arm9的s3c2440 CPU上运行python，以下是我的编译过程。
	 
	host编译环境：
	ubuntu 7.04, g ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21910.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21910.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 27 Aug 2011 07:59:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python札记1-HTTP Download]]></title>
      <description><![CDATA[ 			Python代码 
	# -*- coding: utf-8 -*- 
	__author__ = &amp;amp;#39;gull&amp;amp;#39; 
	 
	import os, urllib2, l ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21912.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21912.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 25 Aug 2011 07:49:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python最简单socket程序]]></title>
      <description><![CDATA[ 			服务器程序：
	#!/usr/bin/python
	# Filename: server.py
	# Author: kevin Sun	import socket
	im ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21913.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21913.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 24 Aug 2011 07:39:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[bash下python对字符编码的转换]]></title>
      <description><![CDATA[ 			如果操作系统的编码为，zh_CN.UTF-8，即
	# echo $LANG
	zh_CN.UTF-8
	这种情况下，我们转换UTF-8到G ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21814.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21814.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 23 Aug 2011 02:56:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[shell脚本和sqlplus间的交互]]></title>
      <description><![CDATA[ 			有些时候我们可能需要shell脚本通过oracle的sqlplus执行一些sql，并对结果集进行相关的操作。这里大致总 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21815.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21815.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 22 Aug 2011 06:34:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[异步写日志]]></title>
      <description><![CDATA[ 			   为什么会想到异步写日志？
	附件中下载代码：
	      假设有以下函数
	 
	Python代码 
	def myf ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21816.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21816.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 21 Aug 2011 05:05:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python FTP下载全文件]]></title>
      <description><![CDATA[ 			搭了一个ftp站点，没想到的是利用客户端的时候，服务器当掉了，于是自己写了一个下载ftp站点的脚本，脚本 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21817.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21817.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 19 Aug 2011 05:59:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python attribute lookup]]></title>
      <description><![CDATA[ 			1. python会为所有(更准确的说是所有非built-in对象)对象包括class和instance创建一个__dict__属性,
	这 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21818.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21818.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 19 Aug 2011 05:56:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python:time, strftime和strptime]]></title>
      <description><![CDATA[ 			最常用的time.time()返回的是一个浮点数，单位为秒。但strftime处理的类型是time.struct_time，实际上是 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21819.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21819.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 19 Aug 2011 05:53:25 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python的time和date处理]]></title>
      <description><![CDATA[ 			内置模块time包含很多与时间相关函数。我们可通过它获得当前的时间和格式化时间输出。
	time()，以浮点 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21820.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21820.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 19 Aug 2011 05:52:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python去除String中的空格/换行/回车等]]></title>
      <description><![CDATA[ 			join:在序列中添加元素
	split: 将字符串分解成序列
	两者为互逆方法	Python代码 
	     
	    s =  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21821.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21821.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 17 Aug 2011 06:08:51 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python利用ConfigParser读取配置文件]]></title>
      <description><![CDATA[ 			#!/usr/bin/python	# -*- coding:utf-8 -*-	 	import ConfigParser	 	config = ConfigParser.ConfigPars ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21822.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21822.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 16 Aug 2011 07:17:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[浅谈Python web框架]]></title>
      <description><![CDATA[ 			Insun：说到web framework，Ruby的世界Rails一统江湖，Python拥挤的框架中（Django
	Pylons，Tornado， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21823.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21823.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 13 Aug 2011 06:37:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[pypy python jit测试基于twisted web服务]]></title>
      <description><![CDATA[ 			 	pypy python jit 测试 基于twisted web 服务	#coding:utf-8	&amp;amp;#39;&amp;amp;#39;&amp;amp;#39;&amp;amp;#39;&amp;amp;#39;	the following ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21824.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21824.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 06 Aug 2011 07:04:21 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python入門語法和類型]]></title>
      <description><![CDATA[ 			 	Python的设计目标之一是让源代码具备高度的可读性。它设计时尽量使用其它语言经常使用的标点符号和英语 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21825.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21825.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 02 Aug 2011 08:22:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一种简单的用户态Python多任务(线程)方案]]></title>
      <description><![CDATA[ 			 	在Python界，我们常常使用多进程来实现并行加速。在各进程内部，再采用多线程方案进行io调度，但这通常 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21827.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21827.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 02 Aug 2011 03:21:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python常用知识点汇总]]></title>
      <description><![CDATA[ 			 	一．Python中的数据结构	python的元组、列表、字典数据类型是很python（there python is a adjective） ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21828.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21828.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 30 Jul 2011 03:53:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python 对一个函数执行速度控制的演示]]></title>
      <description><![CDATA[ 			 	#coding:utf-8	&amp;amp;#39;&amp;amp;#39;&amp;amp;#39;&amp;amp;#39;&amp;amp;#39;	python 对一个函数执行速度控制的演示，原理和 对网速控制比 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21829.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21829.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 30 Jul 2011 03:29:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[urllib 如何限速下载]]></title>
      <description><![CDATA[ 			 	#!/usr/bin/python 	#coding:utf-8	 	 	&amp;quot;&amp;quot;&amp;quot; 	urllib 如何限速下载	file:ratelimit-urllib.py	Fetch a  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21830.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21830.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 30 Jul 2011 03:28:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[我也要学python-内置数据结构（一）]]></title>
      <description><![CDATA[ 			 	学完了C后，现在学python感觉好有效率的啊！PYTHON语言本身就内置了好多非常常用的数据结构，开发效率 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21831.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21831.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 25 Jul 2011 02:42:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python基本对象学习笔记]]></title>
      <description><![CDATA[ 			 			将python基本对象的要点记录如下			python 整数对象1.python中的整数使用c语言中的long类型存储2.py ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21832.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21832.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 22 Jul 2011 08:32:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python脚本性能查看简单方式]]></title>
      <description><![CDATA[ 			 	上帝说：&amp;amp;ldquo;选择了脚本，就不要考虑性能。&amp;amp;rdquo;我是很支持这句话的，使用脚本要的就是开发速度、 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21833.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21833.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 22 Jul 2011 08:21:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python项目跟踪代码调用过程]]></title>
      <description><![CDATA[ 			我在看一些开源的python项目时，需要知道各个类各个函数之间的调用关系才能看懂代码，因此我写了个方法来 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21834.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21834.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jul 2011 06:30:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用python和zeromq开发网络应用程序]]></title>
      <description><![CDATA[ 		今天工作需要写一个小的网络应用程序，计划使用python + zeromq。    zeromq是一个并行开发框架的socket库 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21835.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21835.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 12 Jul 2011 05:25:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python链接mysql的代码]]></title>
      <description><![CDATA[ 		用python操作了mysql的数据库，发现非常的有趣，而且python操作mysql的方法非常的简单和快速，所以我把代 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21836.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21836.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 07 Jul 2011 09:18:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python下wmi模块介绍之四：得到cpu的占用率]]></title>
      <description><![CDATA[ 		今天继续介绍下利用python的wmi模块来得到当前机器的CPU的占用率是多少，下面看下代码： #-*- encoding:  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21837.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21837.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 07 Jul 2011 09:18:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python下wmi模块介绍之三：得到进程和PID]]></title>
      <description><![CDATA[ 		今天继续介绍python下面的wmi这个模块的功能，下面介绍利用wmi模块得到本机运行的进程和进程的ID号，下面 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21838.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21838.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 07 Jul 2011 09:18:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python下的wmi模块介绍之一：输出window注册表自启动项]]></title>
      <description><![CDATA[ 		#-*- encoding: utf-8 -*-       Created on 2011-3-1    by hack7th      import wmi     import time   ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21839.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21839.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 07 Jul 2011 09:16:25 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python 字典 添加]]></title>
      <description><![CDATA[ 		我们在操作python列表的话，如果想给列表加入加入一个元素的话，可以用append方法， 如果要合并2个列表的 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21840.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21840.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 07 Jul 2011 09:15:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python 控制语句]]></title>
      <description><![CDATA[ 		python控制语句和其它的语言的控制语句有些地方是不同的，python的一些哲学思想就体现在他的 控制语句上。 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21842.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21842.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 07 Jul 2011 09:15:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python 基础知识(入门)]]></title>
      <description><![CDATA[ 		1 变量和赋值： Python是动态类型语言，不需要预先声明变量的类型。变量的类型在赋值的那一刻被初始化。P ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21843.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21843.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 07 Jul 2011 09:14:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python 元组]]></title>
      <description><![CDATA[ 		python元组是一种有序的集合类型，它也和python列表一样支持偏移操作。 元组是怎么定义的： ()表示空元组 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21841.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21841.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 07 Jul 2011 09:14:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Ruby跟Python本质上不同]]></title>
      <description><![CDATA[ 		对岸高手孟岩最近写了一篇「 Ruby 1.9不会杀死Python 」，里面提到Ruby 1.9一出，仿佛Ruby已经迈向完全体 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21844.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21844.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 06 Jul 2011 01:31:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python版本的支付宝支付接口]]></title>
      <description><![CDATA[ 		公司需要用支付宝来即时到帐支付，上了支付宝网站看了没python版本的api 无奈自己写了个 没有整理文档，  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21846.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21846.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Jun 2011 23:47:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[类C语言与Python负数除法求值间的差异]]></title>
      <description><![CDATA[ 		一直用Python做计算器用（有点大材小用了啊，呵呵）。今天使用时，却发现一个诡异的现象，在C语言入门经典 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21845.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21845.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Jun 2011 23:46:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一口气python ABC2]]></title>
      <description><![CDATA[ 		first.pyPython代码  def show(params):      return &amp;quot;;&amp;quot;.join(&amp;quot;%s=%s&amp;quot; % (k, v) for k, v in params.it ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21847.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21847.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Jun 2011 02:49:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一口气python ABC]]></title>
      <description><![CDATA[ 		1 数据类型：大括号－Dictionary，它定义了键和值之间一对一的关系。中括号－List，类似java中的ArrayLis ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21848.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21848.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Jun 2011 02:46:21 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[tlslite经典例子]]></title>
      <description><![CDATA[ 		Python代码  import os.path  import socket    from tlslite.api import *    lsock = socket.socket(so ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21849.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21849.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Jun 2011 02:44:29 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[python urlOpen使用代理]]></title>
      <description><![CDATA[ 		利用urllib包 Java代码  import urllib  proxyConfig = http://%s:%s@%s % (userName, password, proxy)  ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21850.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21850.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Jun 2011 02:36:29 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一键搞定python连接mysql驱动问题]]></title>
      <description><![CDATA[ 		对于mysql驱动问题折腾了一下午，现共享出解决方案 1：手动安装驱动   完全是场噩梦,推荐大家采用自动安装 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21851.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21851.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Jun 2011 02:32:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[spring 3和mybatis 3集成，并用junit4进行测试]]></title>
      <description><![CDATA[ 		最近一个项目使用的是struts2＋Spring3＋mybatis3的技术框架，由于开发人员都不熟悉如何进行单元测试，今 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21852.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21852.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 20 Jun 2011 01:28:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[扩展Python MySQLdb Cursor]]></title>
      <description><![CDATA[ 		Python shell下操作mysql一直使用MySqldb。其默认的Cursor Class是使用tuple（元组）作为数据存储对象的， ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21853.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21853.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 20 Jun 2011 01:15:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Erlang和Python互通]]></title>
      <description><![CDATA[ 		研读了将近24个小时, 才终于完全把问题解决.  起名为town，town在英文里表示集市，也就是代表各种语言在这 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21854.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21854.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 17 Jun 2011 01:53:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[非常简单的Python HTTP服务]]></title>
      <description><![CDATA[ 		如果你急需一个简单的Web Server，但你又不想去下载并安装那些复杂的HTTP服务程序，比如：Apache，ISS等。 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21855.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21855.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 17 Jun 2011 01:48:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用Python操作摄像头]]></title>
      <description><![CDATA[ 		用过USB摄像头的都知道，你需要使用鼠标来操作它，比如截个图，录个像什么的，要点N次鼠标，对于我们那些 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21856.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21856.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 17 Jun 2011 01:46:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python处理encoding的小技巧]]></title>
      <description><![CDATA[ 		用Python写过处理文本经常会遇到需要decoding或者encoding, 尤其是处理中文的时候。encoding的问题处理起 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21857.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21857.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 17 Jun 2011 01:44:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[定制JSON中的浮点数格式]]></title>
      <description><![CDATA[ 		有时需要在JSON中使用浮点数，比如价格、坐标等信息。但python中的浮点数相当不准确，例如下面的代码：#! ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21858.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21858.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 09 Jun 2011 03:53:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在windows系统上使用python访问mysql]]></title>
      <description><![CDATA[ 		在windows系统上使用python访问mysql关键字   ：python, mysql, windows, MySQLdb 适用级别：入门  1 lin ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21859.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21859.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 08 Jun 2011 03:41:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python中单元测试框架Nose的安装]]></title>
      <description><![CDATA[ 		1 安装setuptools download地址：http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21860.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21860.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 05 Jun 2011 07:31:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python中else语句整理]]></title>
      <description><![CDATA[ 		if-else语句:和各种语言相同的用法，在条件语句中，与if语句搭配使用的else语句。如果if语句的条件表达式 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21861.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21861.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 05 Jun 2011 06:42:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python的小技巧小知识]]></title>
      <description><![CDATA[ 		如何判断操作系统类型import sysprint sys.platformprint sys.version显示和修改python的Module搜索路径&amp;gt; ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21862.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21862.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 30 May 2011 03:32:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python编程入门(8)]]></title>
      <description><![CDATA[ 		第九章 类Python是一个真正面向对象的语言，它只增加了很少的新语法就实现了类。它的类机制是C++ 和Modul ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21863.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21863.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 May 2011 03:58:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python编程入门(7)]]></title>
      <description><![CDATA[ 		第八章 错误与例外2008-07-04 12:00到现在为止我们只是提到了错误信息而没有详细讨论，如果你运行了前面的 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21764.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21764.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 May 2011 03:54:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python编程入门(6)]]></title>
      <description><![CDATA[ 		第七章 输入输出有几种办法可以从程序输出；数据可以用可读的形式显示，或保存到文件中以备日后使用。本章 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21765.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21765.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 May 2011 03:53:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Python编程入门(5)]]></title>
      <description><![CDATA[ 		第六章 模块如果退出Python解释程序然后再进入，原有的定义（函数和变量）就丢失了。所以，如果需要写长一 ]]></description>
      <link>http://www.syue.com/Software/Language/Python/21766.html</link>
      <guid>http://www.syue.com/Software/Language/Python/21766.html</guid>
      <category>Python</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 May 2011 03:52:20 +0000</pubDate>
    </item>
  </channel>
</rss>