{"componentChunkName":"component---src-templates-post-template-js","path":"/posts/4254122586","result":{"data":{"markdownRemark":{"id":"aa59f4b5-9953-5ecf-824c-9e58448a0728","html":"<p>一昨日発売された『<a href=\"https://amzn.to/36NJjBn\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Python インタラクティブ・データビジュアライゼーション入門 ―Plotly/Dashによるデータ可視化とWebアプリ構築―</a>』を読んだので、感想を書きました。</p>\n<p><a href=\"https://www.amazon.co.jp/dp/4254122586/ref=as_li_ss_il?ie=UTF8&linkCode=li3&tag=oshimayuki0d-22&linkId=e37c4881839f96e9f134fb584509e6c7&language=ja_JP\" target=\"_blank\"><img border=\"0\" src=\"//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=4254122586&Format=_SL250_&ID=AsinImage&MarketPlace=JP&ServiceVersion=20070822&WS=1&tag=oshimayuki0d-22&language=ja_JP\" ></a><img src=\"https://ir-jp.amazon-adsystem.com/e/ir?t=oshimayuki0d-22&amp;language=ja_JP&amp;l=li3&amp;o=9&amp;a=4254122586\" width=\"1\" height=\"1\" border=\"0\" alt=\"\" style=\"border:none !important; margin:0px !important;\"></p>\n<h2 id=\"概要\" style=\"position:relative;\"><a href=\"#%E6%A6%82%E8%A6%81\" aria-label=\"概要 permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>概要</h2>\n<p>この本は、Plotly と Dash を使った、Python でのインタラクティブな可視化の解説書です。\nplotly.py や Dash に加えて、その周辺ライブラリの使い方も解説しています。</p>\n<h2 id=\"特徴\" style=\"position:relative;\"><a href=\"#%E7%89%B9%E5%BE%B4\" aria-label=\"特徴 permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>特徴</h2>\n<p>Python での可視化についての本は初めて読みましたが、おそらくインタラクティブな可視化について書かれている本は珍しいのではないかと思います。</p>\n<p>また、この本の特徴として、ネットワーク図の可視化について多くのページを割いて書かれています。\n(この書籍では、ノードとエッジから成り立つグラフのことをネットワークと呼んでいます)</p>\n<h2 id=\"どういう人におすすめか\" style=\"position:relative;\"><a href=\"#%E3%81%A9%E3%81%86%E3%81%84%E3%81%86%E4%BA%BA%E3%81%AB%E3%81%8A%E3%81%99%E3%81%99%E3%82%81%E3%81%8B\" aria-label=\"どういう人におすすめか permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>どういう人におすすめか</h2>\n<p>ライブラリやフレームワークの具体的な使い方をまとめた書籍なので、実際に Plotly や Dash などを使い、Python でインタラクティブな可視化をしたいと考えている方が読むとよさそうです。</p>\n<p>Plotly や Dash の公式ドキュメントは日本語化されていないようなので、日本語で概要を把握するのにいいかもしれません。</p>\n<p>作成できる図も色々載っているので、どんな図をどう作るか簡易的に把握することもできます。</p>\n<h2 id=\"その他のツールの紹介\" style=\"position:relative;\"><a href=\"#%E3%81%9D%E3%81%AE%E4%BB%96%E3%81%AE%E3%83%84%E3%83%BC%E3%83%AB%E3%81%AE%E7%B4%B9%E4%BB%8B\" aria-label=\"その他のツールの紹介 permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>その他のツールの紹介</h2>\n<p>Appendix の中では、Notebook (.ipynb ファイル) を共有するツールとして、nbviewer、binder、Colaboratory が紹介されていました。</p>\n<p>Python でデータを扱う方であれば、こういったサービスは知っておいて損はないと思います。</p>\n<h2 id=\"おわりに\" style=\"position:relative;\"><a href=\"#%E3%81%8A%E3%82%8F%E3%82%8A%E3%81%AB\" aria-label=\"おわりに permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>おわりに</h2>\n<p>私はもともと Plotly は JavaScript だけのライブラリと認識していたので、それをラップした Python のライブラリがあること自体意外でした。</p>\n<p>そもそも JavaScript に苦手意識がない方であれば、Dash などを使わず普通にフロントエンドを実装してしまうこともできると思います。\nですが、Python に慣れていて、他の言語の習得よりも Python で色々できた方が嬉しいという方には Plotly や Dash はちょうどいいツールかもしれないという印象を受けました。</p>\n<p>Dash では Python のコードで UI を書くものので、ざっと見た感じでは Flutter や SwiftUI、Elm に近い部分がある印象を受けました。\n最初は少しクセがありそうだと思いましたが、慣れると意外と便利に使えるのかもしれません。</p>","fields":{"slug":"/posts/4254122586","tagSlugs":["/tag/python/","/tag/visualization/"],"autoRecommendPosts":["python-practical-books","udemy-step-up-python","mlops-books","4839975868"]},"frontmatter":{"date":"2020-12-07T10:17:50.040Z","description":"一昨日発売された『Python インタラクティブ・データビジュアライゼーション入門 ―Plotly/Dashによるデータ可視化とWebアプリ構築―』を読んだので、感想を書きました。\nこの本は、Plotly と Dash を使った、Python でのインタラクティブな可視化の解説書です。\nplotly.py や Dash に加えて、その周辺ライブラリの使い方も解説しています。","tags":["python","visualization"],"title":"【読書速報】『Python インタラクティブ・データビジュアライゼーション入門 ―Plotly/Dashによるデータ可視化とWebアプリ構築―』の感想","socialImage":null,"recommendPosts":["https://www.kanzennirikaisita.com/posts/software-developer-books-index"]}}},"pageContext":{"slug":"/posts/4254122586"}},"staticQueryHashes":["251939775","3942705351","401334301"]}