

InterviewSolution
Saved Bookmarks
1. |
Explain the disadvantages of python |
Answer» Python can eat us any time so be care full<br>Disadvantages of Python are:Speed:\xa0Python is\xa0slower\xa0than C or C++. But of course,\xa0Python\xa0is a high-level language, unlike C or C++ it\'s not closer to hardware.Mobile Development :\xa0Python is not a very good language for\xa0mobile development\xa0. It is seen as a\xa0weak language\xa0for mobile computing. This is the reason very few mobile applications are built in it like Carbonnelle.Memory Consumption:\xa0Python is not a good choice for\xa0memory intensive\xa0tasks. Due to the flexibility of the data-types, Python\'s memory consumption is also high. | |