Wednesday, October 01, 2025
Coding Education STEM

Generating, plotting trajectory and…gamification (Excel)

Reminiscing the old tank game, I wanted to re-create a low-weight, low-code option of that simulation. The game depended on a canon (projectile) shot at your selected speed and angle to hit an enemy tank. The foundational formula is used in missile launch, sports, and many (you guessed it) military applications. Here, using the same […]

Read More
Coding Education STEM

Phone number formatting tips (Excel and Python)

For most people working with data for a significant amount of time, formatting raw data from different sources are both a reality and a pain. Today, I show different ways to format an un-formatted string that contains phone numbers using Python, and Excel. Our task is to format it (either for human-reporting, or consumption by […]

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
Back To Top