What is flask & its benefits?



What is flask & its benefits?..

Answer / Ravi Prakash

Flask is a micro web framework written in Python. It provides an easy-to-use and lightweight way to develop web applications. Benefits include: rapid development, minimalistic design, flexible routing, support for RESTful requests, and integration with other Python libraries.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Is string iterable python?

1 Answers  


Where python is mostly used?

1 Answers  


How does python input work?

1 Answers  


Will python support object oriented?

1 Answers  


How to implement the decorator function, using dollar ()?

1 Answers  


What does %s mean in python?

1 Answers  


How do you make 3d plots/visualizations using numpy/scipy?

1 Answers  


How can you sort a list in reverse order in python?

1 Answers  


What is instance of a class?

1 Answers  


Why is python 2 still used?

1 Answers  


How do I delete a file?

1 Answers  


How are data types defined in python and how much bytes do integer and decimal data types hold?

1 Answers  


Categories