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 |
Do they know a tuple/list/dict when they see it?
How do you call functions in python?
Describe how to use Sessions for Web python.
Are methods objects in python?
How do you upgrade pip?
Explain about pickling and unpickling?
What sort does python use?
Is multithreading possible in python?
What is thread join in python?
Explain about repr function?
What are the benefits of NumPy arrays over (nested) Python lists?
What is the purpose of setup py?