Tag Archives: Flask tutorial

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