Python is used widely to develop programs. This post shows how to write a python program on python shell and cmd in windows 7. This windows 7 step can be worked in any type of windows operating system.

I made a demo or tutorial video to run python script on windows

Video Link

For Installation Check this video

Video Link
Steps to Run Python Script in Python Shell

  • Make Sure Python is Installed
  • Make Sure Python Path added to  the Windows Environment
  • Click Start Menu
  • Type ‘Python’
  • Click Python Shell
  • Now for testing type 1+2 result shows 3  it works well
Steps to Run Python Script in CMD

  • Make Sure Python is Installed
  • Make Sure Python Path added to  the Windows Environment
  • Click Start Menu
  • Type  ‘cmd’
  • type  ‘python’
  • Now for testing type  ‘1+2’  result shows 3  it works well