Python Developer Question:
Download Job Interview Questions and Answers PDF
Tell me what is Flask & its benefits?
Answer:
Flask is a web micro framework for Python based on “Werkzeug, Jinja 2 and good intentions” BSD licensed. Werkzeug and jingja are two of its dependencies.
Flask is part of the micro-framework. Which means it will have little to no dependencies on external libraries. It makes the framework light while there is little dependency to update and less security bugs.
Flask is part of the micro-framework. Which means it will have little to no dependencies on external libraries. It makes the framework light while there is little dependency to update and less security bugs.
Download Python Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain me inheritance in Python with an example? | Tell me what is the difference between Xrange and range? |