Skip to content

Commit 5d933f4

Browse files
committed
adding note on cherrypy
1 parent 259eeab commit 5d933f4

File tree

4 files changed

+30
-1
lines changed

4 files changed

+30
-1
lines changed

all.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,15 @@ <h2>web.py</h2>
821821
<h2>web2py</h2>
822822
<p><a href="http://www.web2py.com/">Web2py</a> is a batteries-included philosophy framework
823823
with project structure based on model-view-controller patterns.</p>
824+
<h2>CherryPy</h2>
825+
<p><a href="http://www.cherrypy.org/">CherryPy</a> is billed as a minimalist web framework,
826+
from the perspective of the amount of code needed to write a web application
827+
using the framework. The project has a
828+
<a href="http://w3techs.com/technologies/details/ws-cherrypy/all/all">long history</a>
829+
and made a major transition between the second and third release. There's an
830+
<a href="https://groups.google.com/forum/#!msg/cherrypy-users/lT1cxovGyy8/JKCPrE51CXIJ">interesting recent discussion</a>
831+
about moving the project forward, especially the number of open outstanding
832+
issues that exist in the tracker.</p>
824833
<h2>Other web framework resources</h2>
825834
<ul>
826835
<li>

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>2015-01-06T09:11:44Z</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>2015-01-06T09:22:56Z</updated></feed>

other-web-frameworks.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@ <h2>web.py</h2>
5858
<h2>web2py</h2>
5959
<p><a href="http://www.web2py.com/">Web2py</a> is a batteries-included philosophy framework
6060
with project structure based on model-view-controller patterns.</p>
61+
<h2>CherryPy</h2>
62+
<p><a href="http://www.cherrypy.org/">CherryPy</a> is billed as a minimalist web framework,
63+
from the perspective of the amount of code needed to write a web application
64+
using the framework. The project has a
65+
<a href="http://w3techs.com/technologies/details/ws-cherrypy/all/all">long history</a>
66+
and made a major transition between the second and third release. There's an
67+
<a href="https://groups.google.com/forum/#!msg/cherrypy-users/lT1cxovGyy8/JKCPrE51CXIJ">interesting recent discussion</a>
68+
about moving the project forward, especially the number of open outstanding
69+
issues that exist in the tracker.</p>
6170
<h2>Other web framework resources</h2>
6271
<ul>
6372
<li>

source/content/pages/02-web-frameworks/0209-other-web-frameworks.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ in building web applications.
4848
with project structure based on model-view-controller patterns.
4949

5050

51+
## CherryPy
52+
[CherryPy](http://www.cherrypy.org/) is billed as a minimalist web framework,
53+
from the perspective of the amount of code needed to write a web application
54+
using the framework. The project has a
55+
[long history](http://w3techs.com/technologies/details/ws-cherrypy/all/all)
56+
and made a major transition between the second and third release. There's an
57+
[interesting recent discussion](https://groups.google.com/forum/#!msg/cherrypy-users/lT1cxovGyy8/JKCPrE51CXIJ)
58+
about moving the project forward, especially the number of open outstanding
59+
issues that exist in the tracker.
60+
61+
5162
## Other web framework resources
5263
* This [roundup of 14 minimal Python frameworks](http://codecondo.com/14-minimal-web-frameworks-for-python/)
5364
contains both familiar and less known Python libraries.

0 commit comments

Comments
 (0)