Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion web-frameworks.html
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down Expand Up @@ -224,6 +224,9 @@ <h2>Bottle</h2>
<h3>Bottle resources</h3>
<ul>
<li>
<p>The Tutorial on the <a href="http://bottlepy.org/docs/dev/tutorial.html">official Bottle website</a> provides a thorough view of basic concepts and features.</p>
</li>
<li>
<p>Digital Ocean provides an extensive <a 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>
</li>
<li>
Expand All @@ -234,6 +237,10 @@ <h3>Bottle resources</h3>
<p>Here's a short code snippet for
<a 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>
</li>
<li>
<p>Another snippet for
<a href="http://gotofritz.net/blog/weekly-challenge/restful-python-api-bottle/">executing CRUD operations on XML files</a>.</p>
</li>
</ul>
<h2>Web Framework Resources</h2>
<ul>
Expand All @@ -253,6 +260,10 @@ <h2>Web Framework Resources</h2>
<p>This <a href="http://codecondo.com/14-minimal-web-frameworks-for-python/">roundup of 14 minimal Python frameworks</a>
contains both familiar and less known Python libraries.</p>
</li>
<li>
<p>Good analysis <a href="http://www.slideshare.net/r1chardj0n3s/web-microframework-battle/">on Python micro frameworks</a>
by <a href="http://mechanicalcat.net/richard">Richard Jones</a>, so you can choose the one most suited for your needs.</p>
</li>
</ul>
<br/>
Next read the
Expand Down