In this series we will learn about Flask, a simple and lightweight web framework written in Python.
We will create a simple web server, then develop it to add different types of pages (list and detail) based on a simple SQLite database.
These instructions are for a Windows PC running Python 3.x. The instructions should apply to Linux, including Raspberry Pi, except that the method for installing the Python Flask module will be different. Check how to install modules for your flavour of Linux (eg using apt-get for Debian).
In tutorial includes:
If you found this article useful, you might be interested in the book Functional Programming in Python, or other books, by the same author.
Copyright (c) Axlesoft Ltd 2020