🐍 How to Install Thonny (Python IDE)
✅ Step 1: Download Thonny
-
Go to the official website:
👉 https://thonny.org -
Click on the Download button for your operating system:
-
Windows:
thonny-setup.exe
-
macOS:
thonny.dmg
-
Linux: .deb or install via Terminal
-
🪟 For Windows Users
✅ Step 2: Install Thonny
-
Double-click the downloaded
thonny-setup.exe
file. -
Click Next, choose installation location (default is fine).
-
Check the option:
-
✅ “Add desktop shortcut”
-
-
Click Install.
-
When finished, check “Run Thonny” and click Finish.
🎉 Done! Thonny also installs Python automatically, so no separate Python setup is needed.
🍎 For macOS Users
✅ Step 2: Install Thonny
-
Open the downloaded
.dmg
file. -
Drag the Thonny icon to your Applications folder.
-
Open Thonny from Launchpad or Applications.
💡 If macOS blocks it, go to System Preferences > Security & Privacy > General, and click “Open Anyway”.
🐧 For Linux (Ubuntu/Debian)
Option 1: Install using .deb file
-
Download
.deb
file from https://thonny.org -
In Terminal, run:
Option 2: Install via terminal
🚀 Step 3: Write Your First Python Program
-
Open Thonny.
-
In the editor area, type:
-
Click the green Run button (or press
F5
). -
You’ll see the result in the bottom shell window.
✨ That’s It! Thonny is Ready to Use
You now have: ✅ Python installed
✅ Thonny set up
✅ First Python program working