<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>naskin</author_name>
  <author_url>https://blog.hatena.ne.jp/naskin/</author_url>
  <blog_title>We All Get Old - Naskin Diary</blog_title>
  <blog_url>https://naskin-diary.hatenablog.com/</blog_url>
  <categories>
    <anon>八苦(Hack)</anon>
  </categories>
  <description>「第5章 数値」より続いて第6章 ダイナミックな型付け。 第4章の内容から行くとどうして文字列ではないのか、それは変数とオブジェクトの違いを説明するためだった。 a = 5 Python で変数を宣言すると(C言語のように型は不要)、まず値5というオブジェクトが作られる。 次に変数aが作成される。 そして「変数a」と「値5」がリンクされる(Python ではリファレンスと呼ぶ)。 ここで b = a a = 'spam' とすると「値5」に対する「変数b」からのリファレンスが作成される。 「変数a」のリファレンスは「値5」から「値spam」に変わる。 ガーベージコレクションもオブジェクトに対す…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnaskin-diary.hatenablog.com%2Fentry%2F20100308%2F1268048566&quot; title=&quot;Python 一人勉強会 - 第6章 ダイナミックな型付け - We All Get Old - Naskin Diary&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>http://ecx.images-amazon.com/images/I/61XZH0PBveL.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-03-08 20:42:46</published>
  <title>Python 一人勉強会 - 第6章 ダイナミックな型付け</title>
  <type>rich</type>
  <url>https://naskin-diary.hatenablog.com/entry/20100308/1268048566</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
