<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shojisuba</author_name>
  <author_url>https://blog.hatena.ne.jp/shojisuba/</author_url>
  <blog_title>simple-web-system technology</blog_title>
  <blog_url>https://www.simple-web-system.work/</blog_url>
  <categories>
    <anon>紹介</anon>
  </categories>
  <description>TL;DR PythonでもPyFunctionalってライブラリ入れれば楽に配列操作できるよってお話 注意書き この記事は基本的にPython3の話です。 インストール方法 pip3 install pyfunctional 使用例 Pythonは配列操作がRubyやJSと違って大変です。 例えば、0から9までの数字で偶数のものを2乗した配列が欲しいとします。 （お題は適当に考えたから深く気にしないで） 例：Ruby Rubyだと以下のように書けます。 すごく楽でいいです:relaxed: numbers = (0..9).select { |n| n % 2 == 0 }.map { n …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.simple-web-system.work%2Fentry%2F2018%2F12%2F13%2F000824&quot; title=&quot;PyFunctionalでPythonでもRubyやJSみたいにラクラク配列操作する - simple-web-system technology&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>2018-12-13 00:08:24</published>
  <title>PyFunctionalでPythonでもRubyやJSみたいにラクラク配列操作する</title>
  <type>rich</type>
  <url>https://www.simple-web-system.work/entry/2018/12/13/000824</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
