Features of Python
What is Python ? Python is a programming language. Which can be used in any operating system, Python is having wide range of application from web development, scientific and mathematical computing to graphical interface. Python was discovered by Guido Van Rossum in 1980s and it was first announced in 1994 , it was named Python from the series of comedy Monty Python’s Flying Circus. There are many features of Python such as : Easy to learn Free and open source Portable High level Interpreted language Large standard library to solve common task Structured language Object oriented Easy to learn : Python is easy to learn as compared to other language like Java , C, C++, Javascript it is very easy to code in Python. Free and open source : Python is open source language, which means its source code is available to everyone, anyone can download it, change it, or use it. Python is free to download from its official website www.python.org Portable : There is no need ...