File tree Expand file tree Collapse file tree 4 files changed +30
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 4 files changed +30
-1
lines changed Original file line number Diff line number Diff 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
823823with 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
6060with 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 >
Original file line number Diff line number Diff line change @@ -48,6 +48,17 @@ in building web applications.
4848with 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.
You can’t perform that action at this time.
0 commit comments