EduBlocks – bridging the gap between Scratch and Python with a Raspberry Pi

When you’re ready to move from Scratch to Python, this transition can be quite painful. Suddenly, you’re faced with a pure-text programming interface and even with IDEs like Thonny helping you to get things going, you’re still left with the fundamental question: Where have all my coloured blocks gone.

Enter EduBlocks, a programming environment developed by Joshua Lowe which seeks to bridge the gap between Scratch and Python by helping you to write Python code, but with a Scratch- or Blockly-like interface.

He’s been developing it for a while now and you can give it a go by opening up a terminal and running the following command:

curl -sSL get.edublocks.org| bash

Once you’ve got it installed, you’ll want to head over to the Learning Portal where you can download worksheets. These include physical computing exercises (using components from CamJam EduKit 1), Sonic Pi and even Minecraft. I spoke to Joshua recently and he let me know about a new series of worksheet material he and others are developing: Lesson Plans. These exciting new resources for teachers will bring together the existing worksheets with plans to use in lessons with identified objectives and other stuff you need for the actual teaching. The first one, written by Claire Wicher deals with Minecraft and includes a teachers booklet and an accompanying Powerpoint presentation. To access this, and future lesson plans, head over to the Learning Portal and click on the Lesson Plans button. To find out more about EduBlocks itself, head over to the website.

Opinion

This is really fantastic work by young Joshua and also by Claire. It takes EduBlocks forward to be something that can be used in classrooms by those on the cusp of text-based languages. It may seem strange to some to couch the Python language in a visual environment, but I think it’s a great idea to bridge that gap. Take a look if you’re approaching that gap, or if you have children who are ready to move on – the resources are there, you just need to use them 🙂

4 comments for “EduBlocks – bridging the gap between Scratch and Python with a Raspberry Pi

  1. I often wonder if Scratch is a good method to teach programming.
    It is very easy but as you say the transition from scratch to a programming language will be difficult. I personally never use it and remove it from Jessie.

    Perhaps some one with programming teaching experience could comment.

    • By this we simply mean the transition from any visual block based language or even if your just starting out with Python and have had no past experience of coding before. In workshops, the program has been used with children around the age of 7 who have never coded before.

  2. Edublocks is cool. I’m doing a workshop at Amsterjam and I’ve decided to see what happens if we skip Scratch and start straight on Edublocks! I’m hoping it’ll go well!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.