Loading...
Loading...
00:00:00

Python Environment Setup 

Download The Python 3

For python programming you have to download python interpreter for run the python code. Here is the step by step guide to help to installing python.

  1. Download python 3 from official website Python.org
  2. Select your Operating system (Windows, Mac, Linux)
  3. Download python (for windows os click here Download Python)

Installing The Python 3

Follow these simples step for successfully installation of python 3 -

  1. After Downloading python 3, open setup file
  2. run the setup Click on Next
  3. check all the check box start the installation
  4. after successfully installing python 3 check it using cmd or Terminal
  5. To check the python installation run the command python --version , you will see the python version
  6. Done.

NOTE : While Installing Python Interpreter you must set the (System Environment Variable) 'Add to Path' Option in setup wizard.

Download IDE Or Souce Code Editor

For writting the Python program we need IDE, IDE stands for "Integrated Development Environment" which is help us to writing source code and running in simple way. we can use notepad for writting the python program but it is very irritated to write the code and run, code will not be readable format. There are so many IDEs availabe for writing source code for python such as, Pycharm Visual Studio CodeSublime TextNotepad++ , eclipse, atom etc.

Follow these simple step for downloading jetbrains pycharm IDE

  1. Visit official website for pycharm jetbrains.com
  2. select your operating system (Windows, mac , linux)
  3. select community edition, Not professional edition
  4. download the setup (for windows click here Download pycharm )

After downloading pycharm Run the setup it is very straight forward. Accept Terms & Conditions > Next > finished.