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 global and local variables in python?
Is python used for frontend or backend?
Mention what is flask-wtf and what are their features?
How do you check if a list is empty in python?
What is __init__.py?
How to install python and prepare environment?
Do you know what are the optional statements that can be used inside a <try-except> block in python?
What is meant by“call by value” in python?
How do I install pip?
What is difference between pass and continue in python?
What is flask?
Write the command to get all keys from the dictionary.