Build a live dashboard with Python

From: https://pusher.com/tutorials/live-dashboard-python You will need Python 3+ installed on your machine. A basic knowledge of Python and Flask will be helpful. Introduction In the past, if we needed to build a web platform that keeps track of user actions and displays updates accordingly, say on the admin dashboard, we will have to refresh the dashboard … Continue reading Build a live dashboard with Python

Create a Python powered dashboard in under 10 minutes

From: https://moderndata.plot.ly/create-a-plotly-dashboards-in-under-10-minutes/ Plotly graphs can be embedded in web sites to create interactive, highly customized dashboards that have many advantages over what is available with expensive, traditional BI software. Many of the world’s leading data driven companies (Netflix, Google, Siemens, and others) are using Plotly to power their dashboards. This article shows you how to create a simple Plotly dashboard using … Continue reading Create a Python powered dashboard in under 10 minutes

Construindo APIs

From: http://material.curso-r.com/api/ O fluxo da ciência de dados se encerra na parte de comunicação. Essa parte é responsável por transferir todo o conhecimento gerado durante a análise de dados. E isso não é nada fácil!! knitr::include_graphics("figures/data-science-communicate.png") A forma de construir a comunicação depende muito do interlocutor. Por exemplo, se a pessoa que vai receber a … Continue reading Construindo APIs