How To Install Python Programming Language
How To Install Python Programming Language
How To Install Python Programming Language
2. Click Downloads.
1
How to Install and Run Python Programming Language
2
How to Install and Run Python Programming Language
5. Python is finished downloading when you see the Python installer icon.
3
How to Install and Run Python Programming Language
7. You will then see the Open File – Security Warning dialog box.
4
How to Install and Run Python Programming Language
5
How to Install and Run Python Programming Language
12. Python will begin installation process. Wait for the progress bar
to finish.
6
How to Install and Run Python Programming Language
13. Python will display a dialogue box when setup is successful. Click
Close button.
14. To run Python, you must look for the Python icon. You may find
it by clicking the Start button.
7
How to Install and Run Python Programming Language
15. You will then see the Start Menu. Look for Python 3.9 (64-
bit) at the top of the Recently added list.
16. Add shortcuts so to easily run Python. While Start Menu is still
open and you see the Recently added list, right-click on Python 3.9
(64-bit) to see choices where to put the Python shortcut icon. Click
Pin to Start to add Python shortcut to Start Menu.
8
How to Install and Run Python Programming Language
9
How to Install and Run Python Programming Language
10
How to Install and Run Python Programming Language
20. Look for the Python IDE editor named IDLE. Click Start button,
locate Python under letter P group of programs, and click Python 3.9.
21. Locate IDLE (Python 3.9 64-bit). You may create a short of
IDLE on the Taskbar.
11
How to Install and Run Python Programming Language
22. Take note of the IDLE shortcut on the Taskbar. Click to run IDLE.
23. Click to run IDEL. This opens the IDLE Shell. This is where you
can see the results when you run your Python programs.
12
How to Install and Run Python Programming Language
24. To write and run Python programs, you need to create a new
Python source code file. Click File, then click New File.
13
How to Install and Run Python Programming Language
26. Rearrange the two windows for easy writing and running of code.
27. Save your new Python file by clicking File, then click Save.
Locate our desired location and type in your filename.
14
How to Install and Run Python Programming Language
28. Type a sample Python program in the editor. Save the file.
print(“Hello world!”)
The print() function displays whatever text you put inside the “ “.
15
How to Install and Run Python Programming Language
29. To run the program, click Run, then click Run Module. You may
also press F5 on the keyboard to run the program.
16
How to Install and Run Python Programming Language
17
How to Install and Run Python Programming Language
18
How to Install and Run Python Programming Language
19
How to Install and Run Python Programming Language
20
How to Install and Run Python Programming Language
5. You may tap on Open button to run Pydroid 3 – IDE for Python
3 or look for the shortcut icon on your mobile device.
21
How to Install and Run Python Programming Language
6. Look for the shortcut icon to run Pydroid 3 – IDE for Python 3.
22
How to Install and Run Python Programming Language
23
How to Install and Run Python Programming Language
8. Once installation is complete, you will see the Pydroid 3 – IDE for
Python 3 home screen. This is where you will write and run your
Python programs.
24
How to Install and Run Python Programming Language
25
How to Install and Run Python Programming Language
26
How to Install and Run Python Programming Language
27
How to Install and Run Python Programming Language
28