

Also, when you begin with programming, using an IDE is great because you don’t have to think about all the configuration, you can just start and learn step by step directly by programming.Īnd the icing on the cake: after you install Raspberry Pi OS, there is no extra step to do. The Thonny IDE will then allow you to be more productive when you write Python programs. So you can focus on writing code, which is the most important thing you can do. And many more things, but we’ll stick to that for now.Īn IDE will contain all those features in just one software.Debug your programs so you can see what’s happening during the execution.Save your programs, open them, edit them.

Python doesn’t need one since it’s an interpreted language: each instruction is executed at runtime, one by one. Compile the code – for compiled languages like C++.Have language support such as auto completion, syntax highlighting, etc.
SET BREAKPOINTS IN THONNY PYTHON IDE HOW TO
You are learning how to use Raspberry Pi to build your own projects?Ĭheck out Raspberry Pi For Beginners and learn step by step. This may not help you much, but it’s good to know. IDE means Integrated Development Environment. What is an IDE, and what are the benefits you get from Thonny IDE on Raspberry Pi OS?
