What most schools don’t teach, is how to code. From the  bright  minds and talented filmakers at Code.org, this video sheds light on some of the best and worst kept secrets of empowering kids today.

ruletheworld

I remember my first coding class. Actually I started trying to learn how to code by reading my dad’s basic books for the Commodore 64. But i never got too far. “Hello World” and some ping pong action. But it opened my eyes.

; draws a square with sides 100 units long
FORWARD 100
LEFT 90
FORWARD 100
LEFT 90
FORWARD 100
LEFT 90
FORWARD 100
LEFT 90

It all started to click when i took a seriously awesome class in coding in 6th grade with Logo, and Turtle  Graphics   I made that turtle DANCE, and I’ve never felt more in control of myself. It gave me strength to do things i never thought i could do. And looking back on that start of things it was practice in the breaking down of problems into steps. And that behind the scenes of any piece of computer art there was a logical set of steps for how to get there. Things suddenly had an endgame!

After that I took a Class in Hyper-card… and never looked back. Now my biggest challenge is finding a way to make the turtles dance for my kids. And introducing them to these concepts as quickly as possible.

So how did you get your start? Did you ever take a class in coding? Or do you still want to? What has coding done for you?