Recall & Review
beginner
What is Flask?
Flask is a lightweight web framework for Python. It helps you build web apps easily by providing tools and features without much setup.
Click to reveal answer
beginner
Why is Flask called a 'micro' framework?
Flask is called a micro framework because it keeps things simple and small. It gives you the basics to build web apps but lets you add extra features as you need.
Click to reveal answer
beginner
Which language do you use with Flask?
You use Python to write web applications with Flask.
Click to reveal answer
beginner
Name one key feature of Flask.
Flask has a built-in development server that helps you test your app quickly.
Click to reveal answer
beginner
How does Flask help beginners?
Flask is easy to learn because it has simple code and clear structure. It lets beginners build web apps step-by-step.
Click to reveal answer
What type of framework is Flask?
✗ Incorrect
Flask is a micro web framework, meaning it provides the basics for web apps without extra features by default.
Which programming language is Flask built for?
✗ Incorrect
Flask is a Python web framework.
What is a key benefit of Flask for beginners?
✗ Incorrect
Flask is simple and easy to learn, making it great for beginners.
Flask is best described as:
✗ Incorrect
Flask is a lightweight web framework for building web applications.
Which feature does Flask include by default?
✗ Incorrect
Flask includes a built-in development server to help test apps during development.
Explain what Flask is and why it is useful for building web applications.
Think about how Flask helps you start web projects with simple tools.
You got /4 concepts.
Describe one main feature of Flask that helps developers during app development.
Consider what makes testing your app easier in Flask.
You got /3 concepts.