falcon
Package — Web FrameworkPython 3.7+Intermediate
Minimalist, high-performance REST API framework
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (minimal dependencies)
- Install
pip install falcon
Learn by Difficulty
Quick Example
python
# Install: pip install falcon import falcon # Basic falcon usage print(f"Using falcon") # See documentation for detailed examples
falcon is a third-party package. Minimalist, high-performance REST API framework. Install with: pip install falcon
Try in PlaygroundTags
packagewebframeworkbackend