Friday 20 March 2015

Starting with Python

Python is an advance programming language used for scripting purpose. Its having all those advance and easy to learn methods which should be present in a modern programming language. Its a dominant programming language in terms of web development.   
The evaluation of a programming language can be done by using the following parameters:
  • Readability: the ease with which programs can be read and understood.
  • Writability: the ease with which a language can be used to create programs.
  • Reliability: conformance to specifications (i.e., performs to its specifications).
  • Cost: the ultimate total cost.
Python falls as the most fittest language in terms of  above mentioned criterion. Python is readable i.e. easy to read and understand, its writable i.e its the easiest language to play with, its reliable i.e. it performs in a very best way and finally in terms of cost python is the cheapest among all the programming languages as everyone can download its IDE free, develop packages( open source) and everyone can learn it within no time. 
A comparison among the programming languages is shown in the following graph 
Bionar.blogspot.com claims no rights over the graph
 Here we will be learning some of the basics of Python languages,