WARNING: This is a real easy one, but can be dangerous! Do NOT use this for any malicious or system purposes unless you have been instructed to do so from a verified support professional! This is NOT intended to be anything other than for a test and education. I’ve written millions of lines of code […]
Tag: education
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 […]
Python and SQL
As expected Python has great connectivity to SQL and its variants; Python is made for queries and data analysis afterall. So, I decided to tinker with it a bit (I’m not a programmer per se, see my About page; so I share these simpler, more approachable codes for inspiring interest and education for beginners and […]
Program to care for a pet (Scratch)
Hello, and welcome back. Today, A fun program to introduce kids/beginners to understand logic and loops while taking care of a pet fish 🙂 Easy to code and easy to play. Code is commented with explanation. Check it out here: https://scratch.mit.edu/projects/282372671/ Enjoy! Challenge: I intentionally kept the core code simple and uncomplicated. However, if you grasp the […]
Beauty of sequence…
Someone sent me this found on the web. Very interesting sequences and numbers patterns.
Break Time! Financial Advice…
Howdy! This time I’ve decided to share something from others…not my own blog, or writing…for you, my readers because I think the advices were really good. The question was posed by a Millennial who’s wondering what financial aspects to consider as he’s venturing into buying his first house. The answers and attribution are below. I’m […]
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 […]
Creating Magic 8 Ball Game in C/C++
I’ll continue with the Magic 8 ball theme in this coding series. Previously, I posted a fun implementation in Scratch here. If you’re not familiar with it, that’s the best place to start as it has visual aspects and a video clip. This time, I’ll implement the same concept in C/C++ (mostly in C++). To […]
Creating Magic 8 Ball Game in JavaScript
I’ll continue with the Magic 8 ball theme in this coding series. Previously, I posted a fun implementation in Scratch here. If you’re not familiar with it, that’s the best place to start as it has visual aspects and a video clip. This time, I’ll implement the same concept in JavaScript. However, because I’m tired […]
Creating Magic 8 Ball Game in Scratch
Welcome back. Today, I’m sharing my version of the Magic 8 Ball game…you know, the one where you concentrate, and ask a question and shake the 8 ball to get the answer? I’m going to share its implementation in various languages (remember, I’m not a “programmer”, I’m a computer scientist…that means, I don’t like to […]