Flask
Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks.
Install Flask
$ pip install Flask
Web Frameworks coded in Python
- Flask - Available under the BSD license, Flask is another popular Python framework. Inspired by the Sinatra Ruby framework, the microframework requires Jinja2 template and Werkzeug WSGI toolkit.
- Django - Full-stack framework Django is one of the most beloved web development frameworks for developing Python applications.
- Falcon - Microframework Aimed at rapidly building web APIs, Falcon is another widely used Python framework.