Developing static webpage application using Flask with no database

Flask is a micro web-framework which is easy to learn and is very simple in usage. Yet, it has the capability of building an enterprise level application which can handle large amount of traffic. In this article, we will build basic static webpage application in Flask with no database.


A static webpage means an single HTML code which does not change with user interaction. It may have CSS and JavaScript code linked with it. In terms of performance, this is one of the preferred webpages.


The idea...

 •  0 comments  •  flag
Share on Twitter
Published on July 21, 2020 00:17
No comments have been added yet.