Python Flask templates and handling form posts - EP 05

Published: Wed, Aug 30, 2023

Today Vincent shows you how using Flask you can build web apps and sites using Python 3. Users can install Flask via pip using: pip install Flask or pip3 install Flask depending the systtem. Note Linux / Mac users need sudo to install at root level.

Links: