<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>PX-WING</author_name>
  <author_url>https://blog.hatena.ne.jp/PX-WING/</author_url>
  <blog_title>フリーランス　技術調査ブログ</blog_title>
  <blog_url>https://px-wing.hatenablog.com/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>モジュールを作成する モジュールを作成するには、必要なコードを.pyファイル拡張子の付いたファイルに保存するだけ。 サンプル このコードをという名前のファイルに保存します hello.py def greeting(name): print(&quot;Hello, &quot; + name) モジュールを使用する これで、次のimportステートメントを使用して、作成したモジュールを使用できます。 import hello hello.greeting(&quot;山田&quot;) クラスとオブジェクト Pythonはオブジェクト指向プログラミング言語である Pythonのほとんどすべてがオブジェクトであり、そのプロパティとメ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpx-wing.hatenablog.com%2Fentry%2F2020%2F09%2F30%2F080639&quot; title=&quot;Python モジュールとClassについて - フリーランス　技術調査ブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-09-30 08:06:39</published>
  <title>Python モジュールとClassについて</title>
  <type>rich</type>
  <url>https://px-wing.hatenablog.com/entry/2020/09/30/080639</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
