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 |
How are arguments passed by value or by reference in Python?
What is dogpile effect?
Whenever python exits, why isn’t all the memory de-allocated?
Does python supports interfaces like in java or c#?
How to save an image when you know the url?
Can you list down some of the pdb commands for debugging python programs?
How do I use strftime in python?
Explain the Meaning of a single and double underscore before an object name?
What is indexing? Explain with an example
Is python good for microservices?
How many functions are in python?
Explain the uses of the modules sqlite3, ctypes, pickle, traceback, and itertools.