<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Worth Living &#187; Python入門</title>
	<atom:link href="https://worthliv.com/category/python/feed" rel="self" type="application/rss+xml" />
	<link>https://worthliv.com</link>
	<description>楽しく幸せに人生を送るためにはどうすれば良いのか？人生の要素をお金、仕事、勉強、プライベート、健康、心の6要素に分類して考察しています。プログラミング入門に関する記事も掲載。</description>
	<lastBuildDate>Wed, 09 Mar 2016 04:20:46 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/category/python/feed" />
	<item>
		<title>sysモジュール・コマンドラインに入力したパラメータを受け取る</title>
		<link>https://worthliv.com/python_sys.html</link>
		<comments>https://worthliv.com/python_sys.html#comments</comments>
		<pubDate>Sat, 01 Jun 2013 16:38:49 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[モジュール]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1287</guid>
		<description><![CDATA[sysモジュールを用いると、Pythonインタープリタに関する実行環境の情報を得られます。 スポンサーリンク >>> import sys # sysモジュール >>> sys.executable # Pythonの実 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_sys.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_sys.html" />
	</item>
		<item>
		<title>osモジュール</title>
		<link>https://worthliv.com/python_os.html</link>
		<comments>https://worthliv.com/python_os.html#comments</comments>
		<pubDate>Sat, 01 Jun 2013 16:24:04 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[モジュール]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1286</guid>
		<description><![CDATA[Pythonでは、OSに関する情報を取得したり、ディレクトリ操作を行うために、osモジュールが用意されています。 スポンサーリンク >>> import os # osモジュールのインポート >>> os.name #  [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_os.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_os.html" />
	</item>
		<item>
		<title>mathモジュール</title>
		<link>https://worthliv.com/python_math.html</link>
		<comments>https://worthliv.com/python_math.html#comments</comments>
		<pubDate>Sat, 01 Jun 2013 16:03:34 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[モジュール]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1285</guid>
		<description><![CDATA[mathモジュールは、数学に関する関数や定数が定義されています。 mathモジュールをインポートすることで、円周率πや三角関数、対数、べき乗、平方根などが扱えるようになります。 スポンサーリンク >>> import m [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_math.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_math.html" />
	</item>
		<item>
		<title>datetimeモジュール</title>
		<link>https://worthliv.com/python_datetime.html</link>
		<comments>https://worthliv.com/python_datetime.html#comments</comments>
		<pubDate>Sat, 01 Jun 2013 15:36:47 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[モジュール]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1284</guid>
		<description><![CDATA[datetimeモジュールは、ほとんどの言語で機能が提供されている、日付・時間に関するモジュールです。 早速使ってみます。 IDLEのシェルで、実行してみた結果です。 スポンサーリンク >>> import dateti [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_datetime.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_datetime.html" />
	</item>
		<item>
		<title>Pythonモジュールの使い方</title>
		<link>https://worthliv.com/python_python_1.html</link>
		<comments>https://worthliv.com/python_python_1.html#comments</comments>
		<pubDate>Sat, 01 Jun 2013 15:17:09 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[モジュール]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1283</guid>
		<description><![CDATA[Pythonでは、組み込みの基本的な機能以外は、モジュールをインポートして使うようになっています。 PerlやRubyと同じやり方です。 基本機能を搭載した本体はコンパクトにまとめ、必要に応じて必要なモジュールをインポー [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_python_1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_python_1.html" />
	</item>
		<item>
		<title>関数の引数にリストを渡した場合</title>
		<link>https://worthliv.com/python_post_14.html</link>
		<comments>https://worthliv.com/python_post_14.html#comments</comments>
		<pubDate>Sat, 01 Jun 2013 14:41:31 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[関数定義・ファンクション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1282</guid>
		<description><![CDATA[関数に引数として渡される値は、関数内のローカル変数となるという解説を行いました。 スポンサーリンク 参考： 変数のスコープ／グローバル変数とローカル変数 &#8211; Python入門ルーム 関数内からグローバルスコー [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_14.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_14.html" />
	</item>
		<item>
		<title>関数内からグローバルスコープの変数にアクセスする</title>
		<link>https://worthliv.com/python_post_13.html</link>
		<comments>https://worthliv.com/python_post_13.html#comments</comments>
		<pubDate>Sat, 01 Jun 2013 14:25:52 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[関数定義・ファンクション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1281</guid>
		<description><![CDATA[Pythonの変数スコープについて、前述しましたが、関数内からグローバルスコープの変数にアクセスする手段も、PHP同様に用意してあります。 書き方は、PHPなど他言語と同じように、global宣言を用います。 スポンサー [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_13.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_13.html" />
	</item>
		<item>
		<title>変数のスコープ／グローバル変数とローカル変数</title>
		<link>https://worthliv.com/python_post_12.html</link>
		<comments>https://worthliv.com/python_post_12.html#comments</comments>
		<pubDate>Sat, 01 Jun 2013 13:59:30 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[関数定義・ファンクション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1280</guid>
		<description><![CDATA[Pythonの変数スコープ Pythonの場合も、他の多くの言語と同様に、関数に引数として渡される変数は、ローカル変数として、関数内のみのローカルスコープに限り有効です。 スポンサーリンク この実験のために、次のようなコ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_12.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_12.html" />
	</item>
		<item>
		<title>関数で複数の値をreturnする</title>
		<link>https://worthliv.com/python_return.html</link>
		<comments>https://worthliv.com/python_return.html#comments</comments>
		<pubDate>Fri, 31 May 2013 18:45:40 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[関数定義・ファンクション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1279</guid>
		<description><![CDATA[Pythonでは、関数定義において、複数の値を返すように書くことができます。 通常、他のプログラミング言語では、関数は一つの値のみを返しますので、これはPython特有のものですね。 スポンサーリンク とは言っても、書き [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_return.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_return.html" />
	</item>
		<item>
		<title>関数引数のデフォルト値の指定、キーワード引数での関数呼び出し</title>
		<link>https://worthliv.com/python_post_11.html</link>
		<comments>https://worthliv.com/python_post_11.html#comments</comments>
		<pubDate>Fri, 31 May 2013 18:22:49 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[関数定義・ファンクション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1278</guid>
		<description><![CDATA[関数引数のデフォルト値の指定 Pythonでは、関数定義の際に、引数にデフォルト値を指定できます。 スポンサーリンク PHPと同じような書き方が可能です。 def name_old_country(name='あなた', [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_11.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_11.html" />
	</item>
		<item>
		<title>関数定義・ファンクションの書き方</title>
		<link>https://worthliv.com/python_post_10.html</link>
		<comments>https://worthliv.com/python_post_10.html#comments</comments>
		<pubDate>Fri, 31 May 2013 17:23:08 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[関数定義・ファンクション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1277</guid>
		<description><![CDATA[Pythonの関数定義は、他の言語とほぼ同じやり方ですので、分かりやすいです。 関数定義の宣言には、「def」を用います。 Rubyと同じです。 スポンサーリンク def sum(n1, n2, n3, n4): ret [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_10.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_10.html" />
	</item>
		<item>
		<title>三項式</title>
		<link>https://worthliv.com/python_post_9.html</link>
		<comments>https://worthliv.com/python_post_9.html#comments</comments>
		<pubDate>Fri, 31 May 2013 07:38:25 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[制御・繰り返し（ループ）と条件分岐]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1276</guid>
		<description><![CDATA[Pythonでは、if～else文を三項式の形でも書けます。 以下のようなスクリプトを例で書きます。 スポンサーリンク for i in range(10): if i % 2 == 0: a = str(i) + 'は [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_9.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_9.html" />
	</item>
		<item>
		<title>inによる条件式</title>
		<link>https://worthliv.com/python_in.html</link>
		<comments>https://worthliv.com/python_in.html#comments</comments>
		<pubDate>Fri, 31 May 2013 06:58:30 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[制御・繰り返し（ループ）と条件分岐]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1275</guid>
		<description><![CDATA[inの条件式 Pythonでは、他言語にはあまり見られない、「in」という条件式の書き方があります。 スポンサーリンク SQLのIN文のようなイメージです。 lists = [2,5,13,24] for i in ra [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_in.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_in.html" />
	</item>
		<item>
		<title>比較演算子・論理演算子</title>
		<link>https://worthliv.com/python_post_8.html</link>
		<comments>https://worthliv.com/python_post_8.html#comments</comments>
		<pubDate>Fri, 31 May 2013 06:11:16 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[制御・繰り返し（ループ）と条件分岐]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1274</guid>
		<description><![CDATA[比較演算子 if文で条件式を書く場合、他言語と同様に、Pythonでも比較演算子を用いることが多いです。 スポンサーリンク Pythonの比較演算子は、ほとんどの言語と共通で分かりやすいです。 ==　　　a == b　　 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_8.html" />
	</item>
		<item>
		<title>if～elif～elseの条件分岐</title>
		<link>https://worthliv.com/python_ifelifelse.html</link>
		<comments>https://worthliv.com/python_ifelifelse.html#comments</comments>
		<pubDate>Fri, 31 May 2013 05:33:38 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[制御・繰り返し（ループ）と条件分岐]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1273</guid>
		<description><![CDATA[Pythonの条件分岐は、多くのプログラミング言語と同様に、if文で行います。 if文の勉強のために、プログラミングで有名なFizzBuzz問題を解いてみます。 スポンサーリンク FizzBuzz問題とは・・・ 1から順 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_ifelifelse.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_ifelifelse.html" />
	</item>
		<item>
		<title>whileループ</title>
		<link>https://worthliv.com/python_while.html</link>
		<comments>https://worthliv.com/python_while.html#comments</comments>
		<pubDate>Fri, 31 May 2013 05:06:36 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[制御・繰り返し（ループ）と条件分岐]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1272</guid>
		<description><![CDATA[Pythonでは、他言語のループ制御と同様に、while文も使えます。 whileで指定した条件が、「真」と評価される間は、ブロックが実行されて、ループが繰り返されます。 for文との違いは、カウンタとなる変数を必ずしも [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_while.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_while.html" />
	</item>
		<item>
		<title>forループ</title>
		<link>https://worthliv.com/python_for.html</link>
		<comments>https://worthliv.com/python_for.html#comments</comments>
		<pubDate>Thu, 30 May 2013 09:50:42 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[制御・繰り返し（ループ）と条件分岐]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1271</guid>
		<description><![CDATA[Pythonの制御構造には、ほかのプログラミング言語と同様に、ループ（繰り返し）と条件分岐が備わっています。 まずは、ループの代表格である、forループ。 スポンサーリンク forループの書き方 for i in ran [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_for.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_for.html" />
	</item>
		<item>
		<title>スクリプトファイルをコマンドラインから実行</title>
		<link>https://worthliv.com/python_post_7.html</link>
		<comments>https://worthliv.com/python_post_7.html#comments</comments>
		<pubDate>Thu, 30 May 2013 09:39:30 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Pythonプログラミングの基本]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1270</guid>
		<description><![CDATA[エディタを用いて、Pythonでスクリプトファイルを作成し、コマンドラインから「python」というコマンドでスクリプトファイル名を指定して、起動することで、スクリプトの実行を行えます。 PerlやPHPなどと同様なので [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_7.html" />
	</item>
		<item>
		<title>辞書（ディクショナリ）</title>
		<link>https://worthliv.com/python_post_6.html</link>
		<comments>https://worthliv.com/python_post_6.html#comments</comments>
		<pubDate>Thu, 30 May 2013 09:19:32 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Pythonプログラミングの基本]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1269</guid>
		<description><![CDATA[Pythonの辞書は、他言語で言うところのハッシュ（連想配列）のようなデータ型です。 キー（見出し語）と値（内容）がペアとなっているデータ構造を表します。 スポンサーリンク 辞書を作る際には、キーとペアを「:」（コロン） [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_6.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_6.html" />
	</item>
		<item>
		<title>タプル</title>
		<link>https://worthliv.com/python_post_5.html</link>
		<comments>https://worthliv.com/python_post_5.html#comments</comments>
		<pubDate>Thu, 30 May 2013 08:58:18 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Pythonプログラミングの基本]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1268</guid>
		<description><![CDATA[タプルは、リストに似たデータ型ですが、タプルを定義した後は、後から値の変更やデータ構造を変更できない、という点がリストとは異なります。 後から値を変更させたくなかったり、データ構造を固定させたいときなどに、タプルを用いま [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_5.html" />
	</item>
		<item>
		<title>リスト</title>
		<link>https://worthliv.com/python_post_4.html</link>
		<comments>https://worthliv.com/python_post_4.html#comments</comments>
		<pubDate>Thu, 30 May 2013 08:25:13 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Pythonプログラミングの基本]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1267</guid>
		<description><![CDATA[Pythonのデータ型であるリストは、ほかのプログラミング言語でいうところの、配列に似た役割です。 スポンサーリンク 一次元だけでなく、多次元の並びにすることもでき、リストの中に、一つの要素として別のリストを含むこともで [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_4.html" />
	</item>
		<item>
		<title>コレクション（リスト・タプル・辞書）／データ型</title>
		<link>https://worthliv.com/python_post_3.html</link>
		<comments>https://worthliv.com/python_post_3.html#comments</comments>
		<pubDate>Thu, 30 May 2013 08:13:58 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Pythonプログラミングの基本]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1266</guid>
		<description><![CDATA[これまで見てきた整数や浮動小数点数、文字列などのデータ型のほかに、Pythonにはコレクションという特徴的なデータ型があります。 スポンサーリンク コレクションとは、複数のデータが寄り集まり、一定の構造を持った形のデータ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_3.html" />
	</item>
		<item>
		<title>文字列の表現と処理</title>
		<link>https://worthliv.com/python_post_2.html</link>
		<comments>https://worthliv.com/python_post_2.html#comments</comments>
		<pubDate>Thu, 30 May 2013 04:00:44 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Pythonプログラミングの基本]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1265</guid>
		<description><![CDATA[Pythonの文字列は、最初からUnicodeに対応しているので、世界各国の文字列を表現することが可能です。 スポンサーリンク 文字列の表示 Pythonでは、ほかの多くのプログラミング言語と同様に、「&#8221;」（ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_2.html" />
	</item>
		<item>
		<title>変数への代入と変数を使った演算</title>
		<link>https://worthliv.com/python_post_1.html</link>
		<comments>https://worthliv.com/python_post_1.html#comments</comments>
		<pubDate>Thu, 30 May 2013 03:42:35 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Pythonプログラミングの基本]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1264</guid>
		<description><![CDATA[Pythonでも、当然、変数を使用できます。 PHPのように、変数の頭に「$」マークをつけたりはしません。 スポンサーリンク 変数への代入や変数を用いた演算、変数での関数への引数渡しなど、ほかのプログラミング言語と同様な [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_1.html" />
	</item>
		<item>
		<title>数値演算</title>
		<link>https://worthliv.com/python_post.html</link>
		<comments>https://worthliv.com/python_post.html#comments</comments>
		<pubDate>Thu, 30 May 2013 03:31:33 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Pythonプログラミングの基本]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1263</guid>
		<description><![CDATA[Pythonでも、ほかのプログラミング言語と同様に、四則演算が可能です。 スポンサーリンク >>> print 3 + 5 * 8 43 >>> 58 - 32 26 >>> 8 % 3 2 >>> 9 / 5 1 >> [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post.html" />
	</item>
	</channel>
</rss>
