<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>katsumi3</author_name>
  <author_url>https://blog.hatena.ne.jp/katsumi3/</author_url>
  <blog_title>アストラルプリズム</blog_title>
  <blog_url>https://katsumi3.hatenablog.com/</blog_url>
  <categories>
    <anon>blender-bpy</anon>
    <anon>blender</anon>
    <anon>python</anon>
  </categories>
  <description>忘れそうなアレコレ 配列で偶数個目の時だけ実行 num=[0,1,2,3,4,5] a=[] for v in num[0::2]: a.append(v) aの中身は[0,2,4]になる 配列を交互に実行 二つの配列をまとめてループさせる ただし少ない方の配列が無くなれば終わり verts=[1,5,8] time=[5,7,3] for v , t in zip(verts,time) print(v) print(t) ループ中にカウントもさせたい verts=[1,5,8] for i, v in enumerate(verts): print(i, name)0 1 1 5 2 8 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkatsumi3.hatenablog.com%2Fentry%2F2019%2F12%2F20%2F003543&quot; title=&quot;python　メモ - アストラルプリズム&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>2019-12-20 00:35:43</published>
  <title>python　メモ</title>
  <type>rich</type>
  <url>https://katsumi3.hatenablog.com/entry/2019/12/20/003543</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
