Page 1 of 1
Thonny v3.3.0 for Micropython
Posted: Thu Nov 26, 2020 8:19 pm
by fredb
A few words to talk about Thonny, the free python IDE for beginners
The 3.3.0 version has been released november 15 and is enabled here :
https://thonny.org/
With a simple interface, Thonny allows beginners to start and regulars to develop biggest projects.
Finally, it is available for Windows, Linux and MacOS.

- Source editor and REPL
- thonny_3_3_0_1.png (41.08 KiB) Viewed 703 times

- You have the choice between several types of micropython cards
- thonny_3_3_0_2.png (19.74 KiB) Viewed 703 times
FredB
Re: Thonny v3.3.0 for Micropython
Posted: Mon Dec 28, 2020 9:23 am
by fredb
Thonny was updated (Version 3.3.1) with these corrections for MicroPython:
- Support BBC micro:bit v2
- Fix problem with MicroPython programs creating lot of output very quickly
- Fix wrong message when saving to MP and device is busy
- Fix error when trying to download file from microbit
- Fix error on reseting MicroPython device
- Fix unwanted output from expession statements in MicroPython
- Fix error when closing MP file dialog without name
- Refactor "File => Rename" command (new label "Move / rename" and you can't "rename" a file on MP device to a file on local disc and vice versa)
- Fix error when clicking on "Attributes" tab on Object Inspector when no object is selected (MP)
- Fix dummy MicroPython packages giving ugly errors
https://github.com/thonny/thonny/releases
Re: Thonny v3.3.0 for Micropython
Posted: Mon Dec 28, 2020 11:56 am
by mattyt
That looks like a solid release, thanks!
