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?

1 Answer

0 votes
by (119k points)

Flask is a web application light-weighted or micro framework written in Python. It provides tools, libraries, and mechanics that allow the developer to develop a web application without writing low-level code like thread management and protocols.

Python Flask can be used for building blog websites, commercial websites, Hackers news clones, Normal content sites, etc. but it will not enforce any dependencies or tell you how the project should look like.

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
asked Jul 2, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...