Python Flask Questions

Download as odt, pdf, or txt
Download as odt, pdf, or txt
You are on page 1of 3

PYTHON FLASK QUESTIONS

What Is Python, What Are The Benefits Of Using It, And What Do You
Understand Of PEP 8?

What Are The Built-In Types Available In Python?

When Is The Python Decorator Used?

What Is The Principal Difference Between A List And The Tuple?

What Is A Built-In Function That Python Uses To Iterate Over A Number


Sequence?

What Are The Optional Statements Possible Inside A Try-Except Block In


Python?

What Is A String In Python?

What Is Slicing In Python?

What Is %S In Python?

Is A String Immutable Or Mutable In Python?

What Is The Index In Python?

What Is Docstring In Python?

What Is A Function In Python Programming?

How Many Basic Types Of Functions Are Available In Python?

How Do We Write A Function In Python?

What Is A Function Call Or A Callable Object In Python?

What Is The Return Keyword Used For In Python?


What Is “Call By Value” In Python?

What Is “Call By Reference” In Python?

What Is The Return Value Of The Trunc() Function?

Is It Mandatory For A Python Function To Return A Value?

What Does The Continue Do In Python?

What Is The Purpose Of Id() Function In Python?

What Does The *Args Do In Python?

What Does The **Kwargs Do In Python?

Does Python Have A Main() Method?

What Does The __ Name __ Do In Python?

What Is The Purpose Of “End” In Python?

When Should You Use The “Break” In Python?

What Is The Difference Between Pass And Continue In Python?

What Does The Len() Function Do In Python?

What Does The Chr() Function Do In Python?

What Does The Ord() Function Do In Python?


What are the features of Flask Python?

What are the advantages of Flask Python?

What is Flask-WTF and what are their features? Q20). Explain how can you
structure a large Flask application?

How long can an identifier be in Flask Python?

What are the HTTP methods provided by Python Flask?

What do you mean by template engines in Flask Python?

What are the major differences between Pyramid and Flask?

Explain how can one-request database connections in Flask?

Explain how can one-request database connections in Flask?

Mention how one can enable debugging in Flask Python?

What do you mean by the Thread-Local object in Flask Python? What are the
requirements to create the database in Flask Python?

How can one-access sessions in Flask Python? State whether Flask Python
is an MVC model.

What do you mean by a decorator? Name some PDB commands and their
uses.

What do you mean by NumPy? Is it better than a list?

What do you mean by pickling and unpickling?

How is memory managed in Flask Python?

You might also like