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

What do you mean by ‘suites’ in python?

0 Answers  


What does return none mean in python?

0 Answers  


Can you name ten built-in functions in python and explain each in brief?

0 Answers  


Can you modify the maximum depth for a recursive function in Python? If yes how?

0 Answers  


What is Dict and List comprehensions are?

0 Answers  






Tell us what is python? What are the benefits of using python?

0 Answers  


features of Python What are the essential?

1 Answers  


What is Python Set?

0 Answers  


What is django python?

0 Answers  


What are the two main types of functions in python?

0 Answers  


When should you use generator expressions vs. list comprehensions in Python and vice­versa?

0 Answers  


How would you perform unit-testing on your python code?

0 Answers  


Categories