04-07-2022, 10:05 PM
Hi Steff260,
You might wish to use the Python GUI with starting IDLE (interactive development environment). Most probably you had it installed already; if not do:
Then;
Enter your password when being asked for it and hit Enter. Once done simply go to Menu > type IDLE in the application finder field and when you see it listed click on it to run.
You might wish to use the Python GUI with starting IDLE (interactive development environment). Most probably you had it installed already; if not do:
Code:
sudo apt-get install idle3
Then;
Code:
sudo apt-get install python3-pip
Enter your password when being asked for it and hit Enter. Once done simply go to Menu > type IDLE in the application finder field and when you see it listed click on it to run.