How to create a blog application using Flask and Flask Blueprints in Python
Jan 6, 2023 · 21 min read · INTRODUCTION: Flask is a web application framework written in Python and is based on the Werkzeg WSGI toolkit and the Jinja2 template engine. Werkzeug is a WSGI toolkit that implements requests, response objects, and utility functions. This enables a...
Join discussion