<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>阳春面的学习摘录 &#187; python</title>
	<atom:link href="http://chenyc.info/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://chenyc.info</link>
	<description>人生是一个不断折腾的过程，生命不息，折腾不止</description>
	<lastBuildDate>Thu, 15 Mar 2012 11:25:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>新浪SAE python试用</title>
		<link>http://chenyc.info/2011/12/sae-python-try/</link>
		<comments>http://chenyc.info/2011/12/sae-python-try/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 12:45:48 +0000</pubDate>
		<dc:creator>阳春面</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[sae]]></category>

		<guid isPermaLink="false">http://chenyc.info/?p=785</guid>
		<description><![CDATA[新浪目前提供SAE python版本的内测，内测帐号可以到<a href="http://appstack.sinaapp.com/queue">http://appstack.sinaapp.com/queue</a>申请，

一般估计5分钟左右就可以开通了，开通后没有任何提示，你要自己去SAE里新建项目，看能不能新建python项目了

通过<a href="&#60;a href=&#34;http://appstack.sinaapp.com/static/doc/release/testing/index.html#&#34;&#62;http://appstack.sinaapp.com/static/doc/release/testing/index.html#&#60;">sae python的文档</a>，目前已支持以[......]<p class='read-more'><a href='http://chenyc.info/2011/12/sae-python-try/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>新浪目前提供SAE python版本的内测，内测帐号可以到<a href="http://appstack.sinaapp.com/queue">http://appstack.sinaapp.com/queue</a>申请，</p>
<p>一般估计5分钟左右就可以开通了，开通后没有任何提示，你要自己去SAE里新建项目，看能不能新建python项目了</p>
<p>通过<a href="&lt;a href=&quot;http://appstack.sinaapp.com/static/doc/release/testing/index.html#&quot;&gt;http://appstack.sinaapp.com/static/doc/release/testing/index.html#&lt;">sae python的文档</a>，目前已支持以[......]
<p class='read-more'><a href='http://chenyc.info/2011/12/sae-python-try/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chenyc.info/2011/12/sae-python-try/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>python生成sitemap</title>
		<link>http://chenyc.info/2010/10/python-gen-sitemap/</link>
		<comments>http://chenyc.info/2010/10/python-gen-sitemap/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 16:10:48 +0000</pubDate>
		<dc:creator>阳春面</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[sitemap]]></category>

		<guid isPermaLink="false">http://chenyc.info/?p=145</guid>
		<description><![CDATA[为<a href="http://zuiyou.info">最优阅读网</a>编写了一个sitemap自动生成的脚本,
主要是读取数据库中的文章列表，然后根据sitemap格式生成，
最后再通知google sitemap已经更新

<pre></pre>



#!/usr/bin/python
import MySQLdb,time,os
url_lis[......]<p class='read-more'><a href='http://chenyc.info/2010/10/python-gen-sitemap/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>为<a href="http://zuiyou.info">最优阅读网</a>编写了一个sitemap自动生成的脚本,<br />
主要是读取数据库中的文章列表，然后根据sitemap格式生成，<br />
最后再通知google sitemap已经更新</p>
<pre>

#!/usr/bin/python
import MySQLdb,time,os
url_list = [][......]</pre>
<p class='read-more'><a href='http://chenyc.info/2010/10/python-gen-sitemap/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chenyc.info/2010/10/python-gen-sitemap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>对yupoo api的python封装</title>
		<link>http://chenyc.info/2010/02/yupoo-api-python/</link>
		<comments>http://chenyc.info/2010/02/yupoo-api-python/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 13:03:08 +0000</pubDate>
		<dc:creator>阳春面</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[yupoo]]></category>

		<guid isPermaLink="false">http://chenyc.info/?p=29</guid>
		<description><![CDATA[对yupoo api的python封装，2007的时候写的了，
那时候写了用来在nokia s60手机上上传照片到yupoo,
也是第一次接触xmlrpc,rest方式的调用。

<strong>yupoo.py</strong>,对yupoo api的封装

<pre></pre>



#-------------------------[......]<p class='read-more'><a href='http://chenyc.info/2010/02/yupoo-api-python/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>对yupoo api的python封装，2007的时候写的了，<br />
那时候写了用来在nokia s60手机上上传照片到yupoo,<br />
也是第一次接触xmlrpc,rest方式的调用。</p>
<p><strong>yupoo.py</strong>,对yupoo api的封装</p>
<pre>

#---------------------------------[......]</pre>
<p class='read-more'><a href='http://chenyc.info/2010/02/yupoo-api-python/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chenyc.info/2010/02/yupoo-api-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>以前写的下载yahoo mp3的python脚本</title>
		<link>http://chenyc.info/2010/02/downmp3/</link>
		<comments>http://chenyc.info/2010/02/downmp3/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 12:51:09 +0000</pubDate>
		<dc:creator>阳春面</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://chenyc.info/?p=6</guid>
		<description><![CDATA[以前写的下载yahoo mp3的代码，不知道现在还能不能用;
yahoomp3类根据命令行输入的歌曲名，从chinamp3获取歌曲列表并打印到屏幕，
需要选择一个，然后会通过wget进行下载（wget在linux系统下默认都有的，windows下需要另外下载）,歌曲下载完后，自动修改ID3标签，这个[......]<p class='read-more'><a href='http://chenyc.info/2010/02/downmp3/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>以前写的下载yahoo mp3的代码，不知道现在还能不能用;<br />
yahoomp3类根据命令行输入的歌曲名，从chinamp3获取歌曲列表并打印到屏幕，<br />
需要选择一个，然后会通过wget进行下载（wget在linux系统下默认都有的，windows下需要另外下载）,歌曲下载完后，自动修改ID3标签，这个[......]
<p class='read-more'><a href='http://chenyc.info/2010/02/downmp3/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chenyc.info/2010/02/downmp3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

