Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (55.6k points)

Can anyone tell me why flask is good for web development?

1 Answer

0 votes
by (119k points)

Flask is a light-weighted or micro-framework written in Python is used for web development applications. For suppose, if someone asks you to travel 10 km and choose a mode of transport to travel, then what would you select:

  • Walk
  • Motorbike
  • Car

Definitely, you would choose either a car or motorbike because in Python web development, Walk is like not using any framework, Bike is like using Flask, and Car is like using Django.

Therefore, it is not necessary to choose Flask or Django Frameworks for your application but these frameworks make your life less miserable.

Also, watch this video to create a simple application in Python Flask:

Related questions

0 votes
1 answer
asked Jul 2, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Jul 2, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
0 votes
1 answer
asked Jul 2, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Jul 2, 2020 in Python by Sudhir_1997 (55.6k points)

Browse Categories

...