<div dir="ltr">Hi,<div><br></div><div><br></div><div>On 20 October 2015 at 11:11, Jurgis Pralgauskis <span dir="ltr"><<a href="mailto:jurgis.pralgauskis@gmail.com" target="_blank">jurgis.pralgauskis@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi, <div><br></div><div>an alternative to TouchDevelop could be <a href="https://developers.google.com/blockly/" target="_blank">Blockly</a>, as it currently has translation to Python, </div><div>example<div><a href="https://blockly-demo.appspot.com/static/demos/code/index.html#982hb3" target="_blank">https://blockly-demo.appspot.com/static/demos/code/index.html#982hb3</a></div><div><br></div><div>(it has various adaptations, for example - turtle graphics <a href="https://trinket.io/blocks" target="_blank">https://trinket.io/blocks</a> )</div></div><div><br></div></div></blockquote><div><br></div></div><div><div>While touch develop is also open source, there *is* a "blocks" interface in the micro:bit platform - which under the hood is blockly. The reason for both is because some schools use one, other schools use the other, etc.</div></div><div><br></div><div>(The prototype micro:bit system used in schools trials in January this year used blockly as the front end, and the python generation interface, and it looks like - from the source - that this has been used as the basis for the blocks interface.)</div><div><br></div><div>That said, having worked with blockly I personally think it's great, and provides the potential for a "graphical python" interface. (ie same semantic model, generates text and converts from text back to blockly)</div><div><br></div><div>Integrating blockly with skulpt or brython seems a relatively simple task for anyone wanting to play.</div><div><br></div><div>Anyway, the great thing about the micro-python implementation is that it avoids the need for all the stuff I needed to do for the prototype, and allows off-line use by definition :-)</div><div><br></div><div>I also (still) think it's absolutely astonishing that Damien managed to port python to the micro:bit - it's an absolutely tiny device - just 16K RAM, so getting this much python in such little runtime space is an amazing feat :-)</div><div><br></div><div>Regards,</div><div><br></div><div><br></div><div>Michael.</div><div><br></div></div>