Install Thonny – A Very Lightweight Python IDE for Linux!

Опубликовано: 14 Март 2026
на канале: LinuxHowTo
415
2

Looking for a very light and beginner-friendly Python IDE on Linux ? In this video, we’ll show you how to install Thonny , the simple yet powerful IDE designed for learning Python with minimal distractions. We’ll also walk you through basic customization options like UI scaling, theme changes, and setting up your Python interpreter —perfect for new users or anyone who values clean, intuitive development tools!

You can download Thonny directly from its official site: https://thonny.org/
Or install it easily via terminal:

sudo apt install thonny
After installing, open Thonny and follow along as we explore key settings:

✅ Step-by-Step Customization :

Open Thonny and Go to Options :
From the menu, click Tools - Options .
Adjust UI Scaling (for High-DPI screens) :
Under the General tab , increase the UI Scaling Factor (e.g., 1.5) for better readability.
Change Theme & Font Size :
Go to Theme & Fonts tab .
Choose a preferred UI Theme (e.g., Dark, Light).
Adjust the Editor Font Size for better code visibility.
Set Python Interpreter (Optional) :
Navigate to Interpreter tab .
Select a custom Python executable if needed, or leave it set to default system Python.

✅ Why Use Thonny?

Beginner-Friendly Interface : No clutter—just what you need to start coding.
Built-in Learning Tools : Highlights syntax errors, visualizes variable scopes, and simplifies debugging.
Lightweight : Perfect for older hardware or fast startup times.
Customizable : Change themes, fonts, and even enable plug-ins for advanced use.

✅ Key Features Highlighted in Video :

No-hassle variables view : See how your code affects variables in real time.
Simple Debugger : Step through code with Ctrl+F5 , no breakpoints needed.
Expression Evaluation Visuals : Watch how Python evaluates expressions step-by-step.
Function Call Visualization : Understand recursion and function frames clearly.
Syntax Error Highlighting : Easily spot unclosed quotes, parentheses, or typos.
Package Management Made Easy : Install 3rd-party libraries using Tools - Manage Packages .

✅ Pro Tips :

Enable Variables View (View → Variables) to visualize data while debugging.
Use Tools → Open system shell to learn Python command-line workflows without conflicts.
Explore available Thonny plug-ins like thonny-py5mode or thonny-dracula for extra functionality.

Perfect for students, educators, or anyone who wants a lightweight, distraction-free Python IDE! Hit subscribe for more Python tips and like if this helped.
Let us know: What’s your favorite Thonny feature for learning Python?

👉 Watch now and get started with Thonny—your new go-to Python IDE!

#Thonny #PythonIDE #LinuxTips #BeginnerPython #CodeLearning

(Short, clear, and packed with practical knowledge!)