<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Building a Python Web Application, Part 1</title>
	<atom:link href="http://probablyprogramming.com/2008/06/26/building-a-python-web-application-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://probablyprogramming.com/2008/06/26/building-a-python-web-application-part-1/</link>
	<description>It&#039;s what I&#039;m doing, and what posts on this blog are about.</description>
	<lastBuildDate>Sat, 05 Jun 2010 21:26:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Poser Props</title>
		<link>http://probablyprogramming.com/2008/06/26/building-a-python-web-application-part-1/comment-page-1/#comment-39772</link>
		<dc:creator>Poser Props</dc:creator>
		<pubDate>Sat, 05 Jun 2010 21:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://probablyprogramming.com/?p=78#comment-39772</guid>
		<description>&lt;p&gt;Exellent,thank you for giving such content.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Exellent,thank you for giving such content.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Salvatore</title>
		<link>http://probablyprogramming.com/2008/06/26/building-a-python-web-application-part-1/comment-page-1/#comment-23160</link>
		<dc:creator>Salvatore</dc:creator>
		<pubDate>Thu, 14 Jan 2010 12:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://probablyprogramming.com/?p=78#comment-23160</guid>
		<description>&lt;p&gt;Nice article Paul - are you ever going to write &quot;Part 2&quot;? I&#039;d like to see it, as this was a useful intro for a new Python programmer like me trying to make some headway into writing a web application. I have a whole list of apps I want to work on, and I&#039;d like to get the &quot;under the hood&quot; understanding that will let me integrate the components I want to use with the least amount of pain required when debugging, scaling up, and writing version 2, outsourcing maintenance, etc... Thanks again for this intro, it has pointed in me in the right direction (I think.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice article Paul &#8211; are you ever going to write &#8220;Part 2&#8243;? I&#8217;d like to see it, as this was a useful intro for a new Python programmer like me trying to make some headway into writing a web application. I have a whole list of apps I want to work on, and I&#8217;d like to get the &#8220;under the hood&#8221; understanding that will let me integrate the components I want to use with the least amount of pain required when debugging, scaling up, and writing version 2, outsourcing maintenance, etc&#8230; Thanks again for this intro, it has pointed in me in the right direction (I think.)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bahumbug</title>
		<link>http://probablyprogramming.com/2008/06/26/building-a-python-web-application-part-1/comment-page-1/#comment-18383</link>
		<dc:creator>Bahumbug</dc:creator>
		<pubDate>Fri, 20 Nov 2009 03:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://probablyprogramming.com/?p=78#comment-18383</guid>
		<description>&lt;p&gt;Apart from the obvious bugs in your code [ url=util.request_url(environ) should be url=util.request_uri(environment) ] this is not a bad article.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Apart from the obvious bugs in your code [ url=util.request_url(environ) should be url=util.request_uri(environment) ] this is not a bad article.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Wells</title>
		<link>http://probablyprogramming.com/2008/06/26/building-a-python-web-application-part-1/comment-page-1/#comment-7225</link>
		<dc:creator>Wells</dc:creator>
		<pubDate>Fri, 15 May 2009 18:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://probablyprogramming.com/?p=78#comment-7225</guid>
		<description>&lt;p&gt;Ha. I Googled for &quot;developing web apps in python&quot; and your blog entry was the third result. Rock on Paul!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ha. I Googled for &#8220;developing web apps in python&#8221; and your blog entry was the third result. Rock on Paul!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ChanHan Hy</title>
		<link>http://probablyprogramming.com/2008/06/26/building-a-python-web-application-part-1/comment-page-1/#comment-4575</link>
		<dc:creator>ChanHan Hy</dc:creator>
		<pubDate>Tue, 30 Dec 2008 05:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://probablyprogramming.com/?p=78#comment-4575</guid>
		<description>&lt;p&gt;Hi,
I am a newcomer with Python using. 
So do somebody know to configure python site-package run on the web browser?&lt;/p&gt;

&lt;p&gt;On my local machine i have installed PHP running on port 80, and how do i configure python run the other port??&lt;/p&gt;

&lt;p&gt;Please kindly help me as possible.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;ChanHan Hy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,
I am a newcomer with Python using. 
So do somebody know to configure python site-package run on the web browser?</p>

<p>On my local machine i have installed PHP running on port 80, and how do i configure python run the other port??</p>

<p>Please kindly help me as possible.</p>

<p>Thanks,</p>

<p>ChanHan Hy</p>]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://probablyprogramming.com/2008/06/26/building-a-python-web-application-part-1/comment-page-1/#comment-1480</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Thu, 24 Jul 2008 14:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://probablyprogramming.com/?p=78#comment-1480</guid>
		<description>&lt;p&gt;One odd thing, to stop the server (at least under Windows) I have to press Ctrl-C and reload a page before the server loop will exit. This is the same behavior that you see under Google&#039;s AppEngine; maybe they are both using simple_server, I haven&#039;t checked.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>One odd thing, to stop the server (at least under Windows) I have to press Ctrl-C and reload a page before the server loop will exit. This is the same behavior that you see under Google&#8217;s AppEngine; maybe they are both using simple_server, I haven&#8217;t checked.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-07-08 &#171; Bloggitation</title>
		<link>http://probablyprogramming.com/2008/06/26/building-a-python-web-application-part-1/comment-page-1/#comment-1309</link>
		<dc:creator>links for 2008-07-08 &#171; Bloggitation</dc:creator>
		<pubDate>Tue, 08 Jul 2008 00:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://probablyprogramming.com/?p=78#comment-1309</guid>
		<description>&lt;p&gt;[...] Building a Python Web Application, Part 1 (tags: python web wsgi programming blog) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Building a Python Web Application, Part 1 (tags: python web wsgi programming blog) [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Programando una aplicación web con Python</title>
		<link>http://probablyprogramming.com/2008/06/26/building-a-python-web-application-part-1/comment-page-1/#comment-1057</link>
		<dc:creator>Programando una aplicación web con Python</dc:creator>
		<pubDate>Wed, 02 Jul 2008 14:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://probablyprogramming.com/?p=78#comment-1057</guid>
		<description>&lt;p&gt;[...] más en: Building a Python Web Application, Part 1.         Archivado en Diseño Web, Miniblog, Programación Deja aquí tu comentario &#8595; [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] más en: Building a Python Web Application, Part 1.         Archivado en Diseño Web, Miniblog, Programación Deja aquí tu comentario &darr; [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: rascunho &#187; Blog Archive &#187; links for 2008-06-29</title>
		<link>http://probablyprogramming.com/2008/06/26/building-a-python-web-application-part-1/comment-page-1/#comment-1038</link>
		<dc:creator>rascunho &#187; Blog Archive &#187; links for 2008-06-29</dc:creator>
		<pubDate>Sun, 29 Jun 2008 20:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://probablyprogramming.com/?p=78#comment-1038</guid>
		<description>&lt;p&gt;[...] PIBlog » Blog Archive » Building a Python Web Application, Part 1 Recently, I’ve been interested in writing web applications in Python, and one of the fun things that I discovered was the Python Web Server Gateway Interface, which is a standard interface for Python web servers, web applications, and something called m (tags: blog.paulbonser.com 2008 mes5 dia28 at_home Python web blog_post) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] PIBlog » Blog Archive » Building a Python Web Application, Part 1 Recently, I’ve been interested in writing web applications in Python, and one of the fun things that I discovered was the Python Web Server Gateway Interface, which is a standard interface for Python web servers, web applications, and something called m (tags: blog.paulbonser.com 2008 mes5 dia28 at_home Python web blog_post) [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: pib</title>
		<link>http://probablyprogramming.com/2008/06/26/building-a-python-web-application-part-1/comment-page-1/#comment-1030</link>
		<dc:creator>pib</dc:creator>
		<pubDate>Sun, 29 Jun 2008 00:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://probablyprogramming.com/?p=78#comment-1030</guid>
		<description>&lt;p&gt;I would also say that it&#039;s not just if the goal is to develop simple web applications.&lt;/p&gt;

&lt;p&gt;Another perfectly acceptable reason is education.&lt;/p&gt;

&lt;p&gt;By developing my own fairly complete (albeit simple) framework, I can better understand how things work at a lower level. This will, among other things, help me to make a good decision about what framework to use for more complex applications.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I would also say that it&#8217;s not just if the goal is to develop simple web applications.</p>

<p>Another perfectly acceptable reason is education.</p>

<p>By developing my own fairly complete (albeit simple) framework, I can better understand how things work at a lower level. This will, among other things, help me to make a good decision about what framework to use for more complex applications.</p>]]></content:encoded>
	</item>
</channel>
</rss>
