
Start Thonny IDEĪs shown in the installation section, Thonny is installed in the home directory. Thonny will ask you to set up Language and Initial settings.

To launch thonny, go to the installed directory and type “. In my case, it is installed in my home directory. At the end of the installation, you will come to know where is thonny installed. $ sudo dnf install thonny įor demonstration purposes, I am using Ubuntu 20.04 and running the installer script with wget command as shown above to install thonny. Install Thonny IDE Using Package Manager $ sudo apt install python3-tk thonny Install Thonny IDE Using Installer Script # bash <(curl -s ) Install Thonny IDE Using Pip # pip3 install thonny Use default package manager to install it.The latest version of Thonny is 3.3.0 and there are three ways you can install thonny in Linux.
#Thonny for tinkerboard how to
In this article, you will learn how to install and use Thonny Python IDE in a Linux environment and exploring the features of thonny. Highlights syntax errors and explain scopes.Simple PIP GUI Interface to install 3rd party packages.Heap, Stack, Assistant, Object Inspector.Built-in Debugger and Step through evaluation.Python 3.7 is installed by default with Thonny setup.

Some of the key features of thonny include Newbies can concentrate on language instead of focusing on setting up the environment. The interface is clean and distraction-free. If you are new to programming or someone switching from a different language I suggest using thonny. Related Article: 10 Best Python IDEs for Linux Programmers in 2020 Why Thonny IDE
