python-editor-v3 icon indicating copy to clipboard operation
python-editor-v3 copied to clipboard

Micro:bit Educational Foundation Python Editor V3

Results 116 python-editor-v3 issues
Sort by recently updated
recently updated
newest added
trafficstars

## 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:" ![image](https://user-images.githubusercontent.com/989126/198279777-897f9e90-aca4-40d7-9f83-f88b0dbb22ab.png)

The neopixel api has show() and write() functions: ![image](https://user-images.githubusercontent.com/25896029/195090430-a3f67d69-5ada-407c-9dfa-54669a2635fe.png) 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...

codemirror

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: ![image](https://user-images.githubusercontent.com/44397098/196682536-34b77619-1b61-495a-9c5a-34bfbf09195f.png)

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...