Category Archives: Flask

how-to-create-view-templates-in-flask

How to create view templates in flask

Hello World, Welcome to my website. Today I am going to discuss how to create view templates in flask. This is a very simple tutorial. In this tutorial, we will create a view template and pass some data to that template.

Please ensure that you have installed python 3 and flask on your system. I am using window so all commands will be according to this OS.

I have divided this tutorial into the following parts.

  • Install Flask
  • Create python(flask) file and load html template
  • Create HTML file show data
  • Run application

Continue reading

Submit Form in Flask

Hello World, Today we are going to discuss that how we can submit form in flask with both get and post method.Before reading this tutorial, i will request you to read my previous article that create hello world app with flask.In this tutorial i will submit form with both get and post method. I have divided this tutorial in following parts:

Continue reading

create-hello-world-app-with-python-flask

Create hello world app with flask

Hello World, Today we are going to create hello world app with flask. Flask is micro framework which is built with python. In this simple tutorial we will discuss about the following things.

  • Introduction of flask
  • Install Flask on your local system
  • Create hello world app with flask

Continue reading