<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>wannabe-jellyfish</author_name>
  <author_url>https://blog.hatena.ne.jp/wannabe-jellyfish/</author_url>
  <blog_title>くらげになりたい。</blog_title>
  <blog_url>https://memory-lovers.blog/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>随時更新</anon>
  </categories>
  <description>Pythonでよく調べなおすので、個人的なチートシート map, filter items = [1, 2, 3] map(lambda n:n+20, items) # =&gt; [21, 22, 23] [x+20 for x in items] # =&gt; [21, 22, 23] filter(lambda n:n%2==1, items) # =&gt; [1, 3] [x for x in items if x%2==1] # =&gt; [1, 3] ref: map, reduce, filterによるシーケンス操作 | Python Snippets 文字列 フォーマット num =5 &quot;{0…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmemory-lovers.blog%2Fentry%2F2017%2F04%2F21%2F004815&quot; title=&quot; PythonのMyチートシート(随時更新) - くらげになりたい。&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>2017-04-21 00:48:15</published>
  <title> PythonのMyチートシート(随時更新)</title>
  <type>rich</type>
  <url>https://memory-lovers.blog/entry/2017/04/21/004815</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
