| Apr | MAY | Jun |
| 16 | ||
| 2021 | 2022 | 2023 |
COLLECTED BY
Collection: Save Page Now Outlinks
bottle.py so it provides great reading when learning how
WSGI web frameworks work. Everything you need to learn
about how your web application's code connects with the Bottle framework is
contained within that single source code.
bottle.py with your app's source code, you can skip some of the
steps to more easily get your web application up and running.
Bottle is an implementation of the web frameworks concept. Learn how these pieces fit together in the web development chapter or view the table of contents for all topics.
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 above.
Move on to the deployment section to get your initial
Bottle application on the web.