this post was submitted on 06 Jul 2023
57 points (100.0% liked)
Programming
13477 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
if you were to teach her a "true" language I would say python and introduce turtle or some like that at first then as she learns python more and more you could look at showing her pygame albeit kinda advanced personally the basics aren't to bad
Thanks - I’ll check out Turtle. It’s come up in some of my reading.
I second this, I began in javascript on code.org and spent hours on their turtle and I was probably 10-11 at the time. Python is relaxed with typing and the syntax is visually easy to tell what belongs to what, which makes it a good candidate. There are simple ways to move after the turtle, such as pygame.