STEM

Sorting algorithms explained, compared

In this post, I discuss some common sorting algorithms, their logic, share their implementation (code), and demonstrate each one with executable scripts. Then I compare their performances to identify the most efficient sorting algorithm(s). You’ll get a good overview of each one, learn how to code and use them, and understand their strengths and weaknesses. […]

Read More
STEM

Building an at-a-glance holidays timeline

Today, I share the steps required to build an overall holiday calendar timeline in Excel. This allows you to see the entire year’s holidays with different categories (e.g. company holidays, federal, personal vacation, etc.) at a glance without requiring you to navigate month by month to see the events. All the year’s key events can […]

Read More
STEM

Prisoners of the world

In this post, I touch on a complex and touchy issue of the human society. We look at the prisoners’ population around the world for selected countries, while casting a wide net of diversity. With the data and visualizations presented, we should be able to answer: Which countries have the highest number of prisoners? Which […]

Read More
STEM

Combinations in Python

In this post, I present the concept of calculating combinations from different choices. For educational fun, I will combine various parts of the bodies from two different creatures and see how many combinations we get. You’ll get to enter the animals to combine, and even get a name for your new mutant! If you have […]

Read More
Back To Top