Building a Simple Blog App with Python and Flask.
Jan 8, 2023 · 7 min read · Hello and Welcome 👋, In this guide, we will use Flask with the Jinja2 templating engine and the SQLite database engine to build our platform. Flask is a lightweight WSGI web application framework. This means flask provides you with tools, libraries ...
Join discussion