First Flask application In this section of the tutorial, we will build our first python website built using the Flask framework. In…
static files
-
-
Flask App routing App routing is used to map the specific URL with the associated function that is intended to perform some…
-
Flask Cookies The cookies are stored in the form of text files on the client’s machine. Cookies are used to track the…
-
Flask File Uploading File uploading is the process of transmitting the binary or normal files to the server. Flask facilitates us to…
-
Flask Flashing In the web applications, there are scenarios where the developer might need to flash the messages to provide feedback to…
-
Flask HTTP methods HTTP is the hypertext transfer protocol which is considered as the foundation of the data transfer in the world…
-
Flask-Mail Extension Considering the fact that flask is a micro framework, it has its limitations in providing the facilities to the developer.…