<?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/%e8%be%9e%e6%9b%b8/feed" rel="self" type="application/rss+xml" />
	<link>https://www.python.ambitious-engineer.com</link>
	<description>PythonエンジニアによるPython3学習サイト</description>
	<lastBuildDate>Thu, 23 Sep 2021 11:16:48 +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>OrderedDict 辞書型で順序を保つ方法(Python3.5以前)</title>
		<link>https://www.python.ambitious-engineer.com/archives/633</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Thu, 02 Mar 2017 15:17:06 +0000</pubDate>
				<category><![CDATA[TIPS]]></category>
		<category><![CDATA[辞書]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=633</guid>

					<description><![CDATA[<p>この記事を書いた時点、Python3.5では辞書型は順序を保たなかったのですが、標準Python（CPython）では3.6から順序が保たれるようになりました。また、その他の実装のPythonでも3.7以降順序が保たれる...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/633">OrderedDict 辞書型で順序を保つ方法(Python3.5以前)</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/186</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Thu, 26 Jan 2017 04:03:17 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[ループ]]></category>
		<category><![CDATA[制御構文]]></category>
		<category><![CDATA[辞書]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=186</guid>

					<description><![CDATA[<p>前回少しだけ紹介した辞書のループ処理ですが、苦手とする方が多いため本ページでもう少し詳しく解説します。 3種類の基本ループ処理 辞書のループは、大別すると以下の3種類あります。 キーのループ 値のループ キーと値のループ...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/186">辞書のループ処理</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>dictionary(辞書)型</title>
		<link>https://www.python.ambitious-engineer.com/archives/180</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Wed, 25 Jan 2017 02:34:55 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[変数]]></category>
		<category><![CDATA[辞書]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=180</guid>

					<description><![CDATA[<p>Pythonでマップ型として扱われるもののうち、基本的な組込みの型で提供されているものにdictionary型があります。このページではdictionary型について説明します。 dictionary型の基本 dicti...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/180">dictionary(辞書)型</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
	</channel>
</rss>
