Tuesday, May 21, 2019

Interactive Data Visualization in Python With Bokeh

Bokeh prides itself on being a library for interactive data visualization. The graphics are rendered using HTML and JavaScript, and your visualizations are easy to share as an HTML page. You will create a number of visualizations based on a real-world dataset.

The goal of this course is to get you up and running with Bokeh.

You will learn how to:

  • Transform your data into visualizations
  • Customize and organize your visualizations
  • Add interactivity to your visualizations

[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your inbox every couple of days. >> Click here to learn more and see examples ]



from Real Python
read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...