Sunday, September 14, 2025
Coding STEM

Air-quality GUI Application Using Webservices (Python)

This is a complete GUI application in Python to retrieve air quality information based on a zipcode (within USA). It utilizes the following concepts: Using tkinter library for GUI Calling a webservice Parsing JSON payload Formatting date and UI controls (input box, button, label, will dynamic updates) How to name your application title, attaching your […]

Read More
Art Education STEM

Twisted Magic Tales with Emojis – Fun, Free, Wonky!

I’ve written a story generator application that spews out stories differently every time it’s executed! I did this thinking of kids and family activities, while having nerdy fun on my end. This story generator creates a semi-random* story based on a skeleton storyline and changes the characters, objects, mood, locations, accessories and placeholders/keywords in the […]

Read More
Coding Education STEM

Dynamic Listbox GUI demo using tkinter (Python)

I have been tinkering with the GUI library for Python called tkinter. There are some interesting features in it although I’m not thoroughly impressed by the API designs. It feels to me a little clunky and at times, work-in-progress or subject -to-change type of work. Nevertheless, I’m always curious and I had to explore. Specifically, […]

Read More
Coding STEM

Parsing date-time string and formatting according to AM/PM (Excel)

Here’s a relatively quick way to parse a date-time string or any string (regardless of data type in your source)  containing date and/or time. It doesn’t matter if the time format is in 12 or 24 hour format, this method works. The time portion of the data can be in HH:MM:SS or HH:MM or similar […]

Read More
Analytics Coding Education STEM

Tracking Actual vs. My Predictions 4/29/20

Back in March 2020, I did some predictive modeling using simple math and Excel where I presented 3 scenarios: Likely, Best-case, Worst-case. You can read the original blog here: What-If Models (COVID-19): Results Let’s take a look at today’s latest data from WHO and compare my Model 1: Likely Scenario numbers. We’ll compare the USA […]

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