<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>调优 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E8%B0%83%E4%BC%98/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Sun, 22 May 2011 14:54:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Python Essential Reference 4th – 第11章 – 读书笔记</title>
		<link>https://www.coder4.com/archives/1573</link>
					<comments>https://www.coder4.com/archives/1573#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sun, 22 May 2011 14:54:22 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Essential Reference]]></category>
		<category><![CDATA[性能]]></category>
		<category><![CDATA[测试]]></category>
		<category><![CDATA[第11章]]></category>
		<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[调优]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1573</guid>

					<description><![CDATA[本章主要介绍测试、调试和性能调优 1、C、Java等语言，都是预编译类型，编译器会阻止大部分的错误。而对于Python来说，仅当运行时才能知道错误。因此，发现错误的过程更麻烦一些。 2、函数、类等第一行常用三个引号的字符串来写注释docstring，如下： def split(line,...): """ Split.... >>>split(...) >>>[...] """ 如上所示，doc中经常包含python交互shell的[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1573/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
