This is part 2 of the original series on Rabid Racoon. Please read Part 1 first to follow along. So, this time we’ll use a real-time graphing method using Python’s Turtle library instead of scatter plot as we did in Part 1. The beautiful part is, since we already created our custom Class in Part […]
Tag: fun
“Rabid Racoon” tracking (Python, using our own class)- Part 1
Just like most high-level programming languages, Python also supports the idea of classes. Once the class(es) is/are created they can be inside the main python file or separated (in most usage scenarios), along with it methods. For Python-specific syntax, please refer to its documentation online or offline (python.org is a good start), but you should […]
Fun riddle…let’s solve it together
There are 50 horses and 50 kings riding along an old dirt road. (We still have Kings? WTH?!) They came to a peach tree with 50 peaches (peach tree grows well somewhere I guess!). Each took one, yet there were still 49 left. How is this possible? Well, capitalization may be of importance, or not. […]
Digit To Word And Vice Versa (Python)
How can we convert in a program from words like “eight” to the number 8? How can we convert the number 10 to the letters “Ten”? Here, I show you multiple ways to do it bi-directionally…from letters to digits, and digit to letters. I’ve seen several implementations and many rely on ASCII ordinals. But I […]
Word-Game: “Words Matter!” (Python)
Welcome back! Today, I share a new game idea (I thought of it myself but if there’s any such game out there, it’s a pure coincidence and I did NOT use those as a foundation). Disclaimer and (c): The idea cannot be recreated in any shape or form for any purpose (other than learning/education) without […]
Sculpture made by me…MetaTusks (no beginning, no end)
MetaSpores…Sculpture made by me with no beginning or end
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 […]
Break Time…Cube inside a square!
Howdy, so this one I really enjoyed because it has so much practical applications…no? Ok, at least we should ALL know this! This question and solution comes from Quora. And I posted it also on my Quora blog, but don’t bother following me everywhere…this place is enough, so I’m posting it here as well. Challenge: […]
Break Time! Geeks Making It Big!
These guys from architecture and math background (wonky!) created beautiful music. Let’s listen and enjoy the simplicity of the notes as well as the creativity of the video (unfortunately, YouTube removed all the official videos, so you’ll have to go pay for it). You don’t have to like it…you just have to understand.