Analisi sulla qualità dell'aria a Torino

Analisi dei dati ARPA delle concentrazioni di PM10 e NO2 a Torino negli anni. Effetti del lockdown e delle olimpiadi.
Published on April 20, 2024 | 11 min read

PCA from scratch: linear algebra and code implementations

From scratch implementation and step by step explaination of Principal Component Analysis. Application example with genomic data (RNA-seq data) in both Python and R.
Published on July 30, 2023 | 16 min read

Four inverted pieces puzzle

Solving an nameless puzzle with paper, scissors and eventually code. In collaboration with Sarah Perrone.
Published on May 20, 2023 | 11 min read

Wordle solved with information theory

Finding the optimal strategy to win at wordle exploiting information theory.
Published on January 02, 2023 | 9 min read

Python app with Streamlit: Boids algorithm example

Create easily an interactive app of your python projects with Streamlit.
Published on December 03, 2022 | 10 min read

Boids algorithm with Python

How to create beautiful flock patterns with Python!
Published on September 17, 2022 | 13 min read