Temperature Quilts in Python

Posted on Tue 31 January 2023 in data science, art • Tagged with pandas, pillow, streamlit

What is a temperature quilt?

A temperature quilt displays the daily temperature data from a specific date range in a specific location. Colors are assigned to specific temperature ranges so that the quilt (or image) is a visual record of the climate. This app is a demonstration project for data …


Continue reading

The Monty Hall Problem

Posted on Thu 01 December 2022 in simulation • Tagged with streamlit

The Monty Hall Problem and Streamlit

Once I learned about Streamlit.io, I couldn't resist the opportunity to write a simulation of the Monty Hall problem!

The Monty Hall problem involves a game show and prizes! On the game show, contestants were given the choice of three doors. One door …


Continue reading