Feature and drawback of Python Language

Python programming language have many feature as follow

1.  Dynamic typing programming
2.  Open source programming language
3.  Easy to learn 
4.  Great community of python developers
5.  Easily readable
6.  Object oriented programming language
7.  Cross platform support
8.  Python is extensible programming language
9.  Functions are first class objects i.e variable can store function

Now lets talk about the drawback of Python as follow

1.It is not typesafe language
2.It is slower than many language
3.It is not good for memory intense programming.
4.It programming is not suitable for mobile programming
5.It has more runtime errors due dynamic typing of it.

Comments

Popular posts from this blog

Facts and Fallacies of Software Engineering