We know python is all the rage these days. But to be truly accepting of a great technology, you must know its pitfalls as well. Would you like to talk about this?



We know python is all the rage these days. But to be truly accepting of a great technology, you must..

Answer / Kushal Mahadeo Bage

Python, while powerful and user-friendly, has some notable drawbacks. One significant issue is its performance compared to compiled languages like C or Java. Python's dynamic typing and interpreter-based architecture make it less efficient for heavy computations or memory-intensive tasks. Another potential pitfall is the tendency for large and complex code due to the extensive use of third-party libraries.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is built-in type in python?

1 Answers  


Python documentation is called?

1 Answers  


What are python templates?

1 Answers  


How does pop function works in set data types?

1 Answers  


What is the encapsulation?

1 Answers  


Executing dml commands through python programs?

1 Answers  


Can we change tuple values? If yes, give an example.

1 Answers  


What does none mean in python?

1 Answers  


Explain about exceptions in python?

1 Answers  


If given the first and last names of bunch of employees how would you store it and what datatype?

1 Answers  


What is the purpose of the "//" operator in python?

1 Answers  


Difference between @staticmethod and @classmethod in python?

1 Answers  


Categories