<?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/%E7%BB%84%E7%BB%87/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Tue, 17 May 2011 15:12:52 +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 – 第8章 – 读书笔记</title>
		<link>https://www.coder4.com/archives/1545</link>
					<comments>https://www.coder4.com/archives/1545#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Tue, 17 May 2011 13:19:05 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[easy_setup]]></category>
		<category><![CDATA[Python Essential Reference]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[包]]></category>
		<category><![CDATA[安装]]></category>
		<category><![CDATA[模块]]></category>
		<category><![CDATA[注册]]></category>
		<category><![CDATA[第8章]]></category>
		<category><![CDATA[组织]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1545</guid>

					<description><![CDATA[1、Python程序可以通过模块(modules)和包(package)来组织，简单来说，模块就是xx.py文件，而包就是一组这种文件组成的文件夹（含子文件夹） 2、如1中所属，每一个.py文件都可以看做是一个模块，通过import来引用。 [python] #spam.py a = 37 def foo(): print(&#34;I'm foo and a is %d&#34; % a) def bar(): print(&#34;I'm b[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1545/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
