Thonny v3.3.0 for Micropython

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
fredb
Posts: 7
Joined: Mon Apr 27, 2020 2:30 pm

Thonny v3.3.0 for Micropython

Post by fredb » Thu Nov 26, 2020 8:19 pm

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.
thonny_3_3_0_1.png
Source editor and REPL
thonny_3_3_0_1.png (41.08 KiB) Viewed 2680 times
thonny_3_3_0_2.png
You have the choice between several types of micropython cards
thonny_3_3_0_2.png (19.74 KiB) Viewed 2680 times
FredB

fredb
Posts: 7
Joined: Mon Apr 27, 2020 2:30 pm

Re: Thonny v3.3.0 for Micropython

Post by fredb » Mon Dec 28, 2020 9:23 am

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

User avatar
mattyt
Posts: 410
Joined: Mon Jan 23, 2017 6:39 am

Re: Thonny v3.3.0 for Micropython

Post by mattyt » Mon Dec 28, 2020 11:56 am

That looks like a solid release, thanks! :)

Post Reply