News

Whether you’re primarily a GUI user, or you’re teaching someone that is, Thonny is undoubtedly number one in MicroPython world – it’s an IDE developed with Python in mind, and it has ...
Figure 2 – REPL Terminal with LED On commands One of Python's advantages it isn’t just a scripting language; Python is an object oriented programming language. A developer can, for example, create an ...
A new release of MicroPython has been made available by the Adafruit team bringing with it a number of new features including command line remote-control tool called “mpremote”. As the name of ...
The microcontroller has 1MB of Flash and 192 kB of RAM. Where 1 MB of flash space isn’t enough, developers can use an external high density micro SD card to store Python scripts. MicroPython offers ...
up-arrow recalls the last command for editing, and so on. A nice touch is that control-e allows you to paste entire blocks of code from a file at once. In short, it’s a nice workable Python ...
Just funded on Kickstarter, the £24 board runs an adapted version of Python known as Micro Python and will allow users to simply paste lines of text code onto the board to make it work.
Now a new variant for embedded applications has emerged, one created in conjunction with a hardware project designed to show off what’s possible with Python in such environments. The Micro ...
This allows you to instantly type and execute Python commands, just like you would when running Python on your PC. You can also redirect the REPL to any of the UARTs on the pyboard.