What’s the best way to teach my kid programming. I don’t know how. He’s interested. He’s done well in school with Scratch. He’s expressed interest in Python, owns a Thumby, but never gets too far on his own. Instead of a Winter sport, we’re leaning towards a Python class, however there’s none in person. How can i help my kid embrace his passion and learn this skill which will help him his whole life.

He’s got Mu installed and has perused youtube tutorials, but they dont hold his interest. Any help is appreciated. Edit: He’s 10.

  • kakes@sh.itjust.works
    link
    fedilink
    arrow-up
    15
    ·
    edit-2
    10 months ago

    I think the biggest thing is, instead of learning for learning’s sake, they should decide on a simple project they want to make (choose your own adventure games would likely be a good choice) and then just learn enough to make a bare-bones version of that.

    Like, I would recommend learning basic string handling, input, print, and maybe variables if you want to track Strength or HasWeapon or things like that. Then, once they’re familiar with that, they can add features by learning more about the language as necessary.

    Even for me, a 30-something, watching YT tutorials is boring if it’s not specifically addressing a problem in facing on a project I care about.