Wednesday, June 29, 2016

How To Install a Python in your computer ?? Or Installation steps for python...

For Windows.

  • Step 1 : Download a python 2 or python 3 version.
  • Step 2 : Click on the .exe file.
  • Step 3 : Click next next and install a python in your computer.
  • Step 4 : After installed you should have a Python menu choice. Start the program by choosing IDLE(Python GUI).
  • Enjoy the python programming.
  • If any error occur so set the environment variable.

Steps for How set an environment variable ??

  • Step 1 : Right Click on My Computer go to properties.
  • Step 2 : Click on advanced system settings.
  • Step 3 : Click on Environment Variable.
  • Step 4 : after that in the system variable find a path.
  • Step 5 : Click on edit. 
  • Step 6 : at the end of path variable value write a python path and after that put a semicolon.

For Linux 

  • In the Linux all are inbuilt so don't require for installation.
  • just write a simple program in text editor and run in command prompt.
  • just write in command prompt python filename.py 
Enjoy Learning


No comments:

Post a Comment