Search code examples
djangopython-3.xdata-visualizationdata-analysisplotly-dash

Web based project on Data Visualization with Python(Django)


I want to create a web based project on Data Visualization with Python(Django), so which python library should I prefer such as dash, bookeh or similar one? Here I want to say that, "Can I able to embed my dash or bookeh based graphs in django app?"


Solution

  • If its a web based app, then you are better off handling this on your front end. I use packages such as chart.js, D3.js, NVD3 and Google Charts.

    Hope this helps!