<?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: PHP to python. Why?</title>
	<atom:link href="http://jodhpuriguy.com/wordpress/2008/08/php-to-python-why/feed/" rel="self" type="application/rss+xml" />
	<link>http://jodhpuriguy.com/wordpress/2008/08/php-to-python-why/</link>
	<description>tech, internet and the rest of life...</description>
	<lastBuildDate>Wed, 08 Jul 2009 21:48:05 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ramnath R Iyer</title>
		<link>http://jodhpuriguy.com/wordpress/2008/08/php-to-python-why/comment-page-1/#comment-30</link>
		<dc:creator>Ramnath R Iyer</dc:creator>
		<pubDate>Tue, 30 Sep 2008 06:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://jodhpuriguy.com/?p=56#comment-30</guid>
		<description>I would modify 2) and 3):

2) If it is a simple task, see if you can write the code yourself instead of using a library, unless you have a deep understanding of the library. The most difficult problems are because of code you don&#039;t understand.

3) If speed is not ok, then you&#039;re thinking of the problem the wrong way. Rethink design and find the right way, only exception being GUI responsiveness maybe.</description>
		<content:encoded><![CDATA[<p>I would modify 2) and 3):</p>
<p>2) If it is a simple task, see if you can write the code yourself instead of using a library, unless you have a deep understanding of the library. The most difficult problems are because of code you don&#8217;t understand.</p>
<p>3) If speed is not ok, then you&#8217;re thinking of the problem the wrong way. Rethink design and find the right way, only exception being GUI responsiveness maybe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MB</title>
		<link>http://jodhpuriguy.com/wordpress/2008/08/php-to-python-why/comment-page-1/#comment-29</link>
		<dc:creator>MB</dc:creator>
		<pubDate>Fri, 05 Sep 2008 05:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://jodhpuriguy.com/?p=56#comment-29</guid>
		<description>PHP version looks cleaner and more understandable for me. 

Also any person who knows all three would say the same. (Or I may be wrong due to poor variable naming)

See the comparision below:
                                             PHP                           Perl                     Python                      
Web application                      Good                         Best (ModPerl rules)      Better
Stand alone application           Good                         Better                           Best
Algorithms                             Good                         Better                           Best
Libraries                                Good                         Best                              Better
Speed I                                 Good                         Best                              Best
Speed II (With time and extension) Gr8                    Gr8                               Gr8

My simple conclusion:

1) Pick any language for any task  (Even stupid task like writing desktop game programming with PHP). But Learn to write uncluttered syntax.

2) Do all the things possible with the avaliable libraries. If there isn&#039;t one you want develop yourself.

3) If speed is ok ignore all other issues. If speed is not ok extend using C/C++.

Cheers,
MB</description>
		<content:encoded><![CDATA[<p>PHP version looks cleaner and more understandable for me. </p>
<p>Also any person who knows all three would say the same. (Or I may be wrong due to poor variable naming)</p>
<p>See the comparision below:<br />
                                             PHP                           Perl                     Python<br />
Web application                      Good                         Best (ModPerl rules)      Better<br />
Stand alone application           Good                         Better                           Best<br />
Algorithms                             Good                         Better                           Best<br />
Libraries                                Good                         Best                              Better<br />
Speed I                                 Good                         Best                              Best<br />
Speed II (With time and extension) Gr8                    Gr8                               Gr8</p>
<p>My simple conclusion:</p>
<p>1) Pick any language for any task  (Even stupid task like writing desktop game programming with PHP). But Learn to write uncluttered syntax.</p>
<p>2) Do all the things possible with the avaliable libraries. If there isn&#8217;t one you want develop yourself.</p>
<p>3) If speed is ok ignore all other issues. If speed is not ok extend using C/C++.</p>
<p>Cheers,<br />
MB</p>
]]></content:encoded>
	</item>
</channel>
</rss>
