
Version 7.7.0 for Windows 64-bit Download with JRE included Version 7.7. Installers are available for Windows, Mac OS X, and Linux. * Running on (Press CTRL+C to quit) Contributingįor guidance on setting up a development environment and how to make aĬontribution to Flask, see the contributing guidelines. Just click on your platform to download the latest version of Sencha Cmd. 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.
