Python Web Development with Flask — Favicon, Background Tasks, and HTTP Method Overrides

John Au-Yeung
3 min readJan 31, 2021
Photo by Patrick Tomasso on Unsplash

Flask is a simple web framework written in Python.

In this article, we’ll look at how to develop simple Python web apps with Flask.

Favicon

We can add a favicon by putting it in the static folder and then referencing it.

--

--