What is Flask in Python?
Which command installs Flask?
Flask is based on which programming language?
What does @app.route('/') do?
What is the default port Flask runs on?
What is the purpose of Flask Blueprints?
How do you register a Blueprint in Flask?
What does the application factory pattern help with?
Which function is typically used to create the app in a factory pattern?
What is a Flask Middleware used for?
What is the purpose of the Flask Application Factory pattern?
In Flask, what is a Blueprint?
Which function is typically used to register a Blueprint?
What is the use of before_request in Flask?
How can you handle 404 errors globally in Flask?