<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bonlife</author_name>
  <author_url>https://blog.hatena.ne.jp/bonlife/</author_url>
  <blog_title>bonlife</blog_title>
  <blog_url>https://bonlife.hatenadiary.org/</blog_url>
  <categories>
    <anon>IT</anon>
    <anon>勉強</anon>
    <anon>Python</anon>
  </categories>
  <description>bonlifeです。以下の日記でのPythonでのリスト操作がちょっぴり気になったので揚げ足取ってみました。(bonlife自体がPython素人のくせに…。) iteritemsやlist代入の綺麗な書き方 リストのコピー forループで1つずつ取り出して代入 In [1]: l = ['kapi', 'python', 'chu'] In [2]: _l = [] In [3]: for i in l: ...: _l.append(i) ...: ...: In [4]: _l Out[4]: ['kapi', 'python', 'chu'] リスト内包表記 In [5]: _l = …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbonlife.hatenadiary.org%2Fentry%2F20080326%2F1206513935&quot; title=&quot; リストや辞書の使い方 (揚げ足取り風) - bonlife&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>2008-03-26 15:45:35</published>
  <title> リストや辞書の使い方 (揚げ足取り風)</title>
  <type>rich</type>
  <url>https://bonlife.hatenadiary.org/entry/20080326/1206513935</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
