Meet Thonny, The Beginner-Friendly Python Code Editor

Riantory, Ragowo
2 min readOct 8, 2021

--

Are you Python Beginner looking for a simple code editor that can support your learning about programming?

The best answers is an awesome tool called Thonny, that will enable you to start working with python in a beginner-friendly Graphical User Interface.

The simple things that beginner needs is to write code, see what is happening, and get feedback

You have to troubleshoot your code, but you need simple tools with powerful visual feedback that helps to learn more quickly.

And Thonny is the best choice to accomodate your needs.

Thonny was developed for learning and teaching programming at The University of Tartu, which you can download for free on Thonny, Python IDE for beginners

There are so many features in Thonny that help you to learn more easily & quickly, so let’s check it out

Easy to get started

Thonny comes with Python 3.7 built in, so just one simple installer is needed without installing Python and you’re ready to learn programming

Meet Thonny, The Beginner-Friendly Python Code Editor

No-hassle Variable

Once you’re done with your code, select View Variables and see how your programs affect Variables

Simple Debugger

Just press Ctrl+F5 instead of F5 and you can run your programs step-by-step

Highlights Syntax Errors

Unclosed quotes and parentheses are the most common beginners syntax errors

Code Completion

You can explore Python Commands with the help of code completion

Simple PIP GUI

Just select Tools Manage packages for even easier installation of 3rd party packages

--

--