<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: cherrypy</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/cherrypy.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2009-10-21T18:48:36+00:00</updated><author><name>Simon Willison</name></author><entry><title>Introducing Cloudera Desktop</title><link href="https://simonwillison.net/2009/Oct/21/cloudera/#atom-tag" rel="alternate"/><published>2009-10-21T18:48:36+00:00</published><updated>2009-10-21T18:48:36+00:00</updated><id>https://simonwillison.net/2009/Oct/21/cloudera/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cloudera.com/blog/2009/10/01/introducing-cloudera-desktop/"&gt;Introducing Cloudera Desktop&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
It’s a GUI for Hadoop, and under the hood is a whole stack of open source software, including Python, Django, MooTools, Twisted, lxml, CherryPy, Mako, Java and AspectJ.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/aspectj"&gt;aspectj&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/cherrypy"&gt;cherrypy&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/cloudera"&gt;cloudera&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/django"&gt;django&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/hadoop"&gt;hadoop&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/java"&gt;java&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/lxml"&gt;lxml&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mako"&gt;mako&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mootools"&gt;mootools&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/open-source"&gt;open-source&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/twisted"&gt;twisted&lt;/a&gt;&lt;/p&gt;



</summary><category term="aspectj"/><category term="cherrypy"/><category term="cloudera"/><category term="django"/><category term="hadoop"/><category term="java"/><category term="lxml"/><category term="mako"/><category term="mootools"/><category term="open-source"/><category term="python"/><category term="twisted"/></entry><entry><title>TurboGears and Pylons (a technical comparison)</title><link href="https://simonwillison.net/2007/Feb/7/compared/#atom-tag" rel="alternate"/><published>2007-02-07T13:51:56+00:00</published><updated>2007-02-07T13:51:56+00:00</updated><id>https://simonwillison.net/2007/Feb/7/compared/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://blog.ianbicking.org/turbogears-and-pylons.html"&gt;TurboGears and Pylons (a technical comparison)&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Ian Bicking explores the differences between the two, and finds that the most significant is probably CherryPy v.s. Paste.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/cherrypy"&gt;cherrypy&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/paste"&gt;paste&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/pylons"&gt;pylons&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/turbogears"&gt;turbogears&lt;/a&gt;&lt;/p&gt;



</summary><category term="cherrypy"/><category term="paste"/><category term="pylons"/><category term="python"/><category term="turbogears"/></entry><entry><title>Nginx English wiki</title><link href="https://simonwillison.net/2006/Dec/20/nginx/#atom-tag" rel="alternate"/><published>2006-12-20T00:37:47+00:00</published><updated>2006-12-20T00:37:47+00:00</updated><id>https://simonwillison.net/2006/Dec/20/nginx/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://wiki.codemongers.com/Nginx"&gt;Nginx English wiki&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
I’m back up and running after the digg meltdown, currently using CherryPy load-balanced behind Nginx.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/cherrypy"&gt;cherrypy&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/nginx"&gt;nginx&lt;/a&gt;&lt;/p&gt;



</summary><category term="cherrypy"/><category term="nginx"/></entry><entry><title>CherryPy</title><link href="https://simonwillison.net/2002/Jul/9/cherryPy/#atom-tag" rel="alternate"/><published>2002-07-09T10:23:32+00:00</published><updated>2002-07-09T10:23:32+00:00</updated><id>https://simonwillison.net/2002/Jul/9/cherryPy/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;a href="http://www.cherrypy.org/"&gt;CherryPy&lt;/a&gt; is an interesting open source Python application server. Dynamic sites are constructed in a special templating language which is then compiled by CherryPy to create a stand alone executable Python script complete with a built in web server. This can then be deployed anywhere with a Python interpreter. CherryPy comes with an &lt;a href="http://www.cherrypy.org/static/html/tut/index.html" title="CherryPy Tutorial"&gt;excellent tutorial&lt;/a&gt; and a small but useful set of &lt;a href="http://www.cherrypy.org/static/html/howto/index.html" title="CherryPy HOWTOs"&gt;HOWTOs&lt;/a&gt;.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/cherrypy"&gt;cherrypy&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="cherrypy"/><category term="python"/></entry></feed>