Sign in to access Teach Me mode
Sign in to ask questions
Copy as MarkdownCtrl+⇧+C
Chapter 66 Quiz
Before taking the quiz, verify that you can do each of these without looking at the lessons:
- Explain why sequential I/O total time equals the sum of individual wait times
- Create a thread with
threading.Thread, start it, and join it - Write an
async deffunction,awaita coroutine, and run it withasyncio.run - Use
asyncio.gatherto run multiple coroutines concurrently - Use
asyncio.create_taskto start background work - Read and write files with
aiofilesusingasync with - Write async tests with
pytest-asyncio
If any feel uncertain, revisit the specific lesson before continuing.
Test your understanding of async Python by predicting timing, diagnosing bugs, choosing concurrency patterns, and applying the async toolkit to SmartNotes scenarios.
Checking access...