Class Notes Python
Class Notes Python
SAP-ID:500108272
Batch-30
Experiment-1:-
Python installation:-
Step1:- Download python IDLE from the official python website:
https://www.python.org/downloads/
Step2:- After successful download, open the python exe file and then
remember to tick the two check boxes:
Use admin privileges when installing py.exe
Add python.exe to path
Step3:- Click on install now and then setup of python IDLE will begin.
Click on close.
Python IDEs:-
And then after that open IDLE by searching it in the search box. This is how
IDLE looks like:
Create a new python file by clicking on the File->New File. Save the new file
and then write the simple program of Hello World in python file.
Then click on Run or press F5 to run the program.
After successful run, it will print the output as shown: