<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Wed May 22, 2013 4:03 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Wed May 22, 2013 4:03 pm</pubDate>
  <lastBuildDate>Wed May 22, 2013 4:03 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: What to learn : Perl or Python</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=101696#101696</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=66746'&gt;ScannerDarkly&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Sep 19, 2011 2:50 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      The best I advise I can give you is not to learn a language, but learn how to &lt;span style=&quot;font-style: italic&quot;&gt;program&lt;/span&gt;. A good language is a start to learning that, and a good language for that is Python: clean syntax, easy to learn, easy to see and to concentrate on the problems you'll be learning and solving in Python rather than stumbling over symbols for different types of variables in Perl...&lt;br /&gt;
&lt;br /&gt;
Did I mention Perl is slowly dying? Learn how to program, via Python, and then learn an array of languages with different paradigms: Python, C, Scala, Haskell, Bash, Ada, Go etc.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=101696#101696</comments>
                                        <author>ScannerDarkly</author>
                                        <pubDate>Mon Sep 19, 2011 2:50 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=101696#101696</guid>
                                      </item>
                                      <item>
                                        <title>Re: What to learn : Perl or Python</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=101442#101442</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=67689'&gt;jarubyh&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sat Sep 03, 2011 2:32 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I would say it's apples to oranges and both have their pro's and con's and you should follow your dreams and go where your heart bids you, but I'll take a stand.&lt;br /&gt;
&lt;br /&gt;
Perl.&lt;br /&gt;
&lt;br /&gt;
Perl has a more developed collection of libraries, and is can be used effectively for everything from Web programming to system administration tasks to hunting through billions of text files with its highly advanced Regular Expression system. That being said, Perl is a mess. Python is much more intuitive, easier to use, and doesn't have any unstable semi-vaporware updates looming over its community. (OBJECTION!)&lt;br /&gt;
Personally, I use Perl for everything I don't use C++ for, so it feels like home to me. I'd recommend it as &lt;span style=&quot;font-weight: bold&quot;&gt;the&lt;/span&gt; scripting language to anybody.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=101442#101442</comments>
                                        <author>jarubyh</author>
                                        <pubDate>Sat Sep 03, 2011 2:32 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=101442#101442</guid>
                                      </item>
                                      <item>
                                        <title>Re: What to learn : Perl or Python</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=100597#100597</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=4'&gt;evilnick&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Jul 19, 2011 4:57 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I think there is a lot to be said in favour of many languages. Personally, the first language I learnt properly was Z80 assembly. Not very useful these days I grant you, but there was a certain discipline to assembly coding that I think has helped me a lot.&lt;br /&gt;
&lt;br /&gt;
The language I wish I started with was C/C++. It might be a bit harder to grasp initially, especially tricky things with pointers and such, but really manages to bring together all of the central ideas about programming into one relatively clean and efficient language. The big problem is that it is difficult to learn by example, because if you look at real, working C code it can appear to be so much gibberish, even when you have an idea what is going on.&lt;br /&gt;
&lt;br /&gt;
I think modern Perl and Python both solve this problem very well - Python is really easy to read as well as write, and does have a lot of commercial potential too.&lt;br /&gt;
&lt;br /&gt;
There aren't any languages I wish I had never learned, but Algol and COBOL weren't really much use to me (thanks University of Surrey for making me learn them). I do have a sneaky kind of affection for FORTRAN, but  I think that is mainly nostalgic.&lt;br /&gt;
&lt;br /&gt;
Nobody seems to have mentioned Java either. While it may not be as fashionable as it was, it is still a powerful and useful language, if.you.dont.mind.a.lot.of.typing</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=100597#100597</comments>
                                        <author>evilnick</author>
                                        <pubDate>Tue Jul 19, 2011 4:57 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=100597#100597</guid>
                                      </item>
                                      <item>
                                        <title>Re: What to learn : Perl or Python</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=100439#100439</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1257'&gt;lok1950&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Jul 11, 2011 3:34 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Lisp comes in handy if you use EMACS as then you can add extensions to it further blotting it's ego &lt;img src=&quot;images/smiles/icon_lol.gif&quot; alt=&quot;Laughing&quot; border=&quot;0&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
Enjoy the Choice &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=100439#100439</comments>
                                        <author>lok1950</author>
                                        <pubDate>Mon Jul 11, 2011 3:34 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=100439#100439</guid>
                                      </item>
                                      <item>
                                        <title>Re: What to learn : Perl or Python</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=100438#100438</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=58561'&gt;Bazza&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Jul 11, 2011 2:32 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Which brings us to another POV for the OP...&lt;br /&gt;
&lt;br /&gt;
Which languages should (S)he avoid then?&lt;br /&gt;
&lt;br /&gt;
Lisp?</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=100438#100438</comments>
                                        <author>Bazza</author>
                                        <pubDate>Mon Jul 11, 2011 2:32 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=100438#100438</guid>
                                      </item>
                                      <item>
                                        <title>Re: What to learn : Perl or Python</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=100435#100435</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=130'&gt;Ram&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Jul 11, 2011 12:55 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;lok1950 wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Hmm, I wonder where my Pascal book is. &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
In the recycling bin I hope &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt; Though I still have a few Pascal books in boxes that I haven't looked at in ages with my old college texts for IBM 360 Assembly.And leke you may not learn everything but there is no harm in trying too &lt;img src=&quot;images/smiles/icon_cool.gif&quot; alt=&quot;Cool&quot; border=&quot;0&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
Enjoy the Choice &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Mine are still on the top shelf &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt; aswell hiding in some cupboards.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=100435#100435</comments>
                                        <author>Ram</author>
                                        <pubDate>Mon Jul 11, 2011 12:55 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=100435#100435</guid>
                                      </item>
                                      <item>
                                        <title>Re: What to learn : Perl or Python</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=100428#100428</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1257'&gt;lok1950&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Jul 10, 2011 11:21 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Hmm, I wonder where my Pascal book is. &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
In the recycling bin I hope &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt; Though I still have a few Pascal books in boxes that I haven't looked at in ages with my old college texts for IBM 360 Assembly.And leke you may not learn everything but there is no harm in trying too &lt;img src=&quot;images/smiles/icon_cool.gif&quot; alt=&quot;Cool&quot; border=&quot;0&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
Enjoy the Choice &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=100428#100428</comments>
                                        <author>lok1950</author>
                                        <pubDate>Sun Jul 10, 2011 11:21 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=100428#100428</guid>
                                      </item>
                                      <item>
                                        <title>Re: What to learn : Perl or Python</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=100427#100427</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=67596'&gt;RockDoctor&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Jul 10, 2011 10:39 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Although I'm sure that by now the OP has selected her language of choice, I thought I'd post my thoughts here because the question is certainly a FAQ. For hobby coding, my advice is to just pick a language that looks interesting and go for it. Looking over at my bookcase, I see (in order left to right, top shelf to bottom shelf) books covering: HTML, Java, Perl, XML, JavaScript, Python, PHP, PL/1 (my old college text), 6502 assembly, 8086 assembly, Forth, SQL, C, and C++. Hmm, I wonder where my Pascal book is. &lt;img src=&quot;images/smiles/icon_lol.gif&quot; alt=&quot;Laughing&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=100427#100427</comments>
                                        <author>RockDoctor</author>
                                        <pubDate>Sun Jul 10, 2011 10:39 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=100427#100427</guid>
                                      </item>
                                      <item>
                                        <title>php forever</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=98201#98201</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=67353'&gt;mokakan&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Apr 03, 2011 7:48 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      neither perl nor python, i think php is the best</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=98201#98201</comments>
                                        <author>mokakan</author>
                                        <pubDate>Sun Apr 03, 2011 7:48 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=98201#98201</guid>
                                      </item>
                                      <item>
                                        <title>Ruby!</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=94670#94670</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=67031'&gt;gwilymk&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Nov 10, 2010 6:11 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I personally get annoyed with how verbose python is so I tried ruby!&lt;br /&gt;
&lt;br /&gt;
Although it is not perl or python, it is a scripting language and you get the amazing 'gem' command. Ruby's built in package manager.&lt;br /&gt;
&lt;br /&gt;
And if your bored of writing applications, you can try 'rails'&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;sudo gem install rails&lt;br /&gt;
or&lt;br /&gt;
su -c 'gem install rails'&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
doesn't get easier &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Gwilym Kuiper[/quote]</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=94670#94670</comments>
                                        <author>gwilymk</author>
                                        <pubDate>Wed Nov 10, 2010 6:11 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=94670#94670</guid>
                                      </item>
                                      <item>
                                        <title>Re: What to learn : Perl or Python</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=94445#94445</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=21079'&gt;leke&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Nov 03, 2010 6:01 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Bazza wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Hi leke...&lt;br /&gt;
&lt;br /&gt;
When you reach bus pass age and beyond, it gets slightly more difficult&lt;br /&gt;
to learn everything... ;o)&lt;br /&gt;
&lt;br /&gt;
Everything seems to start going wrong, sight, hearing, etc... &lt;img src=&quot;images/smiles/icon_sad.gif&quot; alt=&quot;Sad&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;I hope by the time I'm older, science will have cured all of those things &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=94445#94445</comments>
                                        <author>leke</author>
                                        <pubDate>Wed Nov 03, 2010 6:01 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=94445#94445</guid>
                                      </item>
                                      <item>
                                        <title>Re: What to learn : Perl or Python</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=94435#94435</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=58561'&gt;Bazza&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Nov 03, 2010 3:36 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi leke...&lt;br /&gt;
&lt;br /&gt;
When you reach bus pass age and beyond, it gets slightly more difficult&lt;br /&gt;
to learn everything... ;o)&lt;br /&gt;
&lt;br /&gt;
Everything seems to start going wrong, sight, hearing, etc... &lt;img src=&quot;images/smiles/icon_sad.gif&quot; alt=&quot;Sad&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=94435#94435</comments>
                                        <author>Bazza</author>
                                        <pubDate>Wed Nov 03, 2010 3:36 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=94435#94435</guid>
                                      </item>
                                      <item>
                                        <title>Re: What to learn : Perl or Python</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=94374#94374</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=21079'&gt;leke&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Nov 01, 2010 7:30 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;bobthebob1234 wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;learn everything!!&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;yeah, I second that. If you're saying it's for fun, you should play with both languages (and more). We would all be interested to hear your opinions of them too &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=94374#94374</comments>
                                        <author>leke</author>
                                        <pubDate>Mon Nov 01, 2010 7:30 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=94374#94374</guid>
                                      </item>
                                      <item>
                                        <title>Re: What to learn : Perl or Python</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=94366#94366</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2464'&gt;johnhudson&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Oct 31, 2010 9:18 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Python is fine for a hobbyist and for a professional developer; you can start with something very simple and add modules as you become more confident.&lt;br /&gt;
&lt;br /&gt;
Python is also used in a lot of Google interfaces because of its flexibility.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=94366#94366</comments>
                                        <author>johnhudson</author>
                                        <pubDate>Sun Oct 31, 2010 9:18 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=94366#94366</guid>
                                      </item>
                                      <item>
                                        <title>Re: What to learn : Perl or Python</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=94359#94359</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=23984'&gt;bobthebob1234&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Oct 31, 2010 6:46 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      learn everything!!</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=94359#94359</comments>
                                        <author>bobthebob1234</author>
                                        <pubDate>Sun Oct 31, 2010 6:46 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=94359#94359</guid>
                                      </item></channel></rss>