Implementing Flask application using Object Oriented Programming (OOP's) [Part-1]
Nov 14, 2021 · 6 min read · Content Introduction to Flask Framework Why Flask framework? HTTP methods used in Flask A Minimal application of Flask A new approach using OOP's concept with Flask Introduction to Flask Framework Flask is a micro web framework written in Python. ...
Join discussion