GETTING STARTED WITH PYTHON

 

Visit the Python Website and select the Downloads Tab for Windows.

 

 

Select your version and installer type.

 

 

Start the Installer.

 

 

Select the Install Now option and Check the boxes for “Install launcher for all users” and “Add Python to PATH”.

 

 

Wait until the Setup installation has completed successfully.

 

 

Select Start then All Apps and Search for the Python Program Files.

 

Open the Python Command Line to verify that the shell is working.

 

 

Type the sample code:

print (“Robert Karamagi”)

 

 

Open the Python IDLE which is the Integrated Development Environment for Python.

 

 

Verify the working of the shell with the print statement.