Install python flask for mac os

broken image

For adding functionalities to our website, we can use various extensions available in flask.

broken image

This gives Flask a unique point to flask over other web-development tools, as it follows the bare-minimum approach and so simple to use and handle. This leads to more understanding of the website for a web- developer as he/she adds more functionalities on their own. The “micro” in microframework means here that we can generate a minimum or bare-bone website using flask and add functionalities when we need them. The Flask framework is based on the Werkzeug WSGI toolkit and the Jinja2 template engine.

broken image

It is open-source in nature and is developed by Armin Ronacher. ( This tutorial is a part of a tutorial series in which we will learn how to make a very basic Blog Website using Flask and deploy it.)įlask is a microframework written in Python programming language which is used to create web applications. We will also create a project using flask which will be a blog website and then we will deploy it to the web server using. We can use this framework to create websites. In this tutorial, we are going to learn about the Flask Framework of Python.