This is an example of embedding some Python code on a web page with interpreter running in the Cloud. After you enter a word or words, my code creates a graph based on your letters. This is running a server in the Cloud, so you should be able to run it from any modern internet-capable […]
Category: Uncategorized
Defending base against Hammerman’s 4th attack
This is a short game play recording of me defending against Hammerman’s 4th wave of attack and losing. The game is Boom Beach, and it’s the only phone game that I played this long, and have actually made in-game purchases for more than once…yet, it has no ads. The game is very refined, simple, yet […]
Defending base against Hammerman’s 3rd attack
This is a short game play recording of me defending against Hammerman’s 3rd wave of attack and winning. The game is Boom Beach, and it’s the only phone game that I played this long, and have actually made in-game purchases for more than once…yet, it has no ads. The game is very refined, simple, yet […]
Most brilliant people to know in the computing world
Here’s a list of some legendary programmers/tech-minds of the computing industry to-date. More brilliant minds will surface I’m sure, but if you know these names, you covered most of the critical people. Of these great people, I’ve had the pleasure to meet in person Bill Gates and Sir Tim Berners-Lee during my tenure at Microsoft. […]
Sample Size in Python
This is part of a 3-part series on the topic. Please read the posts in the order for maximum clarity and context: 1. Sample Size and Margin of Errors. Everything you need to know and ++ 2. Sample Size (Contd.) 3. Sample size in Python (This one) Ok, after reading the first 2 posts, you […]
Dashboard with PowerBI (intro 2)
Let’s explore some features of PowerBI and its impressive visual outputs. Not only can we generate reports that are visually appealing, meaningful, but they are dynamic, fully interactive, thereby fully engaging our audience. Dataset details: The dataset is retrieved from Microsoft’s free repository of datasets (aka marketplace) that are real-world data but anonymized. This can […]
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 […]
Let’s Play Palindrome! (C/C++)
Did you know that the longest Palindromic word in the Oxford English Dictionary is “tattarrattat” coined by James Joyce in Ulysses (1922) meaning “a knock on the door”? What is a Palindrome, you ask? Well, you already know it or have seen it. According to Wikipedia: “A palindrome is a word, phrase, number, or other […]
What is the mean age of 11-15?
This is an easy question “What is the mean age of 11-15?” really but it’s worth for people to understand the different concepts and differences between “mean“, “arithmetic mean“, “statistical mean“, “average“, “midrange“, “median“, and “mode“. The arithmetic mean and average are the same thing. So, if you find the average of the numbers 11 to […]
Creating Magic 8 Ball Game in Python
Howdy! If you’re getting tired of Magic 8 ball game implementations in different languages, I have good news. I’ll stop (for now) with this last variant…this, in Python. The simplest, quickest code block happens to be in Python…as far as logic goes. In order to do graphics, animation, sound stuff, it’s not that great as […]