JPJalpa Patelindevjalpa.hashnode.dev·Aug 27, 2022 · 3 min readIntroduction to creating Flask Web ApplicationFlask is a Python Web Framework. It is a popular light weight WSGI (Web Server Gateway Interface) web application framework. Flask is supported from Python 3.7 version. This article is divided in two sections. First section covers installation and se...00