0% found this document useful (0 votes)
32 views1 page

Namma Kalvi Steps To Run Python Program by T.thirumalai PDF

The document provides steps to run a Python program on Windows Vista or later. It instructs the user to download and install Python, add the Python path to the system PATH environment variable, write and save a Python program with a .py extension, and run the program by pressing F5 or clicking Run > Run Module.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views1 page

Namma Kalvi Steps To Run Python Program by T.thirumalai PDF

The document provides steps to run a Python program on Windows Vista or later. It instructs the user to download and install Python, add the Python path to the system PATH environment variable, write and save a Python program with a .py extension, and run the program by pressing F5 or clicking Run > Run Module.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

www.nammakalvi.

org

STEPS TO RUN (EXECUTE) A PYTHON PROGRAM


(Method for Windows Vista OS to latest version)

 Download a Software Python 2.7.11 Or Latest version from


www.python.org
 Install the Software in OS Drive (C:/) on the time of install
you must Choose the Option For All User Optional button .
 Next Go to Python Software install Drive and Choose the Path
as C:\Python27\python.exe (Copy the Path)
 After that Right-click on (My) Computer and Choose
Properties.
 On that Choose the Advanced system settings option.
 Next Click on the Environment Variables… Button.
 Then Choose the Path option from System variables list box
option and click the Edit button. And paste or type the path
as  ; C:\Python27\python.exe at the end of the Textbox.
 Next We can Starts to Write a program in Text Editors (Such
as Notepad, Wordpad, Notepad++, …….., Etc). (or) Otherwise
click on Start  Python2.7IDLE(Python GUI) And
FileNew or Ctrl+N then Type the program.
 Next Save (Save As) with the extension as *.py, *.pyw
(Filename.py).
 For execute (Run) the program PressF5 Key in the Keyboard
or Click on Run Run Module.
 For close the Window FileClose or Alt+F4. Or Ctrl+Q for
close all Window of Python.

www.nammakalvi.org

You might also like