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 |
What do you mean by ‘suites’ in python?
What does return none mean in python?
Can you name ten built-in functions in python and explain each in brief?
Can you modify the maximum depth for a recursive function in Python? If yes how?
What is Dict and List comprehensions are?
Tell us what is python? What are the benefits of using python?
features of Python What are the essential?
What is Python Set?
What is django python?
What are the two main types of functions in python?
When should you use generator expressions vs. list comprehensions in Python and viceversa?
How would you perform unit-testing on your python code?