<?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%82%af%e3%83%a9%e3%82%b9/feed" rel="self" type="application/rss+xml" />
	<link>https://www.python.ambitious-engineer.com</link>
	<description>PythonエンジニアによるPython3学習サイト</description>
	<lastBuildDate>Sun, 07 Nov 2021 09:15:28 +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>hasattr 指定の属性を持つかどうかを検査する</title>
		<link>https://www.python.ambitious-engineer.com/archives/1430</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Mon, 15 Jan 2018 14:27:39 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[クラス]]></category>
		<category><![CDATA[組み込み関数]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=1430</guid>

					<description><![CDATA[<p>hasattr Pythonのオブジェクトは動的に属性を追加したり削除できるため、「オブジェクトが属性を持つかどうかは(型に依存せず)状況次第」という特徴があります。 ある程度規模の大きな開発の場合、データの連携時に期待...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/1430">hasattr 指定の属性を持つかどうかを検査する</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>変数の型を判定する その2 type関数</title>
		<link>https://www.python.ambitious-engineer.com/archives/627</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Sun, 30 Apr 2017 01:53:28 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[クラス]]></category>
		<category><![CDATA[組み込み関数]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=627</guid>

					<description><![CDATA[<p>前のページで、変数の型を判定するisinstanceという関数をご紹介しましたが、type関数と合わせてもう少し詳しく解説します。 type関数 type関数は引数で指定したオブジェクトのクラス（=型オブジェクト）を返し...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/627">変数の型を判定する その2 type関数</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/355</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Wed, 22 Feb 2017 06:18:04 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[クラス]]></category>
		<category><![CDATA[特殊メソッド]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=355</guid>

					<description><![CDATA[<p>オブジェクトの演算 Pythonの文字列は等価演算子(==)で比較をしたり、足し算(+記号)で結合することができます。一方で引き算(-記号)を利用するとTypeErrorが発生します。これは、strクラスで等価演算や足し...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/355">演算の定義</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>__new__メソッド</title>
		<link>https://www.python.ambitious-engineer.com/archives/310</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Thu, 16 Feb 2017 11:24:26 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[クラス]]></category>
		<category><![CDATA[特殊メソッド]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=310</guid>

					<description><![CDATA[<p>__new__ 特殊メソッドの__new__は、インスタンスの初期化前に「インスタンスを生成するために」処理が実行されます。実装する際、__new__メソッドの第1引数はclsを指定しますが、クラスオブジェクトです。また...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/310">__new__メソッド</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/336</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Sun, 19 Feb 2017 09:03:19 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[クラス]]></category>
		<category><![CDATA[特殊メソッド]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=336</guid>

					<description><![CDATA[<p>ディスクリプタとは 特殊メソッド__get__、__set__、__delete__のうちいずれかのメソッドが定義されたオブジェクトをディスクリプタと呼びます。ディスクリプタをメンバにもつオブジェクトに対し、そのメンバに...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/336">ディスクリプタ</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/338</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Tue, 21 Feb 2017 12:56:41 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[クラス]]></category>
		<category><![CDATA[特殊メソッド]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=338</guid>

					<description><![CDATA[<p>特殊メソッド Pythonのクラスでは、特殊メソッドと呼ばれるアンダーバー2つで囲まれた特定の名前のメソッドを実装すると、ある処理を実行した際にそのメソッドが自動的に呼び出されます。たとえば__init__がそれに該当し...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/338">特殊メソッド</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/348</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Mon, 20 Feb 2017 11:50:00 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[クラス]]></category>
		<category><![CDATA[デコレータ]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=348</guid>

					<description><![CDATA[<p>注意：関数デコレータを理解されていない方は、先にそちらを理解することをおすすめします。 型オブジェクト（クラスオブジェクト）の復習 型オブジェクト（クラスオブジェクト）で説明したとおり、Pythonではクラスもただのオブ...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/348">クラスデコレータ</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/344</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Sat, 18 Feb 2017 10:37:17 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[クラス]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=344</guid>

					<description><![CDATA[<p>属性へのアクセス これまで見てきたように、Pythonで属性にアクセスする際は [オブジェクト名.メンバ名] の形式で記述しました。ですが、例えば「参照するときはカッコを付けたい」「更新するときはチェックをしたい」「削除...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/344">プロパティ</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/323</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Fri, 17 Feb 2017 07:58:22 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[クラス]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=323</guid>

					<description><![CDATA[<p>慣習的な命名規則によるプライベートメンバ アクセス修飾子とは、生成されたオブジェクトのメンバ（変数やメソッド）に対して外部からの参照や更新を制御するための修飾子のことです。オブジェクト指向プログラミングが可能な言語の多く...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/323">プライベートメンバ</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/312</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Wed, 15 Feb 2017 12:21:48 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[クラス]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=312</guid>

					<description><![CDATA[<p>継承 オブジェクト指向プログラミングをサポートする言語では、大抵継承と呼ばれる機能が実装されています。あるクラスを定義する際に親となるクラスを指定すると、そのクラスの機能をまるごと引き継ぐことが可能となりますが、この機能...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/312">クラスの継承</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
	</channel>
</rss>
