FLASK – a micro web framework for python
Introduction Flask is a micro web framework for python. It is based on Werkzeug and Jinja. it was developed by Armin Ronacher in 2004. It’s called a microframework as it’s not required any tool or library. Why Flask Flask is more suitable for python project as it’s easy to learn for a beginner. It is […]