<?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: Is Pylons the Best Python Web Framework?</title>
	<atom:link href="http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Sat, 05 May 2012 12:28:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: gus</title>
		<link>http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/comment-page-1/#comment-932</link>
		<dc:creator>gus</dc:creator>
		<pubDate>Thu, 20 Aug 2009 20:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/#comment-932</guid>
		<description>HUmmm, I see. I am looking for a framework to stick with, and do a lot of stuff, and build a big system. The main constraint is I dont want to have a server running, like tomcat. Mod_python should do the job! :)</description>
		<content:encoded><![CDATA[<p>HUmmm, I see. I am looking for a framework to stick with, and do a lot of stuff, and build a big system. The main constraint is I dont want to have a server running, like tomcat. Mod_python should do the job! <img src='http://allmybrain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/comment-page-1/#comment-931</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 20 Aug 2009 20:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/#comment-931</guid>
		<description>I was still using Pylons as of the last time I did some web stuff.  For the last year, I&#039;ve been working with circuit boards and firmware though so I&#039;m afraid I can&#039;t give much of an update.  I&#039;m sure all the frameworks have progressed since this post was written.  I wonder if TurboGears 2 (which was supposed to use Pylons) ended up any good.  Django might be good depending on what you need too.</description>
		<content:encoded><![CDATA[<p>I was still using Pylons as of the last time I did some web stuff.  For the last year, I&#8217;ve been working with circuit boards and firmware though so I&#8217;m afraid I can&#8217;t give much of an update.  I&#8217;m sure all the frameworks have progressed since this post was written.  I wonder if TurboGears 2 (which was supposed to use Pylons) ended up any good.  Django might be good depending on what you need too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gus</title>
		<link>http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/comment-page-1/#comment-930</link>
		<dc:creator>gus</dc:creator>
		<pubDate>Thu, 20 Aug 2009 20:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/#comment-930</guid>
		<description>Hey Dennis,

I have been testing some frameworks (PHP and Python) and I havent decided for any of them. I have been doing this for a year almost. So I would like to ask: What framework do you like most? Are you still using Pylons?

Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Hey Dennis,</p>
<p>I have been testing some frameworks (PHP and Python) and I havent decided for any of them. I have been doing this for a year almost. So I would like to ask: What framework do you like most? Are you still using Pylons?</p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/comment-page-1/#comment-304</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Sat, 01 Mar 2008 02:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/#comment-304</guid>
		<description>I&#039;m not as worried about the speed with Django as I am the development model.  It seems if you are out to do exactly what Django is good at doing then you won&#039;t have any problems.  Customization starts slowing you down and giving you issues.  Also, I really like SQLAlchemy and Django isn&#039;t very friendly with swapping components out I&#039;ve heard.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not as worried about the speed with Django as I am the development model.  It seems if you are out to do exactly what Django is good at doing then you won&#8217;t have any problems.  Customization starts slowing you down and giving you issues.  Also, I really like SQLAlchemy and Django isn&#8217;t very friendly with swapping components out I&#8217;ve heard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/comment-page-1/#comment-302</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Fri, 29 Feb 2008 02:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/#comment-302</guid>
		<description>Have you tried django?  The benchmarks i&#039;ve seen for it are impressive, typically faster other current frameworks.</description>
		<content:encoded><![CDATA[<p>Have you tried django?  The benchmarks i&#8217;ve seen for it are impressive, typically faster other current frameworks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mdp</title>
		<link>http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/comment-page-1/#comment-296</link>
		<dc:creator>mdp</dc:creator>
		<pubDate>Tue, 12 Feb 2008 01:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/#comment-296</guid>
		<description>Perhaps you should also take a look at web2py (http://www.web2py.com). All in one box, faster than anything else and no need for installation instructions. It is wsgi compliant and used to be based on paste.httpserver but now uses cherrypy.wsgiserver which is faster and supports streaming for large files. We also provide apache and lighttpd handlers for production environments.
Here are some cool example applications: http://mdp.cti.depaul.edu/appliances</description>
		<content:encoded><![CDATA[<p>Perhaps you should also take a look at web2py (<a href="http://www.web2py.com" rel="nofollow">http://www.web2py.com</a>). All in one box, faster than anything else and no need for installation instructions. It is wsgi compliant and used to be based on paste.httpserver but now uses cherrypy.wsgiserver which is faster and supports streaming for large files. We also provide apache and lighttpd handlers for production environments.<br />
Here are some cool example applications: <a href="http://mdp.cti.depaul.edu/appliances" rel="nofollow">http://mdp.cti.depaul.edu/appliances</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

