Fork me on GitHub

Bottle

Bottle is a WSGI-compliant single source file web framework with no external dependencies except for the standard library included with Python.

Bottle resources

Open source Bottle example projects

  • Pattle is a pastebin clone built with Bottle.

Bottle framework learning checklist

Download Bottle or install via pip with pip install bottle on your local development machine.

Work through the official Bottle tutorial.

Start coding your Bottle app based on what you learned in the official tutorial plus reading open source example applications found below.

Move on to the deployment section to get your initial Bottle application on the web.

What do you need to learn next?

How do I deploy my Bottle app once I've built the initial concept?

The user interface I built looks terrible. How do I style my web app?

I'd like to go back to reviewing other web frameworks.

How can I version and store my source code so I don't lose it?


Interested in a complete Full Stack Python book with detailed tutorials and example code? Sign up here and you'll get an alert email if a book is created. No other emails will be sent other than sign up confirmation.