The EduBlocks can be converted into pure Python code, demonstrating how the EduBlocks blocks (which are similar in design to Scratch blocks) relate to the syntax of a text based programming language.
Below is the content of the Downloaded py file:
from microbit import *
while True:
if button_a.is_pressed():
display.scroll("Button A Pressed")
elif button_b.is_pressed():
display.scroll("Button B Pressed")
Python is a good choice for a language to transition to from Scratch since Python function names tend to be easy to understand and it’s possible to break Python code into a block like format.
Continue Reading EduBlocks Programming Tool - Transition from Scratch to Python





Arduino UNO Attached to a PC via USB Cable #Arduino...
Google Blockly Games Maze 3 Solution #Blockly #Javascript #Coding...
Brain Controlled Prosthetic Arm Funded by DARPA: The Modular #Prosthetic Limb developed for #DARPA by...
Connect to Your Raspberry Pi With SSH on Older Windows PCs #RaspberryPi #Windows...
Smart Robot Car Kit DC Motors Installation #Robots #STEM #Makerspace...
Google Blockly Games Maze 10 Best Answer #Blockly #Javascript #Coding...