Hi HN! I'm pleased to present PyKidos [1], a quick-and-dirty web application I built in a few days to teach my 8-year-old kid basic programming concepts using Python. I tried several existing apps but couldn't find one that met all my criteria: - Fully browser-based, no need to install anything - Supports Python - Open-source and customizable - Simple UI/UX - Includes simple graphical elements like a grid (my kid tho…
Show HN: PyKidos, Teach Your Kid Python in the Browser
11–20 of 62 posts
Re: Show HN: PyKidos, Teach Your Kid Python in the Browser
#12Firefox blocks this domain. So I overrode it. Then my employer's network blocked it. :(
Re: Show HN: PyKidos, Teach Your Kid Python in the Browser
#13Re: Show HN: PyKidos, Teach Your Kid Python in the Browser
#14Firefox blocks this domain. So I overrode it. Then my employer's network blocked it. :(
Same. Firefox says it's got a bad cert, and employer detects it as a malware site. Wonder why. Certainly it doesn't block all of github.io... why this guy's site?
Re: Show HN: PyKidos, Teach Your Kid Python in the Browser
#15Nicely done, but I suspect the 'wall of code' the kids see when first opening the page is intimidating. Maybe start with a smaller example?
Re: Show HN: PyKidos, Teach Your Kid Python in the Browser
#16Nicely done, but I suspect the 'wall of code' the kids see when first opening the page is intimidating. Maybe start with a smaller example?
Re: Show HN: PyKidos, Teach Your Kid Python in the Browser
#17It's available in German (and maybe other languages), too.
Re: Show HN: PyKidos, Teach Your Kid Python in the Browser
#18Re: Show HN: PyKidos, Teach Your Kid Python in the Browser
#19Looks nice! Will try it with my kids later :) If you’re interested in teaching kids Python, also take a look at Hedy. It’s a gradual language that exposed more programming paradigms with each level. It’s used a lot in classroom settings. Full disclosure: I’ve contributed a couple of commits.
She gave a wonderful talk at Splash 2023 on Hedy, I'll see if I can find it. *edit, I don't think it was recorded but I found these two which will do
Hedy: Creating a Programming Language for EveryoneFelienne Hermans • YOW! 2023 https://www.youtube.com/watch?v=j4eSjA6btE8
"Hedy: A Gradual programming language" by Felienne Hermans (Strange Loop 2022) https://www.youtube.com/watch?v=fmF7HpU_-9k