Sunday, August 9, 2015

Python - Introduction and Installation steps

Refer index page for Python at the following URL:
http://mylearningcafe.blogspot.in/2015/08/python-index-page.html

 
What is Python?
Python is a programming language widely used to write games or simple code (to extract details from URLs) etc. It lets you integrate systems effectively.

Where to download Python from?
Go to https://www.python.org/
Click on Downloads
Download Python 3.4.3

Installing steps:
Once the installer is downloaded, double click it and click on Run
Select "install for all users" and click Next




Select the folder where you want to Install and keep clicking Next

Once installed, you can see it installed in your  "Start > All Programs > Python 3.4"
Click on "IDLE Python 3.4 GUI"




Congratulations!! Python has been installed and we are ready to rumble.


Refer index page for Python at the following URL:
http://mylearningcafe.blogspot.in/2015/08/python-index-page.html

No comments:

Post a Comment