Explain the disadvantages of python



Explain the disadvantages of python..

Answer / chaitanya

Disadvantages of Python are:

Python isn't the best for memory intensive tasks.

Python is interpreted language & is slow compared to C/C++ or java.

Python not a great choice for a high-graphic 3d game that takes up a lot of CPU.

Python is evolving continuously, with constant evolution there is little substantial documentation available for the language.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How to get indices of n maximum values in a numpy array?

0 Answers  


What is decorator in python?

0 Answers  


What does the list comprehension do?

0 Answers  


What is polymorphism in python?

0 Answers  


Why do we need Python Directories

0 Answers  






How to delete a file in python?

0 Answers  


How do I avoid having python class data shared among instances?

0 Answers  


How to convert a list into a tuple?

0 Answers  


Does python support interfaces like java does?

0 Answers  


What is orm in python?

0 Answers  


What happens with the following function definition?

0 Answers  


When is not a good time to use python generators?

0 Answers  


Categories