Saved Bookmarks
| 1. |
Explain the disadvantages of Python. |
|
Answer» Disadvantages of Python are : 1. Python is not the best for memory intensive tasks. 2. Python is interpreted language and is slow compared to C/C+ + or java. 3. Python is not a great choice for a high graphic 3D game that takes up a lot of CPU. 4. Python is evolving continuously with constant evolution there is little substantial documentation available for the language. |
|