CRUD Application with Python & Flask + Example
Jul 22, 2021 · 2 min read · What is Flask? Flask is a micro-framework in Python. It makes it easier to start a server, and when combined with other modules it can build sophisticated and complex applications. But why is it a micro-framework?? Well, it's considered a micro-frame...
Join discussion