Back

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

Can anyone tell me what is python flask good for?

1 Answer

0 votes
by (119k points)

Flask is a web application framework in Python that provides the developer varieties of choice when developing web applications. It provides tools, libraries, and mechanics that allow you to build a web application with little dependencies or tell you how the project should look like.

Python Flask is good for the web applications that can be a blog website, commercial website, social media website or some web pages. It allows the developers to use some extensions provided by the community that helps to add additional functionality to the web application.

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

...