3
Just realized everyone pushes Python but it bored my cousin to tears
My little cousin wanted to learn coding, so I followed all the advice and started him with Python. He lost interest in a week because making simple text games felt pointless to him. I switched to letting him tinker with basic web stuff, and now he's hooked on seeing changes live in a browser. Maybe we need to match the tool to what excites the person, not just the easiest language. It made me question the whole one-size-fits-all approach for beginners.
4 comments
Log in to join the discussion
Log In4 Comments
allen.cora1mo ago
That visual feedback loop is huge for some brains. Getting color and layout to change with a few keystrokes feels like magic, way more than printing text to a console. Maybe we should point more beginners toward messing with HTML and CSS before any real language, or even tools like basic game makers. The instant gratification can build the patience needed for the harder logic later.
7
grant_garcia471mo ago
Man, my friend bounced off Scratch but loved wiring up real LEDs with Arduino.
2
green.val1mo ago
Read somewhere that our brains latch onto cause and effect way faster when it's outside the screen. Like, if your code makes a little car drive across the floor or a button change a light, it just clicks differently. Maybe that's why game makers where you place blocks and instantly see a character jump work for some folks. The mess of wires and blinking lights feels like real magic, not just symbols on a monitor.
2