<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Sat May 25, 2013 4:37 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Sat May 25, 2013 4:37 pm</pubDate>
  <lastBuildDate>Sat May 25, 2013 4:37 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://linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>beginning</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=99946#99946</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=67541'&gt;Baz_P&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Jun 16, 2011 12:09 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thanks guys. Going to try whats left of the hudzilla project on the web. So I guess I will start with C#?</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=99946#99946</comments>
                                        <author>Baz_P</author>
                                        <pubDate>Thu Jun 16, 2011 12:09 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=99946#99946</guid>
                                      </item>
                                      <item>
                                        <title>Re: two years late?</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=99878#99878</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=67254'&gt;Brian Hunter&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Jun 14, 2011 1:56 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;Ram wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Have a look at lxf sister site &lt;a href=&quot;http://www.tuxradar.com/code&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://www.tuxradar.com/code&lt;/a&gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks Ram.  I've finished my part-time maths course for the summer and I am looking for something to keep me out of trouble, so I fancy a bit of programming.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=99878#99878</comments>
                                        <author>Brian Hunter</author>
                                        <pubDate>Tue Jun 14, 2011 1:56 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=99878#99878</guid>
                                      </item>
                                      <item>
                                        <title>Re: two years late?</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=99856#99856</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=58561'&gt;Bazza&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Jun 13, 2011 9:21 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi Baz_P...&lt;br /&gt;
&lt;br /&gt;
johnhudson is probably correct with Python but you'll need to do a&lt;br /&gt;
learning curve with the terminology alone, let alone the language&lt;br /&gt;
syntax and quirks...&lt;br /&gt;
&lt;br /&gt;
If you have no idea of coding at all, try a friendly none structured&lt;br /&gt;
language like bwBASIC. This has a high fault tolerance and errors&lt;br /&gt;
are usually easily solvable. It is very limited but will get you involved&lt;br /&gt;
and soon you will want to try something else.&lt;br /&gt;
&lt;br /&gt;
I am self taught in a few computer languages and code very badly,&lt;br /&gt;
but hey, after much experimentation with various dialects of BASIC&lt;br /&gt;
soon wanted to progress to more serious languages.&lt;br /&gt;
&lt;br /&gt;
So start with something to whet your appetite then progress...&lt;br /&gt;
&lt;br /&gt;
(bw)BASIC - Simple ASCII coding stuff.&lt;br /&gt;
(X)HTML - Simple Web page stuff.&lt;br /&gt;
These two produce some fair to good results without the need to&lt;br /&gt;
know about abstract Mathematics and/or particle Physics.&lt;br /&gt;
&lt;br /&gt;
Python - Sophisticated general purpose language with lots of&lt;br /&gt;
&amp;quot;add-ons&amp;quot;. I love the restriction of using Python in Terminal mode&lt;br /&gt;
only to do stuff it wasn't really intended for... ;o)&lt;br /&gt;
&lt;br /&gt;
Some people swear by, (at? ;o), Perl.&lt;br /&gt;
&lt;br /&gt;
Finally as time goes on try the definitive languages like C, C(++),&lt;br /&gt;
Assembly and others.&lt;br /&gt;
&lt;br /&gt;
My few pennoth... &lt;img src=&quot;images/smiles/icon_surprised.gif&quot; alt=&quot;Surprised&quot; border=&quot;0&quot; /&gt;)</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=99856#99856</comments>
                                        <author>Bazza</author>
                                        <pubDate>Mon Jun 13, 2011 9:21 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=99856#99856</guid>
                                      </item>
                                      <item>
                                        <title>Re: two years late?</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=99849#99849</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=130'&gt;Ram&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Jun 13, 2011 8:19 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Have a look at lxf sister site &lt;a href=&quot;http://www.tuxradar.com/code&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://www.tuxradar.com/code&lt;/a&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=99849#99849</comments>
                                        <author>Ram</author>
                                        <pubDate>Mon Jun 13, 2011 8:19 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=99849#99849</guid>
                                      </item>
                                      <item>
                                        <title>Re: two years late?</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=99845#99845</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2464'&gt;johnhudson&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Jun 13, 2011 6:49 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Python - that will enable you to produce results fairly quickly and also help you to become a disciplined programmer.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=99845#99845</comments>
                                        <author>johnhudson</author>
                                        <pubDate>Mon Jun 13, 2011 6:49 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=99845#99845</guid>
                                      </item>
                                      <item>
                                        <title>two years late?</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=99841#99841</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=67541'&gt;Baz_P&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Jun 13, 2011 12:07 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi guys! It seems I missed the coding academy by two years? I would like some advice on programming please. I am starting from the beginning and have never done any programming at all. Which programming language should I choose? There just seems to be so many? with even more on Linux? I don't want to waste time learning a dead or dying language. I am using ubuntu 11.04 and will be using this machine for development.Can anybody recommend a book, package or link? Free would be great but I am willing to buy if needed and it would be worthwhile. I am sorry if I should have stuck this in the Help section?&lt;br /&gt;
Thanks.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=99841#99841</comments>
                                        <author>Baz_P</author>
                                        <pubDate>Mon Jun 13, 2011 12:07 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=99841#99841</guid>
                                      </item></channel></rss>