Skip to content

Commit 4b5d868

Browse files
committed
adding another bottle resource
1 parent 5be968f commit 4b5d868

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-02-21T09:38:47Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-02-21T09:40:44Z</updated></feed>

source/content/pages/web-frameworks.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ included with Python.
161161

162162
Bottle resources
163163
================
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+
164166
This post provides a short
165167
`tutorial on getting started with Bottle <http://www.giantflyingsaucer.com/blog/?p=3598>`_.
166168

web-frameworks.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ <h2>Bottle</h2>
192192
included with Python.</p>
193193
<div class="section" id="bottle-resources">
194194
<h3>Bottle resources</h3>
195+
<p>Digital Ocean provides an extensive <a class="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>
195196
<p>This post provides a short
196197
<a class="reference external" href="http://www.giantflyingsaucer.com/blog/?p=3598">tutorial on getting started with Bottle</a>.</p>
197198
<p>Here's a short code snippet for <a class="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

Comments
 (0)