Monday, October 27, 2025
STEM Uncategorized

World’s Oldest Cat Is 31! So, what do you as an analyst?

Did you know the world’s oldest living cat is now 31 years old? My first thought was: “that’s old alright! But how does it translate to human age? Must be really old.” Turns out, yes it is. Although it’s not that straight forward as many of us learned in the past, but not too difficult […]

Read More
STEM

Risks & Odds: Matter of Life or Death (Analytics)

Risks & Odds ratios are heavily used in medical fields mainly to track survivability of patients or effectiveness of some treatment on patients. You’re not a surgeon, nor a doctor. But you’re in charge to deliver information that’ll be used to determine the future of all patients! (e.g. Whether to administer a particular treatment, to […]

Read More
Coding Education STEM

Let’s Roll! — 2 dice…and find the probability and chart it (Python)

What numbers will you get if you roll 2 dice? How about we find out by writing a program?  Can we then chart the results over as many rolls as we want? And then interactively play with the chart?  Asking a lot! But yes, I will do ALL of the above here. Better yet, why […]

Read More
Coding Education STEM

Draw A Beautiful Gradient Scatter Plot (Python)

In this demo, I’ll draw a beautiful, elegant, gradient-colored (themed) scatter plot using some data for x and y axis. The neat thing I want to demo here is not so much the data themselves, but how to apply a “colormap” to the graph using Python’s matplotlib library. Specifically, its pyplot module. What’s Desired: The […]

Read More
Back To Top