Settings

Theme

New micro:bit Python editor focused on supported text-based coding

python.microbit.org

3 points by jaustin 3 years ago · 3 comments

Reader

jaustinOP 3 years ago

This is a new version of the micro:bit Python Editor designed to engage students learning text-based coding.

The goal is not to hide all the complexities of syntax and structure, but to support students in learning about these things.

There's a simulator so you can try your code without the micro:bit.

Source code here: https://github.com/microbit-foundation/python-editor-v3

GhoshAnkit 3 years ago

Cool, is it like VIM + drag and drop for major components?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection