

route ( "/" ) def hello (): return "Hello, World!" $ flask run Install and update using pip: $ pip install -U Flask A Simple Example # save this as app.py from flask import Flask app = Flask ( _name_ ). There are many extensions provided by theĬommunity that make adding new functionality easy. It is up to the developer to choose the tools and It began as a simple wrapper around WerkzeugĪnd Jinja and has become one of the most popular Python webįlask offers suggestions, but doesn’t enforce any dependencies or


To make getting started quick and easy, with the ability to scale up toĬomplex applications. Flask is a lightweight WSGI web application framework.
