<?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>コムテブログ</title>
	<atom:link href="https://commte.net/feed" rel="self" type="application/rss+xml" />
	<link>https://commte.net</link>
	<description>Python をわかりやすく解説。初心者のPythonプログラマーとWebデザイナーの助けになるブログ。</description>
	<lastBuildDate>Fri, 09 Dec 2022 04:02:47 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.3</generator>
	<item>
		<title>Python : duck typing（ダックタイピング） とは</title>
		<link>https://commte.net/7688</link>
					<comments>https://commte.net/7688#respond</comments>
		
		<dc:creator><![CDATA[commte]]></dc:creator>
		<pubDate>Sat, 22 Jan 2022 06:12:36 +0000</pubDate>
				<category><![CDATA[class]]></category>
		<guid isPermaLink="false">https://commte.net/?p=7688</guid>

					<description><![CDATA[duck typing（ダックタイピング） とは、クラスが別でも、同じ名前のメソッドを使用することができるスタイル。共通のメソッドを持ちさえすれば、継承を使わなくても、どのようなオブジェクトでも、これらのメソッドを実行で [&#8230;]]]></description>
		
					<wfw:commentRss>https://commte.net/7688/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python : 再帰は大きな問題が小さな問題に収束するように使う</title>
		<link>https://commte.net/7684</link>
					<comments>https://commte.net/7684#respond</comments>
		
		<dc:creator><![CDATA[commte]]></dc:creator>
		<pubDate>Fri, 14 Jan 2022 05:21:04 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[組み込み関数]]></category>
		<guid isPermaLink="false">https://commte.net/?p=7684</guid>

					<description><![CDATA[関数の再帰呼び出しとは「関数 A の中から、この関数 A 自身を呼び出すこと」である。 「ある手続きを実行している最中に、同じ手続きを、違う対象について行う」といった入れ子構造になった処理。大きな問題が小さな問題に収束す [&#8230;]]]></description>
		
					<wfw:commentRss>https://commte.net/7684/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python: f-string（f 文字列）と「:」の便利な使い方</title>
		<link>https://commte.net/7672</link>
					<comments>https://commte.net/7672#respond</comments>
		
		<dc:creator><![CDATA[commte]]></dc:creator>
		<pubDate>Tue, 07 Dec 2021 03:50:23 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[データ構造]]></category>
		<guid isPermaLink="false">https://commte.net/?p=7672</guid>

					<description><![CDATA[f-string は式を埋め込める文字リテラルである。先頭に f を付け、f{式}と書く。{} の中に、全ての Python 式を書くことができる。 エンジニア速報は Twitter の@commteで配信しています。  [&#8230;]]]></description>
		
					<wfw:commentRss>https://commte.net/7672/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python: bytes 型 と str 型の違い。変換方法</title>
		<link>https://commte.net/7668</link>
					<comments>https://commte.net/7668#respond</comments>
		
		<dc:creator><![CDATA[commte]]></dc:creator>
		<pubDate>Mon, 06 Dec 2021 02:33:06 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[データ構造]]></category>
		<guid isPermaLink="false">https://commte.net/?p=7668</guid>

					<description><![CDATA[Python 3 では、文字列データを表すのに bytes と str がある。bytes のインスタンスは符号なし 8 ビット値で構成され、ASCII（文字コードの標準規格） エンコーディングで表示される。str は  [&#8230;]]]></description>
		
					<wfw:commentRss>https://commte.net/7668/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python: MySQL へ接続するモジュール mysqlclient（MySQLdb）の使い方</title>
		<link>https://commte.net/7661</link>
					<comments>https://commte.net/7661#respond</comments>
		
		<dc:creator><![CDATA[commte]]></dc:creator>
		<pubDate>Thu, 02 Dec 2021 03:28:34 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[モジュール]]></category>
		<guid isPermaLink="false">https://commte.net/?p=7661</guid>

					<description><![CDATA[MySQL へ接続するモジュール mysqlclient を使うには、インポートの際に MySQLdb と記述する必要がある。 エンジニア速報は Twitter の@commteで配信しています。 Sponsored L [&#8230;]]]></description>
		
					<wfw:commentRss>https://commte.net/7661/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python: インポートしたときに「ModuleNotFoundError」になる場合の対処法</title>
		<link>https://commte.net/7655</link>
					<comments>https://commte.net/7655#respond</comments>
		
		<dc:creator><![CDATA[commte]]></dc:creator>
		<pubDate>Wed, 01 Dec 2021 02:32:30 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[開発環境]]></category>
		<guid isPermaLink="false">https://commte.net/?p=7655</guid>

					<description><![CDATA[モジュールをインストールした後、ファイルに「import モジュール名」を記載すると ModuleNotFoundError というエラーが出る場合の対処法。 エンジニア速報は Twitter の@commteで配信して [&#8230;]]]></description>
		
					<wfw:commentRss>https://commte.net/7655/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python: カウンタ。Counter()関数で要素数を計算する</title>
		<link>https://commte.net/7646</link>
					<comments>https://commte.net/7646#respond</comments>
		
		<dc:creator><![CDATA[commte]]></dc:creator>
		<pubDate>Mon, 29 Nov 2021 02:41:53 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[モジュール]]></category>
		<guid isPermaLink="false">https://commte.net/?p=7646</guid>

					<description><![CDATA[Python 標準ライブラリである collections の Counter()関数は要素数の計算を行う。出現の回数を集計する場合などに便利である。 エンジニア速報は Twitter の@commteで配信しています。 [&#8230;]]]></description>
		
					<wfw:commentRss>https://commte.net/7646/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python: Requests-HTML の使い方</title>
		<link>https://commte.net/7628</link>
					<comments>https://commte.net/7628#respond</comments>
		
		<dc:creator><![CDATA[commte]]></dc:creator>
		<pubDate>Fri, 26 Nov 2021 03:06:34 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[モジュール]]></category>
		<guid isPermaLink="false">https://commte.net/?p=7628</guid>

					<description><![CDATA[Requests-HTML は、Web スクレイピングを簡単に操作にするモジュールである。HTML のパースなどページを取り出して目的の要素を処理する。 エンジニア速報は Twitter の@commteで配信しています [&#8230;]]]></description>
		
					<wfw:commentRss>https://commte.net/7628/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python: BeautifulSoup 使い方（タイトル・HTML 取得など）</title>
		<link>https://commte.net/7608</link>
					<comments>https://commte.net/7608#respond</comments>
		
		<dc:creator><![CDATA[commte]]></dc:creator>
		<pubDate>Thu, 25 Nov 2021 03:15:19 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[モジュール]]></category>
		<guid isPermaLink="false">https://commte.net/?p=7608</guid>

					<description><![CDATA[BeautifulSoup モジュール は、HTML や XML ファイルからタイトルやヘディングを取得することができるモジュールである。正規表現を組み合わせれば、様々な情報を整形して取得することが可能である。 エンジニ [&#8230;]]]></description>
		
					<wfw:commentRss>https://commte.net/7608/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python: Requests モジュールの使い方（スクレイピング、データ収集など）</title>
		<link>https://commte.net/7603</link>
					<comments>https://commte.net/7603#respond</comments>
		
		<dc:creator><![CDATA[commte]]></dc:creator>
		<pubDate>Wed, 24 Nov 2021 03:51:16 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[モジュール]]></category>
		<guid isPermaLink="false">https://commte.net/?p=7603</guid>

					<description><![CDATA[HTTP クライアントインターフェースとして広く使われている Requests モジュールは、HTTP リソースを簡単に使うためのサードパーティ製のライブラリである。HTTP レスポンスの情報が格納されたオブジェクトが返 [&#8230;]]]></description>
		
					<wfw:commentRss>https://commte.net/7603/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
