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 |
What is the output of this line?
Purpose of "/" and "//" operator in python?
What is python keyword?
What is difference between sort and sorted in python?
How do I define a variable?
Does python has private keyword in python ? How to make any variable private in python ?
Why python is fast?
explain the reduce() function?
What is pyunit in python?
How to handle deadlock in python.
What is %s %d in python?
Is java better than python?