Earlier quoted context omitted.
Other platforms similar to Scratch actually teach Python! 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.
Which platforms are you referring to?
Scratch is the world’s largest coding community for children
71–80 of 397 posts
Re: Scratch is the world’s largest coding community for children
#72Scratch is also one of the largest places for kids to play games.
This is true—and watch animated stories. But the cool thing is that for any game or story on Scratch, the kid can click into the project to see how it was made, and even access the code and assets. They can copy, fork, alter, build. The technology is different obviously, but it feels like the early days of the Web, when you could “view source” and “save as” to easily explore and learn how any web page was put togethe…
Definitely an important feature for learning. Seeing something cool and then immediately being able to find out how it was done is much more motivating than reading and memorizing docs ahead of time.
It's similar in some respects the early days of the web when "View source" was enough to figure out how something worked. It's rather sad that feature has mostly been lost.
Re: Scratch is the world’s largest coding community for children
#73Folks here who used scratch with their kids, what is the next step after scratch? How did you introduce a language/platform to your kid? I have introduced python and my kid is able to pick it up, but am unable to come up with projects that sustain interest. It feels dry without UI and one shouldn't be doing web dev with python too. So what is the progression for python and kids?
For our kids, the progression has been: - Scratch Jr. - Scratch - Replit Scratch helps them understand programming concepts such as variables, lists, conditionals, and events, but still in an intuitive visual programming interface. Replit gives the kids access to real programming languages (JS, Python, etc.) but with lots of support, and the same "remix other people's projects" culture. Indeed, our kids have found th…
Re: Scratch is the world’s largest coding community for children
#74Re: Scratch is the world’s largest coding community for children
#75My 4 year old made his first program using Scratch Jr. What was this program? He made a story where cats jump up and down 25 times and then walk away. He recorded sound effects for the cats that repeated as the cats jump. It’s simple but offers so much more of a creative outlet than games/educational apps aimed at his age group.
Also, is he reading / at what level? Trying to get a feel for when I can introduce it to him.
Re: Scratch is the world’s largest coding community for children
#76My 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!
> I surprised her back when I did user-testing Wait till she gets tough PR reviews. This block is ugly, and our team does not like looking at it :P
Re: Scratch is the world’s largest coding community for children
#77I love Scratch! I credit it partially with getting me into programming in middle school.
Re: Scratch is the world’s largest coding community for children
#78Re: Scratch is the world’s largest coding community for children
#79Re: Scratch is the world’s largest coding community for children
#80They're selling it short - it's the largest coding community full stop. "As of 15 February, 2023, community statistics on the language's official website show more than 123 million projects shared by over 103 million users, over 804 million total projects"[1] Compare to GitHub: "As of January 2023, GitHub reported having over 100 million developers and more than 372 million repositories"[2] Of course, the average Scr…