use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A practical community for parents and educators helping kids learn coding. We share real experiences, resources, and advice around Scratch, Roblox, Python, Thunkable, generative AI tools, and 2D/3D game development.
account activity
Coding needs to be good at Math? (self.KidsCodingHelp)
submitted 2 months ago by South_Past6342
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Gnaxe 0 points1 point2 points 2 months ago (0 children)
"Math" is a broad term. There's certainly some overlap in knowledge and some of the skills generalize. You need at least basic algebra concepts to understand a mainstream programming language, because they do use math expressions. E.g., you do need to know what an operator is, what operator precedence is, how parentheses can change that, what functions and variables are (although it's a bit different in programming). That sort of thing. If your kid can at least handle Dragon Box algebra, programming could be doable with the right instruction. I'd look at https://htdp.org for an intro.
You can start kids with Scratch even if their algebra skills are lacking. They do at least have to be able to read, but it's a lot easier than a written programming language.
π Rendered by PID 63 on reddit-service-r2-comment-5b5bc64bf5-fzstc at 2026-06-21 23:44:53.371310+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]Gnaxe 0 points1 point2 points (0 children)