<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ryamada</author_name>
  <author_url>https://blog.hatena.ne.jp/ryamada/</author_url>
  <blog_title>ryamadaのコンピュータ・数学メモ</blog_title>
  <blog_url>https://ryamada.hatenadiary.jp/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>順次呼び出しの実装であるiteratorをほかの言語ですてきに（メモリを抑えて、とか）実装してあるのをpythonの特徴に合わせて作ったもの、とのこと(こちら) itertoolsをインストールする。コンソールにて sudo easy_install itertools # 列挙・組み合わせ関連のライブラリimport itertools as it 大きく分けて３つに分類できる 無限列の発生 引数の長さが違うときに最も短いものに合わせて処理する色々 組み合わせ系 組み合わせ系は、以下の４つ 重複あり順列(product)、重複なし順列(permutations)、重複なし組み合わせ(comb…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fryamada.hatenadiary.jp%2Fentry%2F20150620%2F1434660436&quot; title=&quot;[[itertools][組み合わせ][順列]itertoolsを使ってみる - ryamadaのコンピュータ・数学メモ&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>2015-06-20 05:47:16</published>
  <title>[[itertools][組み合わせ][順列]itertoolsを使ってみる</title>
  <type>rich</type>
  <url>https://ryamada.hatenadiary.jp/entry/20150620/1434660436</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
