python-editor-v3
python-editor-v3 copied to clipboard
Micro:bit Educational Foundation Python Editor V3
## Bug Description Mistake in reference text reported in Crowdin https://crowdin.com/translate/microbitorg/6642/en-nl?filter=basic&value=0#q=333052 "Select conditional statment:" 
The neopixel api has show() and write() functions:  They appear to do the same thing, but one is for V2 only. This seems unnecessary duplication, with the potential to...
Consider the following real world example from a novice: ```python # Imports go at the top from microbit import * LED_Pin = pin0 #at the start of each cycle we...
The docs folder in the V2 editor largely applies to V3 with minor updates. Exceptions: - We only support iframe controller embedding and the minimum of messages needed for micro:bit...
## Depends on Other tickets: - N/A Third parties: - N/A ## Description The Mu editor has a plotter feature that displays any printed tuple data as lines, live as...
## Bug Description The `else` statement in a `try/except/else/finally` is automatically nested incorrectly. ## How To Reproduce Steps to reproduce the behaviour: In the editor, copy and paste this: ```python...
The welcome dialog now shows a video of the themed editor. This doesn't make much sense in the context of this repo and might be a barrier to others using...
This scenario isn't great: 
typeshed updates have non-meaningful changes due to object field order. It'd be nice to fix this to make PR review easier. See e.g. https://github.com/microbit-foundation/python-editor-v3/pull/1032
It is possible to write valid python code with any number of white space indents. The style guide recommends 4 spaces, and that is the default indent for the new...