How to solve visualization problems with Python tools
The PyViz website and corresponding GitHub repository provide examples, demos, and training materials documenting how to solve visualization problems using interactive Python-based tools in your web browser, including Bokeh, HoloViews, GeoViews, Datashader, and Param.
PyViz includes:
- A Conda package “pyviz” that makes it simple to install matching versions of all the libraries.
- A comprehensive tutorial showing how to use these tools together to do a wide range of different tasks.
- Sample datasets to work with.
Some of the many Python tools that PyViz will help you understand and get started with:
You can view the Tutorial online, to get an idea what is covered. If it looks relevant to you, you can then follow the steps outlined in Installation to get the libraries, tutorial, and sample data on your own system so you can work through the tutorial yourself. You’ll then have simple-to-adapt starting points for solving your own visualization problems.