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 |
Where do we use python scripting?
What does the <self> keyword do?
How can you create a copy of an object in python?
How many name spaces are defined in python?
Does python have a string ‘contains’ substring method?
How are classes created in python?
What is the enumerate() function in python?
How to convert bytes to a string?
How is python interpreted?
Have you heard of the yield keyword in python?
What are literals in python?
How to display the contents of text file in reverse order?