Skip to content

Comment on Code for Real: Teach kids to program with drag and drop blocks

Comments

How does it compare to Scratch? I've used Scratch and I liked it a lot. My granddaughter used it a school.

https://en.wikipedia.org/wiki/Scratch_(programming_language)

Scratch uses blocks that represent programming methodologies, like a block for loops or a block for sound. Those blocks snap together and you have a sound on a loop.

Code for Real uses blocks of real HTML, CSS, and Javascript. You set IDs and Classes on each block and can assign styling to them. The same way you would build an actual website or app. The challenge that kids run into (and adults) when trying to program is understanding how the blocks fit together, how they fit together, and what attributes apply to each element. The tutorials walk them through step-by-step how to create a working application explaining what each piece means. It can still be a lot for some students, but there are tutorials of varying complexity, so hopefully it will be beneficial for everyone.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.