<?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>Terrysco&#039;s Blog &#187; python</title>
	<atom:link href="http://www.terrysco.com/node/tag/python/feed" rel="self" type="application/rss+xml" />
	<link>http://www.terrysco.com</link>
	<description>仅关注于互联网行业， Linux平台开发。</description>
	<lastBuildDate>Sat, 22 May 2010 10:50:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下django开发</title>
		<link>http://www.terrysco.com/node/arch-django-first-course.html</link>
		<comments>http://www.terrysco.com/node/arch-django-first-course.html#comments</comments>
		<pubDate>Mon, 15 Dec 2008 20:53:25 +0000</pubDate>
		<dc:creator>terrysco</dc:creator>
				<category><![CDATA[CMS/FrameWork]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.anyliv.com/www.terrysco.com/?p=71</guid>
		<description><![CDATA[<p>在archLinux下做web开发是非常方便的，源里面大部分东西都有了。我们今天来进行django的学习尝试。</p><p>首先，安装django，源里面已经打包好了。直接安装，sudo pacman -Sy django</p><p>安装完后，我们去/usr/lib/python2.6/site-packages/django目录下，其中python2.6目录是当前我的python版本，当前目录下有个bin目录，建议将此路径加入到系统path里面去，省得每次都要输入完整路径。</p><p>...</p>
]]></description>
		<wfw:commentRss>http://www.terrysco.com/node/arch-django-first-course.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>php和python的比较</title>
		<link>http://www.terrysco.com/node/from-php-2-python.html</link>
		<comments>http://www.terrysco.com/node/from-php-2-python.html#comments</comments>
		<pubDate>Fri, 12 Dec 2008 18:23:34 +0000</pubDate>
		<dc:creator>terrysco</dc:creator>
				<category><![CDATA[PHP/Python/Perl/Ruby]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.anyliv.com/www.terrysco.com/?p=70</guid>
		<description><![CDATA[<p>python的应用现在越来越多了，想多了解点pygtk和django的东西，但只有一些php和C的基础，而python的语法还是比较独特的。接触python半年多，总结一点和php的比较以及优缺点。</p><p>首先，python的性能一直比较争议，而php本身的速度是比java的东西慢，但和db操作起来，肯定是比java的东西快很多了，这算是一个php的优势。并且php的成本较低（LAMP）应该算是很便宜的东东了，而现在支持python的服务器还不是很普遍，对机器要求也较高。下面简单看看语法。</p><p>...</p>
]]></description>
		<wfw:commentRss>http://www.terrysco.com/node/from-php-2-python.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>dive into python</title>
		<link>http://www.terrysco.com/node/dive-into-python.html</link>
		<comments>http://www.terrysco.com/node/dive-into-python.html#comments</comments>
		<pubDate>Sun, 25 Nov 2007 18:01:50 +0000</pubDate>
		<dc:creator>terrysco</dc:creator>
				<category><![CDATA[PHP/Python/Perl/Ruby]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.anyliv.com/www.terrysco.com/?p=18</guid>
		<description><![CDATA[<p>pdf格式，下载地址：http://www.woodpecker.org.cn/diveintopython/</p><p>网上比较流行的关于python的电子文档有两个，python简明教程和dive into python。前者对python做了一些简要介绍，程序底子不错的朋友看了它基本可以上手写东西了，但是内容比较少。而这本dive into python内容较为详尽，并且介绍python的流程比较特别。一般的程序类书籍，首先是hello world，然后是数据类型和语言逻辑控制，最后是函数和对象以及网络操作等等。而这本书每个章节首先给出一段代码段，然后逐行分析，逐步让读者了解其中的含义，在这个过程中慢慢了解python的各个方面。不失为一个比较高效的学习方法。</p><p>...</p>
]]></description>
		<wfw:commentRss>http://www.terrysco.com/node/dive-into-python.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php，perl和python杂谈</title>
		<link>http://www.terrysco.com/node/about-php-perl-python.html</link>
		<comments>http://www.terrysco.com/node/about-php-perl-python.html#comments</comments>
		<pubDate>Thu, 23 Nov 2006 19:20:53 +0000</pubDate>
		<dc:creator>terrysco</dc:creator>
				<category><![CDATA[PHP/Python/Perl/Ruby]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.anyliv.com/www.terrysco.com/?p=14</guid>
		<description><![CDATA[<p>先说perl，这是个脚本语言，不过它的功能并不仅限于此，它是一门功能很强大的语言，古老的cgi用perl可以很好的胜任，但是有一部分的perl程序员转向python了，原因是perl语言本身有一些令人迷惑的地方，就连创建perl语言的人都说不清楚。 我刚开始接触perl的时候看到对变量的命名规则就有很多，@,$等等。。自己也说不上这样做的好处跟坏处，总之觉得perl的效率还是可以的，尤其是其强大的正则表达式实现机制和文本操作能力，所以做linux的运维者学习perl是很有助于工作的。（个人意见）</p>...
]]></description>
		<wfw:commentRss>http://www.terrysco.com/node/about-php-perl-python.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
