What is design pattern in python?



What is design pattern in python?..

Answer / Madhur Singh

In Python, a design pattern is a reusable solution to a common problem within software development. Some popular design patterns include Singleton, Factory, Decorator, and Observer.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What are pytest fixtures?

1 Answers  


Name the function which helps to change the files permission

1 Answers  


What does __ name __ mean in python?

1 Answers  


What is r regex?

1 Answers  


Can a constructor be inherited?

1 Answers  


Have you heard of the yield keyword in python?

1 Answers  


What does the continue do in python?

1 Answers  


Which the command you use to exit help window in python?

1 Answers  


How does numpy arange work?

1 Answers  


Explain about different blocks in exception handling?

1 Answers  


What is *args and **kwargs?

1 Answers  


What is the python decorator?

1 Answers  


Categories