Get the IDLE Python IDE up and running on your Ubuntu system by following this step-by-step guide.
Commands:
sudo apt update
sudo apt install idle3
idle
print(“Hello World”)
print(“Hello World”)
print(“Halleluyah!!!!”
sudo apt remove idle
Chapters:
0:00 Intro
0:23 Install IDLE on Ubuntu
1:27 How to Open IDLE
1:41 Write and Run a Program on IDLE
1:56 Open an Editor Window
2:50 Debugging on IDLE
3:14 Uninstalling IDLE
3:36 End screen
What you will learn:
1. Install IDLE on Ubuntu
a. How to update the system repositories
b. How to install IDLE version 3
2. How to Open IDLE
3. Write and Run a Program on IDLE
a. How to start coding in IDLE
b. How to separate the shell window from the editor window
c. How To create a cleaner workspace
4. Open an Editor Window
5. Debugging on IDLE
6. Uninstalling IDLE
a. How to remove or uninstall IDLE
b. How to uninstall IDLE from your Ubuntu system
Song: Ikson – Utopia (Vlog No Copyright Music)
Music promoted by Vlog No Copyright Music.
Video Link: https://www.youtube.com/watch?v=KJTLE0H30Gg&t=0s
#computereverywhere #howto #installpython #install #idle #ide #ubuntu
Leave a Reply