Skip to content

Commit

Permalink
Updated pv/hv blog text
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar committed Jul 2, 2019
1 parent bf7a1cb commit f10ef7e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions content/pyviz_holoviz.ipynb
Expand Up @@ -11,17 +11,16 @@
"\n",
"[PyViz](https://pyviz.org) is a project originally started by Anaconda, Inc. and now including contributions from a very wide range of external contributors. The project brought together the authors of [Datashader](http://datashader.org), [HoloViews](https://holoviews.org), [GeoViews](http://geoviews.org), [Param](https://param.pyviz.org), and [Colorcet](https://colorcet.pyviz.org), with the goal of helping people make sense of the confusing [Python data visualization landscape](https://www.anaconda.com/python-data-visualization-2018-why-so-many-libraries/). As part of this project, we have added several additional libraries, including [Panel](https://panel.pyviz.org) and [hvPlot](https://hvplot.pyviz.org).\n",
"\n",
"However, in practice there has been confusion between our work to help make viz more accessible for all Python users and our advocacy for our own particular approaches and viewpoints.\n",
"However, in practice there has been confusion between our work to help make viz more accessible for all Python users and our advocacy for our own particular libraries, approaches, and viewpoints.\n",
"\n",
"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 organization 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 willing to contribute to promoting Python data visualization in a balanced way.\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",
"\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 visualization. These tools were built around and on top of the many tools already available for data science 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, 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 the case for our own approaches to viz on [HoloViz.org](https://holoviz.org). If you are interested in either one, please join us!\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!"
]
}
],
Expand Down

0 comments on commit f10ef7e

Please sign in to comment.