<?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>モジュール | Python学習講座</title>
	<atom:link href="https://www.python.ambitious-engineer.com/archives/tag/%e3%83%a2%e3%82%b8%e3%83%a5%e3%83%bc%e3%83%ab/feed" rel="self" type="application/rss+xml" />
	<link>https://www.python.ambitious-engineer.com</link>
	<description>PythonエンジニアによるPython3学習サイト</description>
	<lastBuildDate>Tue, 02 Mar 2021 14:46:02 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.python.ambitious-engineer.com/wp-content/uploads/2020/05/favicon2-32.png</url>
	<title>モジュール | Python学習講座</title>
	<link>https://www.python.ambitious-engineer.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>モジュールを使ってみよう</title>
		<link>https://www.python.ambitious-engineer.com/archives/3173</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Tue, 02 Mar 2021 14:43:52 +0000</pubDate>
				<category><![CDATA[初めてのプログラミング編]]></category>
		<category><![CDATA[モジュール]]></category>
		<guid isPermaLink="false">https://www.python.ambitious-engineer.com/?p=3173</guid>

					<description><![CDATA[<p>モジュールとは これまで1つのPythonファイルでPythonのコードを作ってきましたが実際の開発ではファイルをいくつかに分割して部品のように扱います。 予め作った外部から呼び出せるPythonのファイルやファイルの塊...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/3173">モジュールを使ってみよう</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>モジュールの実行と__name__</title>
		<link>https://www.python.ambitious-engineer.com/archives/950</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Wed, 19 Apr 2017 11:41:25 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[モジュール]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=950</guid>

					<description><![CDATA[<p>Pythonスクリプトでよく使う以下のイディオムですが、今回はこの意味の説明と、pythonコマンドで実行可能なスクリプトの作成方法について説明します。 変数__name__と"__main__" 変数__name__に...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/950">モジュールの実行と__name__</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>__pycache__と.pycファイル</title>
		<link>https://www.python.ambitious-engineer.com/archives/452</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Thu, 02 Mar 2017 14:34:40 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[モジュール]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=452</guid>

					<description><![CDATA[<p>このページではモジュール使用時に作成される__pycache__ディレクトリと.pycファイルについて補足として解説をします。 Pythonのバイトコード 自前のPythonモジュールをimportすると自動的に__py...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/452">__pycache__と.pycファイル</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>モジュール</title>
		<link>https://www.python.ambitious-engineer.com/archives/429</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Wed, 01 Mar 2017 12:42:05 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[モジュール]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=429</guid>

					<description><![CDATA[<p>外部モジュールのimport 外部モジュールのimport これまで既に何度か登場しましたが、標準ライブラリなどのモジュールを使用する際はimport文を使用します。例えば、標準ライブラリのmathモジュールを使用する場...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/429">モジュール</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
	</channel>
</rss>
