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 beautifulsoup module will do in python?
Which is better c++ or java or python?
Which python memory profiler is recommended?
What is the purpose of the pythonstartup environment variable?
Please write a reg expression that confirms an email id using the python reg expression module <re>?
How do you find missing values in python?
Difference between python list comprehension vs. Map?
Difference between mutable and immutable in python?
What are benefits of python?
How can you profile a python script?
What is python shell scripting?
Explain about python’s parameter passing mechanism?