bottle

Package — Web FrameworkPython 3.7+Intermediate

Single-file micro-framework for small web applications

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (single-file, zero dependencies)
Install
pip install bottle

Learn by Difficulty

Quick Example

python
# Install: pip install bottle
import bottle

# Basic bottle usage
print(f"Using bottle")
# See documentation for detailed examples

bottle is a third-party package. Single-file micro-framework for small web applications. Install with: pip install bottle

Try in Playground

Tags

packagewebframeworkbackend