top | item 40582735 Show HN: I gamified learnpython.org and made a version for kids 9 points| ronreiter | 1 year ago |codingforkids.io 5 comments order hn newest gus_massa|1 year ago Did you made the graphics?Why "move_forward" instead of a shorted world like "forward"? (What does the turtle in Logo use?) onenite|1 year ago move_forward is more descriptive as a method name.- the action name of move is significant.the additional typing for a precisely descriptive name is generally worth it for readable code.fortunately, autocompletion is available in the code editor! unknown|1 year ago [deleted] yason90|1 year ago Nice! Learning Python by playing a game should be very interesting for the kids. Soko1uv|1 year ago A very cool implementation and user experience helen_sob|1 year ago [deleted] alex_tk|1 year ago As for me, just what is needed for learning programming language in an easy and playful form.
gus_massa|1 year ago Did you made the graphics?Why "move_forward" instead of a shorted world like "forward"? (What does the turtle in Logo use?) onenite|1 year ago move_forward is more descriptive as a method name.- the action name of move is significant.the additional typing for a precisely descriptive name is generally worth it for readable code.fortunately, autocompletion is available in the code editor! unknown|1 year ago [deleted]
onenite|1 year ago move_forward is more descriptive as a method name.- the action name of move is significant.the additional typing for a precisely descriptive name is generally worth it for readable code.fortunately, autocompletion is available in the code editor!
alex_tk|1 year ago As for me, just what is needed for learning programming language in an easy and playful form.
gus_massa|1 year ago
Why "move_forward" instead of a shorted world like "forward"? (What does the turtle in Logo use?)
onenite|1 year ago
- the action name of move is significant.
the additional typing for a precisely descriptive name is generally worth it for readable code.
fortunately, autocompletion is available in the code editor!
unknown|1 year ago
[deleted]
yason90|1 year ago
Soko1uv|1 year ago
helen_sob|1 year ago
[deleted]
alex_tk|1 year ago