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 ? | 1 Yes | 0 No |
What is the purpose of __ init __?
How to determine the type of instance and inheritance in python?
What does __ file __ mean?
does recursion cause any trouble?
Will python support object oriented?
what are the noted modules of python in terms of networking
What do you understand by the term deep copy?
How to pass indefinite number of arguments to any function?
How will you remove the last object from a list?
Should I learn javascript or python?
What is __ init __( self in python?
Which all are the operating system that Python can run on?