Friday, October 03, 2025

Blog

Analytics Education STEM

Analyzing 10 Years of Patriots Performance: NFL

Love em or hate em, New England Patriots is a team to reckon with. They’ve implemented numerous creative and suspicious internal strategies that most  other teams would love to copy or at least understand. Well, I cannot expose those details as they’re not available anywhere. What is available however is their scores and stats. So, […]

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