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
web framework with no external dependencies except for the standard library
159
+
included with Python.
160
+
161
+
162
+
Bottle resources
163
+
================
164
+
This post provides a short
165
+
`tutorial on getting started with Bottle <http://www.giantflyingsaucer.com/blog/?p=3598>`_.
166
+
167
+
Here's a short code snippet for `creating a REST API with Bottle and MongoDB <http://myadventuresincoding.wordpress.com/2011/01/02/creating-a-rest-api-in-python-using-bottle-and-mongodb/>`_.
web framework with no external dependencies except for the standard library
192
+
included with Python.</p>
193
+
<divclass="section" id="bottle-resources">
194
+
<h3>Bottle resources</h3>
195
+
<p>This post provides a short
196
+
<aclass="reference external" href="http://www.giantflyingsaucer.com/blog/?p=3598">tutorial on getting started with Bottle</a>.</p>
197
+
<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>
198
+
</div>
199
+
</div>
187
200
<divclass="section" id="web-framework-logging">
188
201
<h2>Web Framework Logging</h2>
189
202
<p>Logging is a common mechanism for monitoring web applications written with a
0 commit comments