<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>atasatamatara</author_name>
  <author_url>https://blog.hatena.ne.jp/atasatamatara/</author_url>
  <blog_title>憧れ駆動開発</blog_title>
  <blog_url>https://atasatamatara.hatenablog.jp/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>ジェネレータについて 普通のリストや関数を返すときは return で返してやればいいけれど、繰り返し処理ができるオブジェクト= itrable なオブジェクトのときは yield で一時的に処理を止めて一つづつ値を返すことができる。 # 関数の定義 &gt;&gt;&gt; def hoge(): ... yield 1 ... yield 2 ... yield 3 ... # hoge は generator object である &gt;&gt;&gt; hoge() &lt;generator object hoge at 0x104451dc0&gt; # 使用するときは generator関数をインスタンス？を生成してやる &gt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fatasatamatara.hatenablog.jp%2Fentry%2F20120726%2F1343309517&quot; title=&quot;TSV(CSV)から要素(ヘッダー)を取り出して文字コードを変更してなんか処理したい時の話 - 憧れ駆動開発&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>2012-07-26 22:31:57</published>
  <title>TSV(CSV)から要素(ヘッダー)を取り出して文字コードを変更してなんか処理したい時の話</title>
  <type>rich</type>
  <url>https://atasatamatara.hatenablog.jp/entry/20120726/1343309517</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
