Skip to main content

Posts

Showing posts with the label rainbow

BEETLEBLOCK / Place Sphere in Circle and Rainbow Colour

This is my first little program created using BeetleBlock. https://github.com/ericrosenbaum/BeetleBlocks I really like this program because similar to Scratch programming, it uses bunch of building blocks and it is interactive inside 3D environment. Still in beta version, but I would like to see how this can be used to learn and teach programming.

WOLFRAM / Making Text With Rainbow Color

Continuing with my Wolfram Mathematica Trial Experience... I watched and went through some more Mathematica introduction videos, read lots of Mathematica documentation and also going through the Wolfram Lab Online again a few times. There are some major learning curves and Mathematica is a lot different from normal programming language. Sometimes there is a lot of interesting "shortcuts", say like: FindFaces[] , WordCloud[] . Sometimes I got a little confused on how one can do iterations. Normally FOR LOOP concept is introduced early, but in Wolfram, because everything is EXPRESSIONS and ENTITY (like OBJECTS), sometimes it gets quite quirky. Mind you I am still in the first impression and having to look at many tutorials. Lots of NEAT EXAMPLES from documentation, but sometimes I got lost. I found Wolfram to be really awesome with LIST and generating list. It's almost too easy when it works visually. I cannot explain them with my own words yet, but there are ...