<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>teruaki_enoto</author_name>
  <author_url>https://blog.hatena.ne.jp/teruaki_enoto/</author_url>
  <blog_title>西方見聞録</blog_title>
  <blog_url>https://teruaki-enoto.hatenadiary.org/</blog_url>
  <categories>
    <anon>データ解析</anon>
  </categories>
  <description>Python の便利なところはインタプリタ言語として、電卓代わりの使い方もできるところ。 そうすると、物理次元(単位)の計算もできると便利と思うのが自然な流れ。 そこで、値の大きさ、次元、場合によっては精度(不定性)を取り扱うために quantities というライブラリがある。 http://packages.python.org/quantities/これを install して試しに使ってみる。 &gt;&gt;&gt; import quantities as pq &gt;&gt;&gt; q = 1 * pq.parsec &gt;&gt;&gt; q array(1.0) * pc &gt;&gt;&gt; q.units = 'cm' array(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fteruaki-enoto.hatenadiary.org%2Fentry%2F20100823%2F1282578303&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>2010-08-23 00:45:03</published>
  <title> Python で物理次元を使う</title>
  <type>rich</type>
  <url>https://teruaki-enoto.hatenadiary.org/entry/20100823/1282578303</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
