wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

bottle framework

Total questions: 5

Worksheet time: 3mins

Name
Class
Date
1.

What is Bottle framework in Python?

a)

Bottle is a fast, simple, and lightweight WSGI micro web-framework for Python.

b)

Bottle is a slow,complicated and heavy weight WSGI micro web-framework for Python

2.

What are some key features of Bottle framework?

a)

Key features exclude single-file distribution, built-in HTTP server, routing, templating, and support for plugins

b)

Key features include single-file distribution, built-in HTTP server, routing, templating, and support for plugins.

3.

How does routing work in Bottle?

a)

Routing in Bottle is achieved using function

b)

Routing in Bottle is achieved using decorators

4.

What templating engines does Bottle support?

a)

Bottle cannot support a variety of templating engines excluding SimpleTemplate, Mako, Jinja2, and others.

b)

Bottle supports a variety of templating engines including SimpleTemplate, Mako, Jinja2, and others.

5.

Does Bottle support middleware?

a)

No,bottle doesn't support middleware

b)

Yes, Bottle supports middleware.