Wednesday, November 28, 2018

INTRODUCTION TO PYTHON

Python is high level programming language it was developed by Guido van Rossum in Feb - 20 - 1991. The name was taken from the famous BBC program Monty's Python circus.It is platform independent i.e., it can be run any where.

Python is functional programming,object oriented,modular and scripting (not compiled only interpreted)  language.

Uses of python:

1. Develop desktop applications i.e., windows applications ex: Calculator,excel etc..,
2. Develop web applications using Django framework.
3. Develop database applications.
4. Develop networking applications.
5. Develop games.
6. Data analysis (data science).
7. Develop Machine learning, AI and IOT applications.

Limitations of Python:

1. low Performance since it is interpreted(read each line at once) language.
2. It is not suitable for large applications.
3. It is not suitable for mobile applications.

 




No comments: