Introduction To Python


What is Python?

Python is a very-high-level dynamic object-oriented programming language.

Python is easy to program and read

 

 Why Python?

software Quality:

Python focuses on readability, coherence, and software quality in general which sets it apart from other languages in the scripting world.

Developer Productivity:

Python code is typically one-third to one-fifth the size equivalent C++ or Java code.That means there is less to type,less to debug, and less to maintain  

Program Portability:  

Python programs run unchanged on all major computer platforms. For Example- Windows, Linux, MAC OS etc.

Support Libraries :

Python comes with a large collection of pre built and portable functionality, 
known as the Standard Library. This library supports an array of application- level
programming tasks, from text pattern matching to network scripting.


Component Integration :

Python scripts can easily communicate with other parts of an application, using a variety of integration mechanisms.

Enjoyment :

Because of Python’s ease of use and built-in toolset, it makes the programming more pleasurable.

About  Python


Invented in the Netherlands in early 90s by Guido van Rossum.
 Named after “Monty Python”, a comedy group, as Python is fun to use
Open source and interpreted language.

Considered a scripting language, but is much more than that.
Scalable, object oriented and functional.



Used by Google, increasingly popular.

Python job trends from indeed.com shows remarkable increase

Python is at the top the list among the top-dogs-Java,JavaScript and PHP(accroding to Red Monk first quarter plot 2014 ranking)

Users Of Python







 


 


Comments

Popular posts from this blog

Linear Regression Numpy code

week 11(21-25 october)

How java is different from c/c++?