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

The blockly interface is amazing. However, one thing that makes it feel very different from the existing PXT experience is the absence of round-tripping. I found a paper on round-tripping...

enhancement

Hi, for beginners it is important even in py :) I've seen it in Greenfoot.org Then in py based CodeCombat.com, Codesters.com http://www.mdpi.com/electronics/electronics-05-00033/article_deploy/html/images/electronics-05-00033-g005-1024.png https://adamasbasecs3.files.wordpress.com/2015/06/aaa.jpg

enhancement

In situations like the image below where a block that requires some other input doesn't have it: ![image](https://cloud.githubusercontent.com/assets/147113/24121084/d9302da6-0dae-11e7-9f10-5f862efd1ed1.png) ...it would be kind to the user to stop them from downloading...

enhancement

The 'change variable by' block causes the following import statement to be emitted: ```from numbers import Number``` Which in turn causes an ImportError on the device. It also generates rather...

bug

(this is a complex one that I think needs some discussion - opening this issue as a place for that) At the moment in blocks, as far as I can...

I'd like to be able to easily convert numbers to strings using blocks. Here's a simple example of a program where this would be useful ![image](https://cloud.githubusercontent.com/assets/147113/23946977/8cae6152-0974-11e7-8f8b-14fd5bb05cf5.png) The 'create text with'...

When adding a logic block like ( ) >= ( ), your next action will be to put a variable or a pin value on one side. But you then...

(This one probably isn't trivial, as I think it's partially a blockly/Python limitation) One of the things that blocks is quite good at is avoid syntax errors. However, our current...

Looking for the 'delay' related blocks, I'm not sure 'Microbit' is where I'd expect them to be. I'll test this with kids on Sunday, but I'd say I'd expect 'Timing'...

The new Blockly is brilliant. There are some really nice Python features you have surfaced into blocks. However, there are a lot of palettes and a lot of blocks, and...