Day 4 Review Flashcards

(4 cards)

1
Q

What are some ways to support concurrency in Python?

A

Threading, multiprocessing, async

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Does python support asynchronous programming?

A

Yes! Async is available.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Can you set different alert levels for logging?

A

Yes! Info - Warning - Critical!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Are there separate modules for XML and JSON support in Python?

A

Yes!
XML - xml
JSON - json

How well did you know this?
1
Not at all
2
3
4
5
Perfectly