Post Page Advertisement [Top]

Pythonpython program

What is Python & Why Python is Easy to Learn and Programming ?

Python

 What is Python ?

Python is a procedural programming language. It is an interpreted, widely used ,high-level, general-purpose, object oriented programming language created in late of 1980's .
>>>  is prompt of the python. It is a interface b/w a user and system. It interprets the high level values (Source Code) into low level value (target value).



Features or Characteristics of Python.

  • Extension of  Python File : .py or .pyw . 
  • Interpreter :-line by line checking program. it is slower  process.
  • Python is a general purpose programming language. Hence , we can us this programming language  for developing both desktop and web applications also we can use it for developing complex scientific and numeric applications.
  • Python is a simple language which is easy to learn.
  • You can freely use and distribute Python, even for commercial use.
  • Portability :- Python Programming is said to be portable. i.e an application of python which is  developed on windows operating system can also be executed on another user interface operating system.
  •  Extensible and Embeddable.
  • High level Interpreted language .
  • large standard libraries to solve common task .
  • Object Oriented. 
  • Python is slower then c and c++ but  python is high level language, unlike c or c++ its not closer to hardware. 

  History of Name of Python. 

The most asked question of python is "Why Python is Called Python ?"
Guido van RossumGuido van Rossum (born: 31 January 1956) is a Dutch programmer best known as the author of the Python programming. When he began implementing python,he also reading the published script from "Monty Python's Flying Circus" he thought he need a name that was short, unique, and slightly mysterious. So he decide to call the programming language Python.

is python easy to learn ?

In python  there are three defined and five basic type of data type and its implementation very simple because in each data type there are number of implicitly defined function . so by using or calling that functions in our application we can perform our work in easiest   way. and the syntax of python programming is so easy. 
e.g: For print hello we just use   print("hello")
 Python is also easy to maintain : since the structure and the code of the python application is simple so any expert can easily modify or fix the bug of an application. Python is an Open Source programming language . it means any expert, whom has right to excess the code of python, can easily modify that. So that structure and syntax which is used  to write a application is simple. so the learning of python  will become simple and easy.


No comments:

Post a Comment

Bottom Ad [Post Page]