Where to Go Next — Beyond Scratch
Congratulations on completing this course! Here’s how to keep growing:
Stay on Scratch
- Explore other creators’ projects on scratch.mit.edu and look at their code.
- Join Scratch studios and remix projects.
- Try the Scratch extension blocks (music, pen, video sensing, translate).
Move to Text-Based Coding
- Python: The most beginner-friendly text language — great for games, data, and AI.
- JavaScript: Makes websites interactive — run in any browser.
- MIT App Inventor: Like Scratch, but for building real Android phone apps.
Every concept you learned in Scratch — loops, variables, conditions, events — exists in every programming language. You already know how to think like a programmer. 🎉