Category Archives: Data Science

Raspberry Pi Carbon Dioxide Monitor

This post shows how to make a Raspberry Pi Carbon Dioxide Monitor using a raspberry pi connected to a USB carbon dioxide monitor. The project is deliberately bare bones and leaves several opportunities for refinement, improvement and general tinkering. What we are aiming to make The following schematic shows what we will be building up… Read More »

Python Dashboard

This post shows you how to make a python dashboard using dash. Dash combines the plotly plotting library with the flask server to host the dashboard. Python Dashboard with Dash Dash is a powerful, flexible package and this short guide only scratches its surface. It will show how to make simple python dashboard consisting of… Read More »