Day 4 Review Flashcards
(4 cards)
1
Q
What are some ways to support concurrency in Python?
A
Threading, multiprocessing, async
2
Q
Does python support asynchronous programming?
A
Yes! Async is available.
3
Q
Can you set different alert levels for logging?
A
Yes! Info - Warning - Critical!
4
Q
Are there separate modules for XML and JSON support in Python?
A
Yes!
XML - xml
JSON - json