What is the common way for the flask script to work?



What is the common way for the flask script to work?..

Answer / Kiran

The Flask script works by creating a web server using Python. The process typically involves installing Flask, creating a new application, defining routes for various URLs, and adding functions for each route to handle HTTP requests. The script is run using the command 'flask run'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is the output of this line?

1 Answers  


Purpose of "/" and "//" operator in python?

1 Answers  


What is python keyword?

1 Answers  


What is difference between sort and sorted in python?

1 Answers  


How do I define a variable?

1 Answers  


Does python has private keyword in python ? How to make any variable private in python ?

1 Answers  


Why python is fast?

1 Answers  


explain the reduce() function?

1 Answers  


What is pyunit in python?

1 Answers  


How to handle deadlock in python.

1 Answers  


What is %s %d in python?

1 Answers  


Is java better than python?

1 Answers  


Categories