PythonEditor icon indicating copy to clipboard operation
PythonEditor copied to clipboard

A MicroPython editor for the BBC micro:bit that works with browsers.

Results 61 PythonEditor issues
Sort by recently updated
recently updated
newest added

I really appreciate the new Open Serial option in the microPython editor. I think that will make debugging much easier for beginners. However, it is a little frustrating that I...

enhancement
WebUSB

I have created a french version of this editor here : https://educ.selmen.tn/python/ anyway of integrating it here? by the way , anyone knows why the microbit_blocks( that this project depends...

I am not sure if the problem is microbit or python itself. It is a Morse Code translator and the error is most likely on Line 40 [https://pastebin.com/HuAfMdca](https://pastebin.com/HuAfMdca)

It would be good to be able to add modules that aren't included in the default build. It might also be nice to be able to remove modules that are...

...using GitHub here, but please @ntoll redirect me if you'd like this in a different forum. Ultimately aiming for visible/public enough One of the questions we (at micro:bit Foundation) get...

If a user is coding using blocks, the blockly content gets lost at the 'save', 'download' or 'share' stage. This makes it hard to, for example, share skeleton blocks programs,...

If you create blockly code and use the share feature, when you use the URL, all you get back is the textual Python code, not the blockly code.

Since 0.1.0 we've been able to move between different versions of the editor. Hooray! However, currently the contents of the script buffer (IE the users' code) gets lost between this...

bug

One thing that seems to aid transition from blocks to coding is the ability to explore the API in the same way the blocks display it. Could we have some...

enhancement

I notice the Blocks Menus are organised in alphabetic order. Whilst there is a logic to them being in that order, since most students will graduate from the regular BLOCK...