
How to create a blog application using Flask and Flask Blueprints in Python
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...
Jan 6, 202321 min read