Yes. From simple text “dump” of data, we can do some amazing things. Well, that’s what they’re already doing…the data scientists and other variants. I only present a simple example of the possibilities here 🙂 First, you should read my post about XML here. Then, I take that to another level here in this post. […]
Category: STEM
Making A Favorites List…
We all have favorites…movies, shopping list, tv shows, clothes, etc. etc. etc. Ok, welcome! Today, I’ll show you how to create a favorites movie list in XML…why XML? Because from this format, I’ll do some amazing things like analytics. First on this post though, I’ll show you how to store the list in a structured […]
Which Day Were You Born?
Hi again, today I’ll show you how you can magically tell anyone what day of the week they were born! No matter how long ago, even if they even didn’t know 🙂 The magic is in coding (I’ll use Python here) and its calendar module. The complete source is below along with a challenge at […]
Winning The Lottery! Automatically :)
Howdy! Ok, I’m not guaranteeing you’ll win the lottery every time, or even ever, but I’ll show you here to generate automatic lottery numbers…for Mega Millions, Power Ball, Hit 5, and Lotto. This time, I’m using Python (a favorite among data scientists). Remember, I am NOT a programmer, but I’m a computer scientist. Difference? A […]
Randomization to Patterns!
Hello again, today I want to share with you a sample code (source and explanation) that generates random parameters, creates unique patterns out of them, every second, until the end of time! Sound intriguing? I love doing this kind of stuff. I code for fun, learning, and experimentation. I don’t consider myself a programmer because […]
Elementary Math Quiz
If (x+x+x) = x*x*x and x <>0 (x is not zero) then what’s the value of x? I like this one a lot because x=0 would be an obvious answer and it’s taken away, and then when you plot it, you get 2 correct answers. Let’s see how it’s done… (x+x+x) = x*x*x so, 3x=x^3 […]
Statistics can mess up your mind!
Hi again! If you like brain teasers, you’ll love this. You don’t need to be an expert in statistics and probabilities, just curious to appreciate it. Read on. What is the chance the next person you meet (in a city or country) has number of arms (or hands) that is ABOVE average? For more fun […]
Brain Teaser: Marbles
How many marbles and bags are used in the following scenario? For more brain teasers and puzzles, click here.
Brain teaser variation: Segment size
Determine the specific group size given the following situation. In a group of 50 kids, 30 are taking basketball and 15 are taking tennis lessons. Of the kids taking basketball or tennis, 12 are taking both lessons. How many are not taking either lesson? For more brain teasers and puzzles, click here.
Brain teaser: Class size
Determine the total class size given the following situation. For more brain teasers and puzzles, click here.