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 |
Explain the use of // operator in python?
What are operators?
Is using eval in python a bad practice?
What is dict when we have to use ?
Is geany good for python?
Can I learn python in a month?
How do you perform pattern matching in python? Explain?
How do I run a subprocess with pipes connected to both input and output?
Which is fastest implementation of python?
How to implement an 'enum' in python?
What's the difference between list and tuples?
Is python a shell scripting language?