Step 1: open https://www.python.org/downloads/
Step 2: Click on Download Python 3.7.0 button.
Step 3: After download Open the downloaded setup file & follow the normal installation procedure as it will instruct & install it in your directory.
Step 4: After installation complete, open IDLE . IDLE is the standard Python development environment.
It is a Python shell window where you can write python program & can execute.
Step 5 : When you will open IDLE it will look as follows.
Step 7: Writing Hello world program as follows.
in IDLE write the following code & press enter
print('Hello world')
you will get output as : Hello world
See the following snapshot
Step 2: Click on Download Python 3.7.0 button.
Step 3: After download Open the downloaded setup file & follow the normal installation procedure as it will instruct & install it in your directory.
Step 4: After installation complete, open IDLE . IDLE is the standard Python development environment.
It is a Python shell window where you can write python program & can execute.
Step 5 : When you will open IDLE it will look as follows.
Step 6: Python program is easy to learn, write & execute. Start python programming with Hello World program.
Step 7: Writing Hello world program as follows.
in IDLE write the following code & press enter
print('Hello world')
you will get output as : Hello world
See the following snapshot
Now you are done with Python Hello World peogram. Have fun with python programming.


No comments:
Post a Comment