What are the disadvantages of the Python programming language?

Questions by Robert   answers by Robert

Showing Answers 1 - 10 of 10 Answers

MD ASAD IQBAL

  • Feb 28th, 2017
 

Python is not 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.

  Was this answer useful?  Yes

Sahithya

  • Jun 19th, 2017
 

Source code is shared so it is less secure

  Was this answer useful?  Yes

Vibhor Mishra

  • Aug 28th, 2018
 

It is not best for mobile application
Due to interpreter its execution speed is not up to mark as compared to compiler

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions