Tag Archives: data

Data Science Tutorial: Age vs. Height

Objective: Apply your newly acquired Data Science knowledge to explore a simple real-world relationship and build a basic predictive model. This is a quick hands-on exercise to get you comfortable with the tools. This tutorial requires basic knowledge of Python and Data Science. We will use sklearn (from the scikit-learn distribution), which is based on … Continue reading Data Science Tutorial: Age vs. Height

Getting started with Dashboards in Python

Build a first Dashboard using Dash, based on the video tutorial below. Here, we re-create a Dashboard from a video tutorial which visualizes data from the Gapminder dataset available in the Plotly distribution on Github: But before you start coding, lets create a virtual environment first. You might wonder why creating a separate environment for … Continue reading Getting started with Dashboards in Python

Micro SD Card Module with temperature sensor

Data logging with the Raspberry Pi Pico W

This tutorial extends the tutorial of a temperature sensor with a display, and adds data logging to that. This can be realized by logging to an SD card (part 1), by logging to a website (via Wifi) (part 2) or by logging to the memory of the Raspberry Pi (part 3). Part 1: Data logging … Continue reading Data logging with the Raspberry Pi Pico W