All Topics

Bottle

A fast, simple and lightweight micro framework for Python

Overview

Bottle is a micro framework to make writing Python for the web simple to do. It’s very similar to other micro frameworks in Python like Flask, which provide the least amount of infrastructure while still providing a lot of power to build web applications.

Related Topics

What you should learn next