Answer Posted / 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 |
Post New Answer View All Answers
What is a python module?
What is the scipy?
Difference between append vs. Extend list methods in python
What is the best tutorial for python?
What is __init__.py used for?
how do you reverse a list in python?
Tell me what is pep 8?
What is data type in python?
What is the python keyword "with" used for?
What is used to represent Strings in Python? Is double quotes used for String representation or single quotes used for String representation in Python?
What are python iterators?
Can you use tabs in python?
Explain me what are the key features of python?
What is anonymous function or lambda function?
What mode is used for both writing and reading in binary format in file.?