Flask

Create a python flask application

How to setup a python flask application

Chirag S P
Python being one of most used language in the world, makes it very easy to develop web applications. In Python several different frameworks to develop web applications. Two of most popular frameworks are Django Flask Django is mainly used for large applications and Flask is mainly used for light weight applications. In this article we are going to cover the basics of Python flask. Steps to setup a python flask application