falcon — Easy Playground
Minimalist, high-performance REST API framework
Getting started with falconRun locally
Install
pip install falconPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: falcon)
falcon is a third-party package. Minimalist, high-performance REST API framework. Install with: pip install falcon
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?