Login
Remember
Register
Ask a Question
Recent questions and answers in Python Flask
0
votes
1
answer
How can PIL be used to adjust the brightness or contrast of an image?
answered
Oct 1, 2023
in
Python Flask
by
sharadyadav1986
image-contrast
0
votes
1
answer
How would you use PIL to convert an image into a different file format?
answered
Oct 1, 2023
in
Python Flask
by
sharadyadav1986
pil-convert-image
0
votes
1
answer
What are decorators in Python?
answered
Jun 16, 2023
in
Python Flask
by
john ganales
decoratorspython
0
votes
1
answer
Given variables a and b, switch their values so that b has the value of a, and a has the value of b without using an intermediary variable.
answered
Jun 16, 2023
in
Python Flask
by
john ganales
python-variables
0
votes
1
answer
Why would you use the "pass" statement?
answered
Jun 16, 2023
in
Python Flask
by
john ganales
pass-statement
0
votes
1
answer
Name some benefits of Python
answered
Jun 16, 2023
in
Python Flask
by
john ganales
python-benefits
0
votes
1
answer
How do I modify a string?
answered
Jun 16, 2023
in
Python Flask
by
john ganales
string-modify-python
0
votes
1
answer
Name some characteristics of Python?
answered
Jun 16, 2023
in
Python Flask
by
john ganales
python-characteristics
0
votes
1
answer
.Name the low-level module on which threading is based.
answered
Jun 3, 2023
in
Python Flask
by
AdilsonLima
python-async-programming-mcq
0
votes
1
answer
In apps using threading, who decides when to do a context switch?
answered
Jun 3, 2023
in
Python Flask
by
AdilsonLima
python-async-programming-mcq
0
votes
1
answer
In asyncio apps, when is context switching done?
answered
Jun 3, 2023
in
Python Flask
by
AdilsonLima
python-async-programming-mcqs
0
votes
1
answer
asyncio apps must have at least ________ threads of execution.
answered
Jun 3, 2023
in
Python Flask
by
AdilsonLima
python-async-programming-mcq
0
votes
1
answer
.In apps using asyncio, who decides when a context switch can be done?
answered
Jun 3, 2023
in
Python Flask
by
AdilsonLima
python-async-programming-mcq
0
votes
1
answer
Which module can be used to implement asynchronous communication in Python3?
answered
Jun 3, 2023
in
Python Flask
by
AdilsonLima
python-asynchronous-programming
0
votes
1
answer
In purely concurrent programs, only one CPU core is used.
answered
Jun 3, 2023
in
Python Flask
by
AdilsonLima
python-asynchronous-programming
0
votes
1
answer
Asynchronous programs are always faster.
answered
Jun 3, 2023
in
Python Flask
by
AdilsonLima
python-asynchronous-programming
0
votes
1
answer
Which module can be used to implement parallelism in Python3?
answered
Jun 3, 2023
in
Python Flask
by
AdilsonLima
python-asynchronous-programming
0
votes
1
answer
asyncio does not scale well.
answered
Jun 3, 2023
in
Python Flask
by
AdilsonLima
python-asynchronous-programming
0
votes
1
answer
asyncio is generally perfect for ___ apps.
answered
Jun 3, 2023
in
Python Flask
by
AdilsonLima
python-asynchronous-programming
0
votes
1
answer
asyncio was introduced in _______ version of Python.
answered
Jun 3, 2023
in
Python Flask
by
AdilsonLima
python-asynchronous-programming
0
votes
1
answer
Multiple threads running on the same CPU core is ______.
answered
Jun 3, 2023
in
Python Flask
by
AdilsonLima
python-asynchronous-programming
0
votes
1
answer
How does Python Flask handle database requests?
answered
May 12, 2023
in
Python Flask
by
SakshiSharma
python
flask
handle
database
requests
0
votes
1
answer
What advantages do NumPy arrays offer over (nested) Python lists?
answered
May 12, 2023
in
Python Flask
by
SakshiSharma
numpy
arrays
python
lists
0
votes
1
answer
Why would you use NumPy arrays instead of lists in Python?
answered
May 12, 2023
in
Python Flask
by
SakshiSharma
python-numpy
0
votes
1
answer
How will you reverse a list in Python?
answered
May 12, 2023
in
Python Flask
by
SakshiSharma
reverselist
pythonlist
0
votes
1
answer
Can you write an efficient code to count the number of capital letters in a file?
answered
May 12, 2023
in
Python Flask
by
SakshiSharma
python-code
0
votes
1
answer
Write a code to sort a numerical list in Python?
answered
May 12, 2023
in
Python Flask
by
SakshiSharma
sort-numerical
python
0
votes
1
answer
How to add values to a python array?
answered
May 12, 2023
in
Python Flask
by
SakshiSharma
add-value-python
0
votes
1
answer
What is the purpose of is, not and in operators?
answered
May 12, 2023
in
Python Flask
by
SakshiSharma
python-operators
0
votes
1
answer
What would be the output if I run the following code block?
answered
May 12, 2023
in
Python Flask
by
SakshiSharma
python-block
To see more, click for all the
questions in this category
.
Recent questions and answers in Python Flask
...