Getting started with Flask - building a simple blog app
Jan 23, 2023 · 9 min read · Introduction Flask is a lightweight Python web framework that provides useful tools and features for creating web applications. It is a microframework that does not include an ORM (Object Relational Mapper) or such features. Flask is easy to get star...
Join discussion