1 What are the features of Flask Python?
Flask Python is one of the newest frameworks of Python and is used for designing web applications for the following features:
- Flask comes with a built-in development server as well as fast debugger
- It also contains the integrated support required for unit testing
- It has the feature of restful request dispatching
- Comes with the Jinja2 templating technique
- Flask supports secure cookies i.e. client-side sessions
- Also has the WSGI 1.0 compliant feature.
- It is based on Unicode.
- Python Flask is extensively documented.