<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Wired-Tired-Expired: Python Web Development</title>
	<atom:link href="http://blog.dowski.com/2006/08/22/wired-tired-expired-python-web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dowski.com/2006/08/22/wired-tired-expired-python-web-development/</link>
	<description>Unfortunately, Christian had a Thwart, and the Magpie stayed in play.</description>
	<pubDate>Fri, 21 Nov 2008 07:30:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: michael schurter</title>
		<link>http://blog.dowski.com/2006/08/22/wired-tired-expired-python-web-development/#comment-53069</link>
		<dc:creator>michael schurter</dc:creator>
		<pubDate>Fri, 25 Aug 2006 13:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dowski.com/?p=185#comment-53069</guid>
		<description>Thanks to everyone for their helpful comments!  I think I'll have to try out CherryPy sometime.</description>
		<content:encoded><![CDATA[<p>Thanks to everyone for their helpful comments!  I think I&#8217;ll have to try out CherryPy sometime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christian</title>
		<link>http://blog.dowski.com/2006/08/22/wired-tired-expired-python-web-development/#comment-53041</link>
		<dc:creator>christian</dc:creator>
		<pubDate>Thu, 24 Aug 2006 15:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dowski.com/?p=185#comment-53041</guid>
		<description>Hey Michael

There are a number of options.  My first foray into Python web apps went through Zope and CGI and I thankfully came out mostly unscathed.  CGI is as you said; clunky.  And Zope is even unfamiliar to someone who knows Python well (Zope 2 at least - I can't speak on Zope 3 - it is a different beast).

When I started using CherryPy, that was the first time I felt like I was able to write web applications &lt;em&gt;in Python&lt;/em&gt;.  I think it is a good place to start with Python web development, and you might never leave ;-)

There are a number of good options for doing web dev in Python these days though.  There are a few Rails-like full-stack frameworks (TurboGears, Django, Pylons, web.py).  There are also lower level libraries like CherryPy and Collubrid.  There are also a slew of "templating languages" which can be used with most of the above mentioned frameworks: Cheetah, Kid, Myghty, etc.

One of the big deals in Python web dev is that there are so many frameworks/libraries, it is often hard for a new developer to choose one.

Hopefully this reply was helpful.

Christian</description>
		<content:encoded><![CDATA[<p>Hey Michael</p>
<p>There are a number of options.  My first foray into Python web apps went through Zope and CGI and I thankfully came out mostly unscathed.  CGI is as you said; clunky.  And Zope is even unfamiliar to someone who knows Python well (Zope 2 at least - I can&#8217;t speak on Zope 3 - it is a different beast).</p>
<p>When I started using CherryPy, that was the first time I felt like I was able to write web applications <em>in Python</em>.  I think it is a good place to start with Python web development, and you might never leave <img src='http://blog.dowski.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>There are a number of good options for doing web dev in Python these days though.  There are a few Rails-like full-stack frameworks (TurboGears, Django, Pylons, web.py).  There are also lower level libraries like CherryPy and Collubrid.  There are also a slew of &#8220;templating languages&#8221; which can be used with most of the above mentioned frameworks: Cheetah, Kid, Myghty, etc.</p>
<p>One of the big deals in Python web dev is that there are so many frameworks/libraries, it is often hard for a new developer to choose one.</p>
<p>Hopefully this reply was helpful.</p>
<p>Christian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Wilson</title>
		<link>http://blog.dowski.com/2006/08/22/wired-tired-expired-python-web-development/#comment-52951</link>
		<dc:creator>Greg Wilson</dc:creator>
		<pubDate>Wed, 23 Aug 2006 15:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dowski.com/?p=185#comment-52951</guid>
		<description>Want to develop your app once, instead of rewriting it three times as your needs grow?  Use Rails. *sigh*</description>
		<content:encoded><![CDATA[<p>Want to develop your app once, instead of rewriting it three times as your needs grow?  Use Rails. *sigh*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Mill</title>
		<link>http://blog.dowski.com/2006/08/22/wired-tired-expired-python-web-development/#comment-52932</link>
		<dc:creator>Bill Mill</dc:creator>
		<pubDate>Wed, 23 Aug 2006 11:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dowski.com/?p=185#comment-52932</guid>
		<description>Michael wrote:
Is there a mod_python that executes .py files? Or is it more like ASP.NET/Mono where you run an app server like Zope separately from your web server?

Yes.

The point is, you can develop web apps the way you want to. Want php style web pages? Use Python Server Pages (with mod_python or jython!). Want perl-style cgi? Use the cgi module. Want decentralized apps handling each part of your web app? Use pylons or WSGI. Want a big central server? Use Turbogears or Django.</description>
		<content:encoded><![CDATA[<p>Michael wrote:<br />
Is there a mod_python that executes .py files? Or is it more like ASP.NET/Mono where you run an app server like Zope separately from your web server?</p>
<p>Yes.</p>
<p>The point is, you can develop web apps the way you want to. Want php style web pages? Use Python Server Pages (with mod_python or jython!). Want perl-style cgi? Use the cgi module. Want decentralized apps handling each part of your web app? Use pylons or WSGI. Want a big central server? Use Turbogears or Django.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amaral</title>
		<link>http://blog.dowski.com/2006/08/22/wired-tired-expired-python-web-development/#comment-52900</link>
		<dc:creator>amaral</dc:creator>
		<pubDate>Tue, 22 Aug 2006 21:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dowski.com/?p=185#comment-52900</guid>
		<description>Yes, there is.

http://www.modpython.org/</description>
		<content:encoded><![CDATA[<p>Yes, there is.</p>
<p><a href="http://www.modpython.org/" rel="nofollow">http://www.modpython.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael schurter</title>
		<link>http://blog.dowski.com/2006/08/22/wired-tired-expired-python-web-development/#comment-52899</link>
		<dc:creator>michael schurter</dc:creator>
		<pubDate>Tue, 22 Aug 2006 20:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dowski.com/?p=185#comment-52899</guid>
		<description>What's going on in the way of a python web framework?  To be honest my confusion about how to do web applications in Python is one of my main reasons for not learning more about the language.

I'm used to simply installing mod_php and using silly  tags peverywhere.  ASP.NET/Mono are even fairly straightforward as long as you don't mind running them in a separate XSP process from Apache.

But when I hear about Python web development I usually hear about clunky CGI or using something completely unfamiliar like Zope.

Is there a mod_python that executes .py files?  Or is it more like ASP.NET/Mono where you run an app server like Zope separately from your web server?</description>
		<content:encoded><![CDATA[<p>What&#8217;s going on in the way of a python web framework?  To be honest my confusion about how to do web applications in Python is one of my main reasons for not learning more about the language.</p>
<p>I&#8217;m used to simply installing mod_php and using silly  tags peverywhere.  ASP.NET/Mono are even fairly straightforward as long as you don&#8217;t mind running them in a separate XSP process from Apache.</p>
<p>But when I hear about Python web development I usually hear about clunky CGI or using something completely unfamiliar like Zope.</p>
<p>Is there a mod_python that executes .py files?  Or is it more like ASP.NET/Mono where you run an app server like Zope separately from your web server?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
