Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated pv/hv blog content
  • Loading branch information
jbednar committed Jul 3, 2019
1 parent f10ef7e commit aafcf77
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions content/pyviz_holoviz.ipynb
Expand Up @@ -16,11 +16,17 @@
"To help everyone keep things straight, we have split these two goals and approaches into two separate organizations:\n",
"[PyViz](https://github.com/pyviz) and [HoloViz](https://github.com/holoviz).\n",
"\n",
"Like [PyData](https://pydata.org) (after which it was named), [PyViz](https://pyviz.org) is an open, non-partisan effort owned by [NumFocus](https://numfocus.org). PyViz is dedicated to sharing information about Python tools, without making claims or judgments about which tool is better. Anyone can contribute factual information to [PyViz.org](https://pyviz.org), in the hopes of educating everyone about what tools and capabilities are available in Python. Plus, any Python visualization tool can request a `.pyviz.org` domain name, which will redirect to their web site. [Anaconda, Inc.](https://anaconda.com) currently pays for the server and administers PyViz.org, but as laid out in [pyviz/website#2](https://github.com/pyviz/website/issues/2), future governance is open to anyone ready to promote Python data visualization in a balanced way.\n",
"Like [PyData.org](https://pydata.org) (after which it was named), [PyViz.org](https://pyviz.org) is an open, non-partisan site owned by [NumFocus](https://numfocus.org). PyViz is dedicated to sharing information about Python tools, without making claims or judgments about which tool is better. Anyone can contribute factual information to [PyViz.org](https://pyviz.org), in the hopes of educating everyone about what tools and capabilities are available in Python. Plus, any Python visualization tool can request a `.pyviz.org` domain name, which will redirect to their web site. [Anaconda, Inc.](https://anaconda.com) currently pays for the server and administers PyViz.org, but as laid out in [pyviz/website#2](https://github.com/pyviz/website/issues/2), future governance is open to anyone ready to promote Python data visualization in a balanced way.\n",
"\n",
"Meanwhile, [HoloViz.org](https://holoviz.org) is an opinionated guide to the tools we created and how to use them to solve problems in data science. These tools were built around and on top of the many science and engineering tools already available in Python, focusing on adding higher-level interfaces that directly address problems faced by end users. HoloViz tools support flexibly visualizing data of any dimensionality in any combination, putting together dashboards quickly and conveniently, rendering billions of data points as easily as hundreds, and effectively utilizing the full dynamic range available for visual perception.\n",
"Meanwhile, [HoloViz.org](https://holoviz.org) is an opinionated guide to the tools we created and how to use them to solve problems in data science. These tools were built around and on top of the many science and engineering tools already available in Python, focusing on adding higher-level interfaces that directly address problems faced by end users. HoloViz tools support flexibly visualizing data of any dimensionality in any combination, putting together dashboards quickly and conveniently, rendering billions of data points as easily as hundreds, maintaining visual representations separately from domain models, and effectively utilizing the full dynamic range available for visual perception.\n",
"\n",
"We hope that separating our efforts in this way will help the community be able to use and support [PyViz.org](https://pyviz.org) as a general resource for all things viz in Python, while still letting us present a strong case for our own approaches to viz on [HoloViz.org](https://holoviz.org). If you are interested in either one, please join us!"
"We hope that separating our efforts in this way will help the community be able to use and support [PyViz.org](https://pyviz.org) as a general resource for all things viz in Python, while still letting us present a strong case for our own approaches to viz on [HoloViz.org](https://holoviz.org). \n",
"\n",
"Now that this is all set up, we'd love feedback! If you spot any errors, omissions, or just improvements that can be made at PyViz.org, please open an issue or PR at https://github.com/pyviz/website. In particular, coverage of 3D/SciVis approaches and native-GUI tools is relatively light so far, and we'd welcome some updates from people experienced in those areas. Together we can cover a lot more ground than any one group alone can, and can help new Python users find just the right tool for their needs!\n",
"\n",
"-- The HoloViz Team\n",
"\n",
"(James A. Bednar, Philipp Rudiger, Jean-Luc Stevens, Julia Signell, Chris Ball, and Jon Mease)"
]
}
],
Expand Down

0 comments on commit aafcf77

Please sign in to comment.