Make a simple blog using Flask

From Parallel Library Services
Revision as of 14:05, 17 November 2021 by Simon (talk | contribs) (Replaced content with "Flask is a micro web framework written in Python, for making web applications. A good tutorial is provided by Abdelhadi Dyouri on the website digitalocean.com: https...")
Jump to navigation Jump to search

Flask is a micro web framework written in Python, for making web applications.

A good tutorial is provided by Abdelhadi Dyouri on the website digitalocean.com:

https://www.digitalocean.com/community/tutorials/how-to-make-a-web-application-using-flask-in-python-3

With this tutorial, you can make a simple flask blog web application, with ways to post, edit and delete content. Future augmentation could also include adding secure features. At the end of the tutorial are links to ways the app can be extended.