5 ms·
I have recently taken up a project to build out a dashboard for realtime data analytics. I did some exploratory research of the available data analytics framewo
by denvercoder904 6y ago
I have recently taken up a project to build out a dashboard for realtime data analytics. I did some exploratory research of the available data analytics frameworks mainly in Python. I found Plotly to be very popular. How much extra work would it be to just use D3 on the frontend with a standard python web server on the backend versus using just the Plotly library?