Python - SPLessons

Python Installation

Home > Lesson > Chapter 2
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

Python Installation

Python Installation

shape Description

The installation steps for python is very simple compared to other languages. Python is accessible on a wide assortment of stages including Mac OS X. Python is copyrighted. Python source code is currently accessible under the GPL. Python is currently kept up by a center improvement group at the organization, despite the fact that Guido van Rossum still holds an imperative part in coordinating it's encouraging. the following are the steps to download.

shape Step - 1

To get the python now open the download link from here www.python.org/download as follows. After open the web site click on the version depends on the requirement such as 2.7.1.

shape Step - 2

After download the latest version of Python now open the setup from the downloaded test and click on run as below.

shape Step - 3

Now select any option depends on the requirement and click on Next button as follows.

shape Step - 4

Now select the directory to install the set up and click on Next.

shape Step - 5

After the successfull installation the following message will be displayed then click on Close buton.

shape Step - 6

Python can be opened in 3 ways such as follows.

shape Step - 7

The following is an example to run the code by using the command line as follows.

shape Step - 8

The following is an example to run the code by saving the file as follows. To save the python file .py is an extension.

shape Step - 9

The following is an example to run the code by using an IDLE as follows.

Summary

shape Key Points

  • Download the latest version of the Python from python community.
  • In the python 3.5 version parenthasis were added to print data.
  • Python is portable that it carries same result in various systems.