<?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: How I ended up selecting Python for my latest project</title>
	<atom:link href="http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=whyhow-i-ended-up-selecting-python-for-my-latest-project</link>
	<description>Dhananjay Nene's opinions on software programming, design, architecture and the internet</description>
	<lastBuildDate>Sun, 22 Jan 2012 06:53:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: PuneTech &#187; Why Python is better than Java for Object-Oriented Design</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-499</link>
		<dc:creator>PuneTech &#187; Why Python is better than Java for Object-Oriented Design</dc:creator>
		<pubDate>Thu, 09 Oct 2008 02:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-499</guid>
		<description>[...] Nene recently switched over to Python and has discovered that he is much happier writing programs in Python. We covered his first article [...]</description>
		<content:encoded><![CDATA[<p>[...] Nene recently switched over to Python and has discovered that he is much happier writing programs in Python. We covered his first article [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PuneTech &#187; Why Python is better than Java?</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-478</link>
		<dc:creator>PuneTech &#187; Why Python is better than Java?</dc:creator>
		<pubDate>Mon, 22 Sep 2008 02:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-478</guid>
		<description>[...] Nene recently switched over to Python and has discovered that he is much happier writing programs in Python. He has a detailed post over [...]</description>
		<content:encoded><![CDATA[<p>[...] Nene recently switched over to Python and has discovered that he is much happier writing programs in Python. He has a detailed post over [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfred J Fazio</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-448</link>
		<dc:creator>Alfred J Fazio</dc:creator>
		<pubDate>Wed, 13 Aug 2008 18:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-448</guid>
		<description>I&#039;ve been programming PHP on the job for 6 years... and I hate every day of it.  I picked up Python for my personal projects 2 years ago, comparing it with what was available at the time.  A friend of mine uses Ruby/Rails exclusively at his workplace (pretty rare), and has the same sentiment as the post&#039;s author.  Mainly, it has very simple use cases, and more complexity in the application requires a lot of work-a-rounds and hacks in Rails.&lt;br&gt;&lt;br&gt;I performed a fairly thorough evaluation of the Python web frameworks and also concluded that Django would be best for a particular project I&#039;ve been working on.  This project required a comprehensive and powerful full-text search engine, as well as a javascript/ajax driven pdf-like browser.  Hardly any of it used simple plug-ins (no blog drop-ins here.)   Django very easily handled all of the &quot;extra&quot; stuff I threw at it.  For example, there is nothing in Django&#039;s ORM that natively handles PostgreSQL&#039;s tsearch2 full-text engine.  But writing the code inside of the Django framework to make this work was intuitive and easy.&lt;br&gt;&lt;br&gt;I&#039;m delighted with my choice, and look forward to using Python/Django for most future web applications.  BTW, writing this application in Python with Django took FAR less time, code, and complexity than would have been necessary with PHP.  My code is actually a pleasure to read!  (for me, anyways ;)&lt;br&gt;&lt;br&gt;Thanks for the post!!</description>
		<content:encoded><![CDATA[<p>I&#39;ve been programming PHP on the job for 6 years&#8230; and I hate every day of it.  I picked up Python for my personal projects 2 years ago, comparing it with what was available at the time.  A friend of mine uses Ruby/Rails exclusively at his workplace (pretty rare), and has the same sentiment as the post&#39;s author.  Mainly, it has very simple use cases, and more complexity in the application requires a lot of work-a-rounds and hacks in Rails.</p>
<p>I performed a fairly thorough evaluation of the Python web frameworks and also concluded that Django would be best for a particular project I&#39;ve been working on.  This project required a comprehensive and powerful full-text search engine, as well as a javascript/ajax driven pdf-like browser.  Hardly any of it used simple plug-ins (no blog drop-ins here.)   Django very easily handled all of the &#8220;extra&#8221; stuff I threw at it.  For example, there is nothing in Django&#39;s ORM that natively handles PostgreSQL&#39;s tsearch2 full-text engine.  But writing the code inside of the Django framework to make this work was intuitive and easy.</p>
<p>I&#39;m delighted with my choice, and look forward to using Python/Django for most future web applications.  BTW, writing this application in Python with Django took FAR less time, code, and complexity than would have been necessary with PHP.  My code is actually a pleasure to read!  (for me, anyways <img src='http://blog.dhananjaynene.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thanks for the post!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramdas</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-361</link>
		<dc:creator>Ramdas</dc:creator>
		<pubDate>Mon, 11 Aug 2008 17:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-361</guid>
		<description>Dhananjay,

You have got it right!</description>
		<content:encoded><![CDATA[<p>Dhananjay,</p>
<p>You have got it right!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramdas</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-417</link>
		<dc:creator>Ramdas</dc:creator>
		<pubDate>Mon, 11 Aug 2008 16:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-417</guid>
		<description>Dhananjay,&lt;br&gt;&lt;br&gt;You have got it right!</description>
		<content:encoded><![CDATA[<p>Dhananjay,</p>
<p>You have got it right!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhananjay Nene</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-299</link>
		<dc:creator>Dhananjay Nene</dc:creator>
		<pubDate>Thu, 10 Jul 2008 21:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-299</guid>
		<description>@alphadog,

In the days since I realised more some of the issues you&#039;ve pointed out wrt django and pylons a little bit more.

wrt the gui, I have in the past had the opportunity to build a complex gui on top of an object model. Its an exceptionally complex task. Which is why I do not believe django as is is going to work at all ... what I was saying is that django gives me a much stronger starting point to start introducing all the additional complexity.</description>
		<content:encoded><![CDATA[<p>@alphadog,</p>
<p>In the days since I realised more some of the issues you&#8217;ve pointed out wrt django and pylons a little bit more.</p>
<p>wrt the gui, I have in the past had the opportunity to build a complex gui on top of an object model. Its an exceptionally complex task. Which is why I do not believe django as is is going to work at all &#8230; what I was saying is that django gives me a much stronger starting point to start introducing all the additional complexity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alphadog</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-298</link>
		<dc:creator>alphadog</dc:creator>
		<pubDate>Thu, 10 Jul 2008 18:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-298</guid>
		<description>I agree with Nick.

I very recently underwent a very similar process to Dhananjay and ended up on Python/Pylons.

Django was cut out because it simply isn&#039;t built with the same philosophy as Pylons. This difference does matter to me and the complex applications I build. Basically, Django = Rails and Pylons = Merb. If your app is truly complex, Pylons loosely-coupled architecture of components will be quite a plus. Django&#039;s pluggability is useful to get to market quicker if you aren&#039;t doing anything innovative. If you want to whip a site up for blogging, just plug it in.

Lastly and more specifically, for most complex online apps I build, the idea of &quot;automatically generate...forms from the object model&quot; happens rarely. Often, the UI is as complex as the underlying layers and automated form generation is simply not feasible except on a few CRUDish pages on the fringe of the app. My guess is you may think your app is complex, but it actually isn&#039;t, from the UI POV. (The underlying layer(s) may be, but then Django&#039;s admin cruft doesn&#039;t matter.)</description>
		<content:encoded><![CDATA[<p>I agree with Nick.</p>
<p>I very recently underwent a very similar process to Dhananjay and ended up on Python/Pylons.</p>
<p>Django was cut out because it simply isn&#8217;t built with the same philosophy as Pylons. This difference does matter to me and the complex applications I build. Basically, Django = Rails and Pylons = Merb. If your app is truly complex, Pylons loosely-coupled architecture of components will be quite a plus. Django&#8217;s pluggability is useful to get to market quicker if you aren&#8217;t doing anything innovative. If you want to whip a site up for blogging, just plug it in.</p>
<p>Lastly and more specifically, for most complex online apps I build, the idea of &#8220;automatically generate&#8230;forms from the object model&#8221; happens rarely. Often, the UI is as complex as the underlying layers and automated form generation is simply not feasible except on a few CRUDish pages on the fringe of the app. My guess is you may think your app is complex, but it actually isn&#8217;t, from the UI POV. (The underlying layer(s) may be, but then Django&#8217;s admin cruft doesn&#8217;t matter.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PuneTech &#187; Upcoming Events: PuneJava and PLUG meets</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-244</link>
		<dc:creator>PuneTech &#187; Upcoming Events: PuneJava and PLUG meets</dc:creator>
		<pubDate>Wed, 02 Jul 2008 11:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-244</guid>
		<description>[...] How I ended up selecting Python for my latest project (blog post by Dhananjay Nene) [...]</description>
		<content:encoded><![CDATA[<p>[...] How I ended up selecting Python for my latest project (blog post by Dhananjay Nene) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-243</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Wed, 02 Jul 2008 11:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-243</guid>
		<description>Hi there,

A very interesting peek into the thought process of arriving at the choice of tools for a particular implementation. This must be the same  even if it is your first site or the latest one because these frameworks are bing actively developed. I noticed many people are thinking of using pylons and web.py, I hope my recent writeup on Python Web programming frameworks might help: http://www.arunrocks.com/blog/archives/2008/06/26/learning-pylons-through-tutorials/

Cheers</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>A very interesting peek into the thought process of arriving at the choice of tools for a particular implementation. This must be the same  even if it is your first site or the latest one because these frameworks are bing actively developed. I noticed many people are thinking of using pylons and web.py, I hope my recent writeup on Python Web programming frameworks might help: <a href="http://www.arunrocks.com/blog/archives/2008/06/26/learning-pylons-through-tutorials/" rel="nofollow">http://www.arunrocks.com/blog/archives/2008/06/26/learning-pylons-through-tutorials/</a></p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-416</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Wed, 02 Jul 2008 10:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-416</guid>
		<description>Hi there,&lt;br&gt;&lt;br&gt;A very interesting peek into the thought process of arriving at the choice of tools for a particular implementation. This must be the same  even if it is your first site or the latest one because these frameworks are bing actively developed. I noticed many people are thinking of using pylons and web.py, I hope my recent writeup on Python Web programming frameworks might help: &lt;a href=&quot;http://www.arunrocks.com/blog/archives/2008/06/26/learning-pylons-through-tutorials/&quot;&gt;http://www.arunrocks.com/blog/archives/2008/06/...&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cheers</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>A very interesting peek into the thought process of arriving at the choice of tools for a particular implementation. This must be the same  even if it is your first site or the latest one because these frameworks are bing actively developed. I noticed many people are thinking of using pylons and web.py, I hope my recent writeup on Python Web programming frameworks might help: <a href="http://www.arunrocks.com/blog/archives/2008/06/26/learning-pylons-through-tutorials/">http://www.arunrocks.com/blog/archives/2008/06/&#8230;</a></p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naresh</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-182</link>
		<dc:creator>Naresh</dc:creator>
		<pubDate>Wed, 11 Jun 2008 18:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-182</guid>
		<description>Danny...its been a long time I have gotten into multiple evaluations/adoptions. This was a very good compilation of analysis and view points. Definitely enjoyed reading it. :)</description>
		<content:encoded><![CDATA[<p>Danny&#8230;its been a long time I have gotten into multiple evaluations/adoptions. This was a very good compilation of analysis and view points. Definitely enjoyed reading it. <img src='http://blog.dhananjaynene.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naresh</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-415</link>
		<dc:creator>Naresh</dc:creator>
		<pubDate>Wed, 11 Jun 2008 17:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-415</guid>
		<description>Danny...its been a long time I have gotten into multiple evaluations/adoptions. This was a very good compilation of analysis and view points. Definitely enjoyed reading it. :)</description>
		<content:encoded><![CDATA[<p>Danny&#8230;its been a long time I have gotten into multiple evaluations/adoptions. This was a very good compilation of analysis and view points. Definitely enjoyed reading it. <img src='http://blog.dhananjaynene.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smacko</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-179</link>
		<dc:creator>smacko</dc:creator>
		<pubDate>Tue, 10 Jun 2008 23:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-179</guid>
		<description>@michael
Thanks, I&#039;ll check out Xapian.</description>
		<content:encoded><![CDATA[<p>@michael<br />
Thanks, I&#8217;ll check out Xapian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-175</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Tue, 10 Jun 2008 14:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-175</guid>
		<description>Nice comparison, I especially like the reasons given. 

Most interesting is that the &quot;traditional&quot; web-language (PHP) seems no longer leading the pack of NEW apps by a great lead, and instead is constantly challenged by both python and ruby.</description>
		<content:encoded><![CDATA[<p>Nice comparison, I especially like the reasons given. </p>
<p>Most interesting is that the &#8220;traditional&#8221; web-language (PHP) seems no longer leading the pack of NEW apps by a great lead, and instead is constantly challenged by both python and ruby.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-414</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Tue, 10 Jun 2008 13:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-414</guid>
		<description>Nice comparison, I especially like the reasons given. &lt;br&gt;&lt;br&gt;Most interesting is that the &quot;traditional&quot; web-language (PHP) seems no longer leading the pack of NEW apps by a great lead, and instead is constantly challenged by both python and ruby.</description>
		<content:encoded><![CDATA[<p>Nice comparison, I especially like the reasons given. </p>
<p>Most interesting is that the &#8220;traditional&#8221; web-language (PHP) seems no longer leading the pack of NEW apps by a great lead, and instead is constantly challenged by both python and ruby.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhananjay Nene</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-174</link>
		<dc:creator>Dhananjay Nene</dc:creator>
		<pubDate>Tue, 10 Jun 2008 12:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-174</guid>
		<description>@Nick

And pray what would be the non-primitive UI that would be on offer from Pylons and/or SQLAlchemy ? Maybe I need to be educated but I did not see a another good UI forms tool in python which helps automatically generate forms (even if primitive per your characterisation) from the object model.

No disrespect to other frameworks - but isn&#039;t it just too naive to disregard something for being primitive when that at least helps you get half way. I am grateful for everything that helps me move forward  and I try to move further down the road myself from that point onwards.</description>
		<content:encoded><![CDATA[<p>@Nick</p>
<p>And pray what would be the non-primitive UI that would be on offer from Pylons and/or SQLAlchemy ? Maybe I need to be educated but I did not see a another good UI forms tool in python which helps automatically generate forms (even if primitive per your characterisation) from the object model.</p>
<p>No disrespect to other frameworks &#8211; but isn&#8217;t it just too naive to disregard something for being primitive when that at least helps you get half way. I am grateful for everything that helps me move forward  and I try to move further down the road myself from that point onwards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Dundee</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-172</link>
		<dc:creator>Nick Dundee</dc:creator>
		<pubDate>Tue, 10 Jun 2008 08:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-172</guid>
		<description>You want complexity in your app, but at the same time want to use the rather primitive admin?

SQLAlchemy is by far the weapon of choice for serious applications, and Pylons is as pythonic as you can get when it comes to frameworks.

These two together offer a control and explicitness which far surpasses the rest.</description>
		<content:encoded><![CDATA[<p>You want complexity in your app, but at the same time want to use the rather primitive admin?</p>
<p>SQLAlchemy is by far the weapon of choice for serious applications, and Pylons is as pythonic as you can get when it comes to frameworks.</p>
<p>These two together offer a control and explicitness which far surpasses the rest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Dundee</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-413</link>
		<dc:creator>Nick Dundee</dc:creator>
		<pubDate>Tue, 10 Jun 2008 07:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-413</guid>
		<description>You want complexity in your app, but at the same time want to use the rather primitive admin?&lt;br&gt;&lt;br&gt;SQLAlchemy is by far the weapon of choice for serious applications, and Pylons is as pythonic as you can get when it comes to frameworks.&lt;br&gt;&lt;br&gt;These two together offer a control and explicitness which far surpasses the rest.</description>
		<content:encoded><![CDATA[<p>You want complexity in your app, but at the same time want to use the rather primitive admin?</p>
<p>SQLAlchemy is by far the weapon of choice for serious applications, and Pylons is as pythonic as you can get when it comes to frameworks.</p>
<p>These two together offer a control and explicitness which far surpasses the rest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: more</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-166</link>
		<dc:creator>more</dc:creator>
		<pubDate>Tue, 10 Jun 2008 06:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-166</guid>
		<description>You might consider either Jython or IronPython (the latter runs Django too).  Who says you can&#039;t have your cake and get full.</description>
		<content:encoded><![CDATA[<p>You might consider either Jython or IronPython (the latter runs Django too).  Who says you can&#8217;t have your cake and get full.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhananjay Nene</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-2/#comment-165</link>
		<dc:creator>Dhananjay Nene</dc:creator>
		<pubDate>Tue, 10 Jun 2008 06:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-165</guid>
		<description>@Rich

Nice post. The contrasting between mod_python and fastcgi in the context of hosting environments is quite helpful. Glad to know you liked the post.</description>
		<content:encoded><![CDATA[<p>@Rich</p>
<p>Nice post. The contrasting between mod_python and fastcgi in the context of hosting environments is quite helpful. Glad to know you liked the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhananjay Nene</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-1/#comment-164</link>
		<dc:creator>Dhananjay Nene</dc:creator>
		<pubDate>Tue, 10 Jun 2008 06:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-164</guid>
		<description>@elhumano 

I preferred the everything in one box capability of django. I would like to keep framework changes to the minimum, and rather than having to study multiple frameworks and figure out how to change these in an appropriately interdependent way - made sense to have a single framework with all capabilities. Just makes it a little easier I guess.</description>
		<content:encoded><![CDATA[<p>@elhumano </p>
<p>I preferred the everything in one box capability of django. I would like to keep framework changes to the minimum, and rather than having to study multiple frameworks and figure out how to change these in an appropriately interdependent way &#8211; made sense to have a single framework with all capabilities. Just makes it a little easier I guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhananjay Nene</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-1/#comment-163</link>
		<dc:creator>Dhananjay Nene</dc:creator>
		<pubDate>Tue, 10 Jun 2008 06:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-163</guid>
		<description>@Finebanana 

Ahh ! I skipped that bit about Pylons - didn&#039;t I ? I didn&#039;t find anything worrisome about Pylons - but what I knew for certain was that I would need an extended admin interface and would need to hack through the models. Pylons does not really get into those spaces much. Django offered a more comprehensive set of capabilities all nicely interdependent on each other (especially admin and models).</description>
		<content:encoded><![CDATA[<p>@Finebanana </p>
<p>Ahh ! I skipped that bit about Pylons &#8211; didn&#8217;t I ? I didn&#8217;t find anything worrisome about Pylons &#8211; but what I knew for certain was that I would need an extended admin interface and would need to hack through the models. Pylons does not really get into those spaces much. Django offered a more comprehensive set of capabilities all nicely interdependent on each other (especially admin and models).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhananjay Nene</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-1/#comment-162</link>
		<dc:creator>Dhananjay Nene</dc:creator>
		<pubDate>Tue, 10 Jun 2008 06:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-162</guid>
		<description>@jt


{I can understand one of your concerns about Ruby and doing justice to the language, getting caught in re-factoring, etc. Actually, I think we all go through that with Ruby by its very nature. However, its expressiveness and meta strengths keep us. We all need to exercise a little self-discipline…}

I just might be able to get the self-discipline ... if only I had the time to get there :). As I move towards dynamic languages - python seemed more manageable a shift in the given time frames than Ruby. I loved Ruby syntax and especially all its nifty features but found Python easier to read.


{Rails may “seem” limited, but I don’t think it is and coupled with Ruby, the sky’s the limit. You can mix-out pretty much anything and there are many other libraries which meet needs and “roll right in”.}

My assessment was that everything was doable .. but the cost factor here was much higher compared to hacking through django.

{Nice post. Thanks!}

All the encouragement helps. Thanks.</description>
		<content:encoded><![CDATA[<p>@jt</p>
<p>{I can understand one of your concerns about Ruby and doing justice to the language, getting caught in re-factoring, etc. Actually, I think we all go through that with Ruby by its very nature. However, its expressiveness and meta strengths keep us. We all need to exercise a little self-discipline…}</p>
<p>I just might be able to get the self-discipline &#8230; if only I had the time to get there <img src='http://blog.dhananjaynene.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . As I move towards dynamic languages &#8211; python seemed more manageable a shift in the given time frames than Ruby. I loved Ruby syntax and especially all its nifty features but found Python easier to read.</p>
<p>{Rails may “seem” limited, but I don’t think it is and coupled with Ruby, the sky’s the limit. You can mix-out pretty much anything and there are many other libraries which meet needs and “roll right in”.}</p>
<p>My assessment was that everything was doable .. but the cost factor here was much higher compared to hacking through django.</p>
<p>{Nice post. Thanks!}</p>
<p>All the encouragement helps. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-1/#comment-160</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 10 Jun 2008 06:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-160</guid>
		<description>Hi there,
I recently went through a very similar process, coming from a Java background. I also settled on Python and Django for similar reasons.

If you are interested, I wrote it up here:
http://jetfar.com/django-python-frameworks-and-vps-hosting/

Although perhaps not as succinctly as yourself.

BTW: I&#039;m very happy with the outcome.</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I recently went through a very similar process, coming from a Java background. I also settled on Python and Django for similar reasons.</p>
<p>If you are interested, I wrote it up here:<br />
<a href="http://jetfar.com/django-python-frameworks-and-vps-hosting/" rel="nofollow">http://jetfar.com/django-python-frameworks-and-vps-hosting/</a></p>
<p>Although perhaps not as succinctly as yourself.</p>
<p>BTW: I&#8217;m very happy with the outcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhananjay Nene</title>
		<link>http://blog.dhananjaynene.com/2008/06/whyhow-i-ended-up-selecting-python-for-my-latest-project/comment-page-1/#comment-412</link>
		<dc:creator>Dhananjay Nene</dc:creator>
		<pubDate>Tue, 10 Jun 2008 05:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhananjaynene.com/?p=29#comment-412</guid>
		<description>@Rich&lt;br&gt;&lt;br&gt;Nice post. The contrasting between mod_python and fastcgi in the context of hosting environments is quite helpful. Glad to know you liked the post.</description>
		<content:encoded><![CDATA[<p>@Rich</p>
<p>Nice post. The contrasting between mod_python and fastcgi in the context of hosting environments is quite helpful. Glad to know you liked the post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 6.890 seconds -->

