Python Introduction

Python was created by Guido Van Rossum when he was working at CWI (Centrum Wiskunde & Informatica) which is a National Research Institute for Mathematics and Computer Science in Netherlands. The language was released in I991. Python got its name from a BBC comedy series from seventies- “Monty Python‟s Flying Circus”.

Python can be used to follow both Procedural approach and Object Oriented approach of programming. It is free to use.

Some of the features which make Python so popular are as follows:
1. It is a general purpose programming language which can be used for both scientific and non scientific programming.
2. It is a platform independent programming language.
3. It is a very simple high level language with vast library of add-on modules.
4. It is excellent for beginners as the language is interpreted, hence gives immediate results.

5. The programs written in Python are easily readable and understandable.
6. It is suitable as an extension language for customizable applications.
7. It is easy to learn and use.

Comments

Popular posts from this blog

Interactive Mode of Python 2.7

Script Mode