

#Thonny themes install
Instructors can now install extra packages to the central interpreter and students will see the packages without any hassle. This means your programs will see all Python packages that are installed to this interpreter. In version 3.0 the default back-end is “The same interpreter which runs Thonny” (by the way, this was already the default setting on Raspberry Pi). It turned out that many instructors did not like this scheme as it often made things more complex and confusing, especially in classroom setting. The idea was to allow students start from clean slate and add packages later without worrying about the integrity of whole system. Thonny 2.1 introduced automatically managed virtual environment as default back-end. Note that you don’t need to use breakpoints – if you start the debugger without breakpoints, Thonny stops before the first statement, just like it used to. This gives you the margin, where you can add or remove breakpoints with double-clicks. For using them, you need to switch on line numbers (Tools → Options → Editor). Last, but not least, Thonny finally supports breakpoints. Note that both styles can be used with both debugging modes. In “Tools → Options → Debugger” you can switch to more traditional style with a separate view for presenting and switching call frames. Therefore in 3.0 one can choose between two different styles for presenting call stack. This gives good intuition about the concept, but it may become cumbersome to use.
#Thonny themes windows
We expect that most students start with the nicer debuger and move on to the faster one when their programs grow bigger.īy default the new debugging mode still uses stacked windows for presenting the call stack. The new mode is not as intuitive but much more efficient. Beside the original AST-based debug mode – the “nicer” one (Ctrl+F5), there is new, traditional line-based mode – the “faster” one (Shift+F5). Although the performance has been greatly improved in 3.0 beta, larger programs would still benefit from a more efficient solution. The original debugger has been very useful for explaining the meaning of Python constructs, but its memory and time overhead became noticeable when making bigger steps in some programs (especially after the introduction of stepping back in time).

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), #1446.Fix error when closing MP file dialog without name, #1431.Treat double-click in the remote file dialog differently from double-click in the Files view, #1432.Fix unwanted output from expession statements in MicroPython, #1441.Fix error on reseting MicroPython device, #1442.Don't assume anything about conf files in Pi theme, #1436.
#Thonny themes download

You may receive a warning dialog from Defender until it gains more reputation.
