motor — Easy Playground
Async MongoDB driver for asyncio/Tornado
Getting started with motorRun locally
Install
pip install motorPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: motor)
motor is a third-party package. Async MongoDB driver for asyncio/Tornado. Install with: pip install motor
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?