<?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>男单 618 &#187; python</title>
	<atom:link href="http://www.ai7.org/wp/html/tag/python/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ai7.org/wp</link>
	<description>生活象筒装的卫生纸，开始的时候怎么扯都不觉得在转，后来转的越来越快。</description>
	<lastBuildDate>Tue, 17 Aug 2010 04:19:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>基于Python的针对科学家和工程师的软件工程</title>
		<link>http://www.ai7.org/wp/html/750.html</link>
		<comments>http://www.ai7.org/wp/html/750.html#comments</comments>
		<pubDate>Sun, 23 May 2010 09:08:12 +0000</pubDate>
		<dc:creator>amao</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.ai7.org/wp/html/750.html</guid>
		<description><![CDATA[Software Engineering with Python for Scientist and Engineers是PSF2005年资助的一项计划，项目主页在Software Carpentry，作者是Greg Wilson。该项目由一系列的讲座组成，帮助科技工作者使用Python快捷的任务。目前作者正在完善第4版。更详细的信息查阅项目主页和作者的Blog。
Lectures

Introduction
Python Basics
Python Strings, Lists, and Files
Python Functions and Modules
Debugging
Version Control
Python Sets and Dictionaries
Image Processing
Basic Unix Shell
More Unix Shell
Automated Builds
Computational Complexity
Python Basic Object-Oriented Programming
Python Advanced Object-Oriented Programming
Quality Assurance
Unit Testing
Databases
Regular Expressions
Binary Data
XML
GUI Programming
Web Client Programming
How Web Servers Work
Web Application Programming
Empirical Software Engineering
Software Development Lifecycles
Summary
License
Glossary
Acknowledgments
Bibliography


]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.python.org/files/psf/grants/swc.pdf">Software Engineering with Python for Scientist and Engineers</a>是<a href="http://www.python.org/psf/">PSF</a>2005年资助的一项计划，项目主页在<a href="http://software-carpentry.org/">Software Carpentry</a>，作者是<a href="http://software-carpentry.org/blog/">Greg Wilson</a>。该项目由一系列的讲座组成，帮助科技工作者使用Python快捷的任务。目前作者正在完善第4版。更详细的信息查阅<a href="http://software-carpentry.org/">项目主页</a>和<a href="http://www.software-carpentry.org/blog/">作者的Blog</a>。<br />
<h2>Lectures</h2>
<ol>
<li><a href="http://software-carpentry.org/intro.html" target="lec:intro">Introduction</a></li>
<li><a href="http://software-carpentry.org/py01.html" target="lec:py01">Python Basics</a></li>
<li><a href="http://software-carpentry.org/py02.html" target="lec:py02">Python Strings, Lists, and Files</a></li>
<li><a href="http://software-carpentry.org/py03.html" target="lec:py03">Python Functions and Modules</a></li>
<li><a href="http://software-carpentry.org/debugging.html" target="lec:debugging">Debugging</a></li>
<li><a href="http://software-carpentry.org/version.html" target="lec:version">Version Control</a></li>
<li><a href="http://software-carpentry.org/py04.html" target="lec:py04">Python Sets and Dictionaries</a></li>
<li><a href="http://software-carpentry.org/imgproc.html" target="lec:imgproc">Image Processing</a></li>
<li><a href="http://software-carpentry.org/shell01.html" target="lec:shell01">Basic Unix Shell</a></li>
<li><a href="http://software-carpentry.org/shell02.html" target="lec:shell02">More Unix Shell</a></li>
<li><a href="http://software-carpentry.org/build.html" target="lec:build">Automated Builds</a></li>
<li><a href="http://software-carpentry.org/bigoh.html" target="lec:bigoh">Computational Complexity</a></li>
<li><a href="http://software-carpentry.org/oop01.html" target="lec:oop01">Python Basic Object-Oriented Programming</a></li>
<li><a href="http://software-carpentry.org/oop02.html" target="lec:oop02">Python Advanced Object-Oriented Programming</a></li>
<li><a href="http://software-carpentry.org/qa.html" target="lec:qa">Quality Assurance</a></li>
<li><a href="http://software-carpentry.org/unit.html" target="lec:unit">Unit Testing</a></li>
<li><a href="http://software-carpentry.org/db.html" target="lec:db">Databases</a></li>
<li><a href="http://software-carpentry.org/re.html" target="lec:re">Regular Expressions</a></li>
<li><a href="http://software-carpentry.org/binary.html" target="lec:binary">Binary Data</a></li>
<li><a href="http://software-carpentry.org/xml.html" target="lec:xml">XML</a></li>
<li><a href="http://software-carpentry.org/gui.html" target="lec:gui">GUI Programming</a></li>
<li><a href="http://software-carpentry.org/client.html" target="lec:client">Web Client Programming</a></li>
<li><a href="http://software-carpentry.org/nitinat.html" target="lec:nitinat">How Web Servers Work</a></li>
<li><a href="http://software-carpentry.org/server.html" target="lec:server">Web Application Programming</a></li>
<li><a href="http://software-carpentry.org/empirical.html" target="lec:empirical">Empirical Software Engineering</a></li>
<li><a href="http://software-carpentry.org/lifecycle.html" target="lec:lifecycle">Software Development Lifecycles</a></li>
<li><a href="http://software-carpentry.org/summary.html" target="lec:summary">Summary</a></li>
<li><a href="http://software-carpentry.org/license.html" target="lec:license">License</a></li>
<li><a href="http://software-carpentry.org/glossary.html" target="lec:glossary">Glossary</a></li>
<li><a href="http://software-carpentry.org/ack.html" target="lec:ack">Acknowledgments</a></li>
<li><a href="http://software-carpentry.org/bib.html" target="lec:bib">Bibliography</a></li>
</ol>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=89fc99a8-e430-86e2-b733-02758c77b7f1" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ai7.org/wp/html/750.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>几个值得深入学习的工具</title>
		<link>http://www.ai7.org/wp/html/571.html</link>
		<comments>http://www.ai7.org/wp/html/571.html#comments</comments>
		<pubDate>Tue, 20 Oct 2009 14:22:09 +0000</pubDate>
		<dc:creator>amao</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[正则表达式]]></category>

		<guid isPermaLink="false">http://www.ai7.org/wp/html/571.html</guid>
		<description><![CDATA[
正则表达式
VIM
LaTeX
Python
Linux


]]></description>
			<content:encoded><![CDATA[<ol>
<li>正则表达式</li>
<li>VIM</li>
<li>LaTeX</li>
<li>Python</li>
<li>Linux</li>
</ol>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=8f2737d1-bda7-8133-ba26-4d050d98b32a" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ai7.org/wp/html/571.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zoundry Raven开源了</title>
		<link>http://www.ai7.org/wp/html/475.html</link>
		<comments>http://www.ai7.org/wp/html/475.html#comments</comments>
		<pubDate>Mon, 10 Aug 2009 09:14:41 +0000</pubDate>
		<dc:creator>amao</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[免费软件推荐]]></category>
		<category><![CDATA[Zoundry]]></category>
		<category><![CDATA[Zoundry Raven]]></category>

		<guid isPermaLink="false">http://www.ai7.org/wp/?p=475</guid>
		<description><![CDATA[Zoundry Raven以及原来的Zoundry是我在Windows平台下最喜欢的Blog客户端程序。但是因为只有Windows平台的版本，所以后来还是ScribeFire用的多。刚刚知道Zoundry Raven开源了（消息来源：python编写的博客编写客户端Zoundry Raven开源）。过去看了一下，两个没想到，没想到今年1月份就已经开源了，我还以为是最近的事情；另一个没想到是，开源了大半年，居然还没有人移植到其他平台上。
]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.zoundryraven.com/">Zoundry Raven</a>以及原来的<a target="_blank" href="http://www.zoundry.com/">Zoundry</a>是我在Windows平台下最喜欢的Blog客户端程序。但是因为只有Windows平台的版本，所以后来还是<a target="_blank" href="http://www.scribefire.com/">ScribeFire</a>用的多。刚刚知道Zoundry Raven开源了（消息来源：<a href="https://groups.google.com/group/python-cn/browse_thread/thread/154f18ec870dc73c">python编写的博客编写客户端Zoundry Raven开源</a>）。<a target="_blank" href="http://code.google.com/p/zoundryraven/">过去</a>看了一下，两个没想到，没想到今年1月份就已经开源了，我还以为是最近的事情；另一个没想到是，开源了大半年，居然还没有人移植到其他平台上。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ai7.org/wp/html/475.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
