blockpy-edu / blockpy

Blockly that's more Python than JavaScript, powered with Skulpt
Apache License 2.0
391 stars 130 forks source link

Microbits #103

Open acbart opened 3 years ago

acbart commented 3 years ago

Apparently Microbits are popular. Perhaps we should support them.

I have no idea what that means, but it sounded good!

MrMazzone commented 3 years ago

An interesting idea. I use Micro:bit a few times in my intro class to make the code "come to life". Specifically, in my conditionals and iteration units.

Here is Microsoft's MakeCode for Micro:bit repo which allows blocks, TypeScript, or Python: https://github.com/microsoft/pxt-microbit

Probably more adaptable for our purposes, EduBlocks has Micro:bit support on their platform: https://github.com/AllAboutCode

inasgali commented 2 years ago

Apparently Microbits are popular. Perhaps we should support them.

I have no idea what that means, but it sounded good!

Definently should!, perfect for absoulute beginners and kids