Scratch is the world’s largest coding community for children
31–40 of 397 posts
Re: Scratch is the world’s largest coding community for children
#32Re: Scratch is the world’s largest coding community for children
#33My 9 year old daughter surprised me yesterday with her little game made with Scratch. I was impressed. I surprised her back when I did user-testing haha. She discovered the fun world of bugs and user's doing things they shouldn't!
Re: Scratch is the world’s largest coding community for children
#34Re: Scratch is the world’s largest coding community for children
#35When people use scratch with their kids, what tutorials do they follow? Do they try and figure things out from first principles, or are their popular content creators who make stuff? How do people transition their kids from scratch to Python? From my experience teaching, it seems like it's really hard for kids to make that transition.
Great questions, and good timing. My daughter asked about learning "line programming" instead of "block programming" yesterday. Finally, out of 3 kids one is interested! Now what do I do?! Python, I'm assuming, but following what curriculum?
Re: Scratch is the world’s largest coding community for children
#36Re: Scratch is the world’s largest coding community for children
#37I find Scratch so confusing. So many menu options, drop downs , select here click here. Very frustrating experience. I don't think my child (8 years old) learns coding from it. I'm trying to find away to introduce him to Basic. But he looses interest once he sees just lines. Scratch is flashy and things can be moved and clicked which is what the kids are used now, but I just don't see any educational or fun value add…
Scratch always kind of struck me as a non-programmer's idea of how to teach children to code personally. (Or at least programmers that didn't start/weren't active as children).
Re: Scratch is the world’s largest coding community for children
#38Re: Scratch is the world’s largest coding community for children
#39I'd imagine learning at least a little Python alongside Scratch would be more optimal than Scratch alone. It's like bilingual education, it has great benefits although individuals may gravitate towards a preferred option. Perhaps it's a bit like comparing Minecraft to Factorio: https://www.idtech.com/blog/scratch-vs-python Looking around, it also seems possible to set up your own Scratch server, which is comparable t…
They start off with drag and drop coding and then Python. The Python is actually pretty fun, you write code to make animals move around and get stars.
Re: Scratch is the world’s largest coding community for children
#40When people use scratch with their kids, what tutorials do they follow? Do they try and figure things out from first principles, or are their popular content creators who make stuff? How do people transition their kids from scratch to Python? From my experience teaching, it seems like it's really hard for kids to make that transition.