Thursday, September 11, 2025
Analytics Education STEM

How close were my initial models?

How close were my initial models? Let’s compare with today’s data. Take a look back on my educated-guess-but-not-official models that I created back in March 22, 2020: What-If Models (COVID-19): Results Today’s numbers for USA from WHO are (on 4/1/2020): # of confirmed cases (infected): 163,199 and confirmed deaths: 2,850 My four models were agnostic […]

Read More
Analytics Break Coding Education STEM

Selected movies: searchable, sort-able for utility and fun

Today, I present a web application with a list of selected movies (about 3,000 titles) I extracted using developer APIs from IMDB and OMDB databases using my Python app. After extraction in the app, I reshape the data according to my needs and then export programmatically to XLSX format (for Excel). Which is then wrapped […]

Read More
Back To Top