You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/content/pages/web-frameworks.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,8 @@ included with Python.
161
161
162
162
Bottle resources
163
163
================
164
+
Digital Ocean provides an extensive `introductory post on Bottle <https://www.digitalocean.com/community/articles/how-to-use-the-bottle-micro-framework-to-develop-python-web-apps>`_.
165
+
164
166
This post provides a short
165
167
`tutorial on getting started with Bottle <http://www.giantflyingsaucer.com/blog/?p=3598>`_.
Copy file name to clipboardExpand all lines: web-frameworks.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,7 @@ <h2>Bottle</h2>
192
192
included with Python.</p>
193
193
<divclass="section" id="bottle-resources">
194
194
<h3>Bottle resources</h3>
195
+
<p>Digital Ocean provides an extensive <aclass="reference external" href="https://www.digitalocean.com/community/articles/how-to-use-the-bottle-micro-framework-to-develop-python-web-apps">introductory post on Bottle</a>.</p>
195
196
<p>This post provides a short
196
197
<aclass="reference external" href="http://www.giantflyingsaucer.com/blog/?p=3598">tutorial on getting started with Bottle</a>.</p>
197
198
<p>Here's a short code snippet for <aclass="reference external" href="http://myadventuresincoding.wordpress.com/2011/01/02/creating-a-rest-api-in-python-using-bottle-and-mongodb/">creating a REST API with Bottle and MongoDB</a>.</p>
0 commit comments