<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html" />
  <link rel="self" type="application/atom+xml" href="http://ask-leo.com/atom.xml" />
  <id>tag:ask-leo.com,2009://3/tag:ask-leo.com,2005://3.2473-</id>
  <updated>2009-11-18T17:53:28Z</updated>
  <title>Comments for How do I become a computer programmer?</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.25</generator>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:39257</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c39257" />
    <title>Comment from david powell on 2009-10-25</title>
    <author>
      <name>david powell</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Im an 18 yr old High school graduate and being a video game developer is my dream!</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-10-25T14:16:24Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:38613</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c38613" />
    <title>Comment from Jeremy. A. Wildsmith on 2009-10-04</title>
    <author>
      <name>Jeremy. A. Wildsmith</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>Programming an operating system has absolutely NOTHING to do with programming a video game. Literally. I'm not sure if you mean literally writing your own HAL, kernel, and bootsector, or working with APIs thrown at you by the OS and libraries, writing applications FOR an OS. But as far as writing an operating system goes, little to nothing but syntax and some design methods can be transfered from a video game to an OS. Video games require hardcore OOP(Most at least), and complete blindness of the computer hardware, using libraries to cover it up. </p>

<p>Just thought I'd clarify that.</p>

<p>Chrispy, you can become an extremely good programmer starting at any age provided you have a good passion. I'm only aged 16 and age hasn't proved to stop me, or anyone for that matter.</p>

<p>Most people who stay they want to program games don't really enjoy programming them, they just want to see and play the end result. However, many do. I suggest they work with some basic languages developing some basic software before getting into programming games. It'll probably save you a lot of time.</p>

<p>Cody, oop is exactly as it sounds. It's programming with objects essentially. It's hard to explain if you don't have a general idea of programming. In C++ all it literally is(in memory) structs, and functions. But in the compiler, it's much more, I.E class member protection, virtual functions, inheritance, etc.. If you're into OOP I'd take a look at java. I've worked with C and C++ for a long time, and occasionally java(I wrote an isometric game in it). Java has amazing OOP features that C++ lacks, but I still enjoy C++ much more.</p>

<p>Nate, programming has far less to do with math then it does to do with problem solving, it just happens to be that some problems require mathematics to be solved. If you passed grade 12 math you're good to go, but I wouldn't hesitate to take some more advanced math courses in college. There are tons of good programmers who can't solve a mathematical equation to save their life(well -- that's an exaggeration) and are great programmers because they can solve problems. However, programming a video game, a 3D one at least, will require some Trig, and geometry, possibly physics(basics though, there are a lot of powerful physics engines out there). If you're really into programming and not so much into math, you might find software engineering enjoyable, I.E writing segments of operating systems(I'm writing my own O.S atm, it's not as epic as linux, but it still takes A LOT of work to do), device drivers, etc.</p>

<p>"OMG", you never know until you start writing, get a book on it. 13 is a fairly good age to start programming, but just because you're good at math doesn't mean you'll be a good programmer.</p>

<p>"poker site", if you're into electronics, you may find software engineering or hardware engineering interesting. Software engineering I describe above(it involves programming software that communicates with electronic devices, such as drivers or segments of an OS's HAL). Hardware engineering is extremely interesting and I too have read about programming microcontrollers and building my own hardware(only problem is at 16 I have no income to purchase the devices and components). Hardware engineering involves developing devices like video cards and processors, network cards, etc..</p>

<p>Hope that helped those looking for an answer. AFK Working on a dumb socials projects. Yeap, I procrastinate my homework ;)</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-10-05T00:26:32Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:38324</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c38324" />
    <title>Comment from Chrispy on 2009-09-23</title>
    <author>
      <name>Chrispy</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Hey there!  My name is Chris and I would LOVE to be a programmer.  I have always had a passion for games.  I want to program games for a living.  But I'm kind of worried.  I am 20 years old, almost 21 and all the comments I read about programming on this site and many others are people who are around 13 to 17 and already have a lot of experience.  Am I too late?  Did I miss my opportunity?  Or can I still pursue my dream of becoming a programmer?    </p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-09-23T11:10:34Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:37472</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c37472" />
    <title>Comment from Koby on 2009-08-28</title>
    <author>
      <name>Koby</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Leo's suggestion is quite something, he's right.<br />
Although, there are some key factors your son should look into. He needs to figure out what he enjoys the most and what he would prefer to do in a development team, that will help him figure out if he is a programmer, artist, game/level designer, resource engineer, or tester.</p>

<p>He should first do like Leo said, attempt to learn  to program, my suggestion is learn a language with a large community that you can get help from if need be.<br />
Even if he doesn't like it at first, he should attempt to learn the basics, then if he succeeds in that, move on to more advanced programming.<br />
Then if after attempting that he doesn't like programming, he should see whether he likes to create art or compose music.<br />
Programming isn't the only required aspect of game design, that's why he could also look into game/level design, that's where most of the ideas and thoughts come out to be discussed.<br />
Still, if he doesn't like that, he could always become a tester, but becoming a professional tester requires looking outside of the box, figuring out what is wrong and what should be there.</p>

<p>There is no guarantee he will get a job in any of the fields listed above, the game development industry is a HUGE competition, but that also doesn't mean he can't. With lots of practice, learning and thinking outside the box, figuring out problems that persist through masses of headache's and strife, he should be able to get a job in one of the game development fields.</p>

<p>I've been programming computer's for 4.5 years, led small amateur development teams, and accomplished literally TONS of research in order to find information required to get into the game dev. industry. Myself, I have partaken in every aspect of game development, from managing, designing, programming, creating something from nothing, sound engineering, and the works. You can do much at an early age, and it's no small task, he just needs to put much effort into what he wants to do, and have alot of motivation if he plans on getting a job in the industry. Oh, and I'm only 18.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-28T18:31:37Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:36931</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c36931" />
    <title>Comment from Cody on 2009-08-13</title>
    <author>
      <name>Cody</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>Dear Leo</p>

<p>My name is Cody and I want to become a computer programmer and i have been writing code since i was 11 i am now 14 and i started in CMD with stupid BATCH files then HTML then went on to various web languages such as CSS, PHP, Javascript, and MYSQL</p>

<p>Then about a year and a half ago i started in more serious computer programming languages such as C, C++, and touching in Java.</p>

<p>I was curious about a couple things.</p>

<p>I have heard of some differences between C and C++ like C++ is object oriented, and that C generally compiles to a smaller file (which may or may not be true i just noticed it when i would compile the programs)</p>

<p>But what does Object Oriented mean, and why does C compiler into a smaller file.</p>

<p>But most importantly I would like to know if you know of any companies that are a good start for a computer programmer after they get there degree.</p>

<p>I would like to express that i have a fairly good understanding of    <br />
computer programming and responding to me would not be a waste of your time.</p>

<p>                                                                         , thank you</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-13T11:47:41Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:36507</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c36507" />
    <title>Comment from nate on 2009-07-30</title>
    <author>
      <name>nate</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Hello Leo</p>

<p>I am a dycalculic and I was wondering if it is at all possible for me to become a computer programmer.  I think it is something I could be very passionate about, however, I am under the impression that computer programmers must excel at math.  I am 24 years old and have not yet entered college because basically everything I would like to do pretty much requires me to learn and know heavy mathematics such as calculus and what not.  While I have never really attempted complicated math, I highly doubt my abilities in that specific area.  My dyscalculic mind set is not severe, but I clearly do have a very difficult time trying to solve math problems and even retaining the information sometimes.</p>

<p>Thanks</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-07-30T09:48:01Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:36305</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c36305" />
    <title>Comment from Joe on 2009-07-23</title>
    <author>
      <name>Joe</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I have just completed my IGCSE and I have always been a straight A student. I am quite confident with my English, although it is not my first language. I want to be a computer programmer because Math is my favourite subject and making & breaking codes are my hobbies. I have learned the basics of c++ through various websites by myself but I can only make simple programmes, the most complex of which is probably the pyramid of numbers. However, I am not sure about what programmes I will make if I really become a computer programmer. I mean, there are games and encryptions and application softwares. I am not interested in making games but, given the two choices :encryption and application softwares, which one do you think will suit me the most? (A detailed definition (salary, competitiveness, good colleges,etc.) for each will be most helpful)<br />
Oh yeah, what other programming languages should I learn after I have mastered the basics of c++, because I read that I don't have to know every commands for c++ because I won't need most of them. </p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-07-23T13:18:50Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:35430</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c35430" />
    <title>Comment from OMG on 2009-06-24</title>
    <author>
      <name>OMG</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I'm 13 years old, and my dream job has always either become a doctor, or a computer programmer. I'm fairly smart in class, and get better grades than most kids I know. I saw a form which included the requirements needed to become a computer programmer, and what they do. I see that they create computer games, and learn to code, and find problems within the computer. After looking closer, I found out that computer programming is for me. I was wondering what I could to inorder to improve my skills in coding, and animating things using codes. If you respond, I'd really appreciate the word you've given me, and use it for the future. The requirements were completing high school, and going to university for 4 years. Then getting the bachelor's degree, and completing Computer Science in school. If this is true or not, please respond. Thank you for your time. Regards~Michael</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-06-25T01:18:26Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20620</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20620" />
    <title>Comment from poker site on 2009-03-25</title>
    <author>
      <name>poker site</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>I read the information regarding the future world in the Software Development field. But I am more interested in the Game Development field <a href="http://www.poker-websites.eu">poker site </a>as well as in robotics. I consider myself as a fantasy person with a dream of inventing ideas and turninng them into reality. Would a career in game designs/development be suitable for me || web/Business Applications based upon my personality?</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-03-25T13:11:51Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20619</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20619" />
    <title>Comment from Tijjani on 2009-02-20</title>
    <author>
      <name>Tijjani</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>i undergo a computer training for a year in one of our colleges, and really i found programming to be interesting to learn.Can i learn it hear ?</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-02-20T09:31:37Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20618</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20618" />
    <title>Comment from joshua musah on 2009-01-03</title>
    <author>
      <name>joshua musah</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>i want to study computer science will i have a knowledge of programming.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-01-03T23:02:44Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20617</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20617" />
    <title>Comment from Ian Canida on 2008-11-12</title>
    <author>
      <name>Ian Canida</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I'm currently enrolled at a community college for the past 2 years now. I first enrolled to become a computer programmer and I still thrive to be one. But since I've been in college for 2 years now I've only been able to take three programming classes because of all the required classes that students are forced to take to fulfill there needs to get a bachelors degree. I'm fairly close to getting AAoT( Assosiates of Arts Transfer Degree, the reason I went with art instead of science is because Science requires you to take more Science classes not computer science)</p>

<p>I was really looking for some advice on what I should do. I was recently talking with my father about Apprenticeship's since he's a mechanic and did an Apprenticeship with an old family friend to become a mechanic and then my brother did the same thing with my dad to become an mechanic. Anyhow we were talking about apprenticeships and he asked me why I didn't ask my uncle about being an apprentice under my uncle when I had the chance. The only reason I didn't ask because it never crossed my mind that my uncle was a programmer other then a CnC programmer but supposedly he is an all around programmer.</p>

<p>So my question is. Are Apprenticeship's recognized by company's? <br />
Since its basically have experience in the field </p>

<p>or</p>

<p>Do you think I should stick it out in college and finish my degree </p>

<p>I'm struggling in a couple of classes if why I'm a bit sketchy currently such as physics. But all around I'm a 3.0 student. </p>

<p>I apologize for the long winded question. Just have many things on my mind and no one to really talk to about them. </p>

<div class="leocomment">Unfortunately there's no clear answer. I would have steered you at the science degree earlier on, and suggested you complete that. Given where you're at, if you're "fairly close" I'd finish it (looks better on the resume than bailing near the end). But I'd be looking for any way I could to get experience in the field. Not all companies recognize "apprenticeships" per se, but most do recognize and value honest experience; the more the better. (Typically the term "internship" is actually somewhat more common, but amounts to the same thing.)<br />

<p>Best of luck,</p>

<div class="leocommentsig">- Leo<br /><span class="leocommentdate">13-Nov-2008</span></div></div>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-11-12T20:10:59Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20616</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20616" />
    <title>Comment from matthew on 2008-11-11</title>
    <author>
      <name>matthew</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>ok i am 12 and im sure you have heard of the game runescape. Well i was great at that game when i played. So anyways i love to create computer games and stuff so i wanted to create make my own game like runescape but way better and better graphic system. i was going to get a car and than get a job and than save up for the $2000 gaming computer and start it out on there. Your advice has helped me greatly. And i look forward to making it so i can make money off of it while im out there doing whatever i want. Like pyrotecnition or anything like that because i was going to make it a 24\7 server with a high detailed graphic system.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-11-11T21:30:44Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20615</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20615" />
    <title>Comment from jenn on 2008-11-01</title>
    <author>
      <name>jenn</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>i guess i have a question, or more accurately, a request for advice...<br />
a long time ago i was very into MUDs... especially once i discovered building...<br />
what i really loved about building was being able to code all sorts of different things, and kind of create life out of text and code... i loved being able to think out of the box and finding new challenges to chew on.  i loved the problem solving aspect of it, and i was surprised to learn that you could be creative with computer code... it wasn't just number crunching at all... eventually, over time, i came to resent that i had to ask the MUD administrator to code new things for me every time i wanted a mob to do something really cool and unique... i wanted to be able to do this myself... and finally i came to appreciate just how limitless the world of computer code can be...  i was intrigued... i bought a bunch of those books that are supposed to teach you C++... unfortunately i could never get the compiler to work and my computer ended up crashing (totally unrelated to the compiler) and i kind of forgot about my desire to learn to code...<br />
recently i got a new computer and the thought has been creeping back into my mind on whether to go to school for programming and pursue it as a career... </p>

<p>i know that was really long rant, but i guess basically my question is this:<br />
would actual computer programming be as interesting to me as building on my old MUD was?  i mean, am i deluding myself in believing that just because i had so much fun creating mobprogs and ifchecks and whatnot i would probably enjoy tackling programming languages?  <br />
my goal here really is not to get into game programming neccessarily, i really just want to learn programming for its own sake, and i don't want to spend a bunch of money on school and throw myself into it only to be disappointed and find that what i thought computer programming was was entirely off the mark...</p>

<p>did that make sense?  i could really use some advice on this... thanks so much!!!</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-11-02T06:44:01Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20614</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20614" />
    <title>Comment from ELIOR MAIMON on 2008-09-28</title>
    <author>
      <name>ELIOR MAIMON</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I HAVE NO COLLEGE DEGREE ... IS IT A MUST?? CAN I GO TO A CAREER COLLEGE AND HOW LONG IS IT REQUIED??</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-09-28T07:49:19Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20613</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20613" />
    <title>Comment from chris humphries on 2008-09-09</title>
    <author>
      <name>chris humphries</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>leo pls can you help me, i am not a computer programmer thou i do have an amazing idea for a computer programme for athletes. i belive if i can get my idea of the grnd it will be HUGE. but i have only that, ... my idea i havent got the knowledge an skill to take it any further and do not know where to go to get the advise i need. pls help many thanks chris humphries</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-09-09T09:56:02Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20612</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20612" />
    <title>Comment from some guy on 2008-08-22</title>
    <author>
      <name>some guy</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Hey Leo,<br />
I'd like to become a Computer Programmer. I have just left school and about to start college. I have no previous experience in programming but will learn it in College.<br />
My concern is that I heard programming requires a lot of Mathematics...I'm not the best at Maths although I did pass my GCSE in Maths.<br />
Do you think I should still try and become a programmer even though maths isnt really one of my strenghts?</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-08-22T22:16:19Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20611</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20611" />
    <title>Comment from Jon on 2008-08-20</title>
    <author>
      <name>Jon</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Dear Leo- I am an arabic linguist in the USN and am interested in programming. Is there any jobs that you know of that would be able to use both my language skills and my hopeful programming dreams?</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-08-21T06:20:05Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20610</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20610" />
    <title>Comment from Mohini Hersom on 2008-08-05</title>
    <author>
      <name>Mohini Hersom</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>They won't talk to me/ give any info at the BCS. I would like to know what computer programming languages to learn by knowing what's in demand. I'd like to know if I can get jobs or freelance as programmer as older person.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-08-05T22:31:09Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20609</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20609" />
    <title>Comment from Nikita R. on 2008-07-25</title>
    <author>
      <name>Nikita R.</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I don't have a comment,yet.I want to learn how to become a computer programmer, pls help!It's a dream of mine,pls. show me where and how to start. Thank you kindly.<br />
<div class="leocomment">Did you read the article you just commented on? It answers your question.<br /><br />
<strong>-Leo</strong></div></p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-07-25T19:44:32Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20608</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20608" />
    <title>Comment from Shikha on 2008-07-04</title>
    <author>
      <name>Shikha</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Dear Leo,</p>

<p>I am extremely confused, 30 years old. I have a math phobia. My dad and my schoolteacher had a great contribution to my dislike of math, even though i have known many people who are enjoying math, and have enviable careers.</p>

<p>I have always been shying away from the subject due to embarrassment. I want to now give a second chance before concluding that it is not for me. <br />
I have a knowledge of computer graphics and there are many design and animation software that require programming skills, and for learning those skills you need to learn basic math, which I also read in your website – <br />
<a href="http://ask-leo.com/how_hard_is_it_to_learn_programming.html"><a href="http://ask-leo.com/how_hard_is_it_to_learn_programming.html">http://ask-leo.com/how_hard_is_it_to_learn_programming.html</a></a></p>

<p>What advise do you have for me? My trouble with math is that my mind freezes when trying to solve basic addition or subtraction problem. I do know how to approach with the aid of a calculator. My first question is do I need to be a wizard to solve all the problems in my head? For learning programming skills required in animation and graphic software, what level of math is required? <br />
Look forward to your reply.<br />
Thanks,<br />
Shikha</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-07-04T10:39:49Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20607</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20607" />
    <title>Comment from ABORISADE ISRAEL on 2008-05-23</title>
    <author>
      <name>ABORISADE ISRAEL</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>I AM ABOUT TO STUDY COMPUTER SCIENCE IN HIGHER INSTITUTION, PLIS I NEED YOUR ADVICE, WHAT ARE THOSE POTENTIALS I REALLY NEED TO POSSESS IN ORDER TO BE SUCCESSFUL IN THIS FIELD</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-05-23T15:23:38Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20606</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20606" />
    <title>Comment from Tyler Cone on 2008-05-21</title>
    <author>
      <name>Tyler Cone</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I would just like to know if I were to pursue a career in Game Development or programing would it be better for me to go to a career college for game development, like Full Sail, or go for a four-year degree from a local school?(assuming that I do fairly well in either school.)</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-05-22T02:37:45Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20605</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20605" />
    <title>Comment from Abdul Rahim on 2008-05-08</title>
    <author>
      <name>Abdul Rahim</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>All the information that i have read from this site has benefited me alot. Thanks to all the people who have made it to be come available to everybody.</p>

<p>Quetion: I am 18yrs still at college and want to become a programmer but i don't know which lanugauge i should start with.<br />
Hope to hear from u soon. Chao...</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-05-08T22:37:04Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20604</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20604" />
    <title>Comment from Abdul Rahim on 2008-05-08</title>
    <author>
      <name>Abdul Rahim</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>All the information that i have read from this site has benefited me alot. Thanks to all the people who have made it to be come available to everybody.</p>

<p>Quetion: I am 18yrs still at college and want to become a programmer but i don't know which lanugauge i should start with.<br />
Hope to hear from u soon. Chao...</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-05-08T22:35:43Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20603</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20603" />
    <title>Comment from Ben on 2008-02-29</title>
    <author>
      <name>Ben</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>>hi leo. i really wanna become a programmer.. the problem is i,m already screw my degree... at most, i only can get 2.3 something for my cgpa. maybe its too late for me.. but reallyy, i like to become proggrammer. now i start to learn java.. yheah from basic.. iam really screw wtih my degree.. is it still hope for me?</p>

<p>You could take a few programming courses at a technical college.  If you are already in a 4-yr program, you should have no problem getting in.  They usually allow you to get to programming classes quicker than some 4-yr colleges, and most of your 4-yr classes should transfer as credit for the prerequisites.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-03-01T01:04:11Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20602</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20602" />
    <title>Comment from Kennerz on 2008-02-04</title>
    <author>
      <name>Kennerz</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>What kind of science do you need to become a computer programmer because I took dbl ICT and maths for A levels. Not doing them yet though, still in year 11.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-02-04T18:03:12Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20601</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20601" />
    <title>Comment from Changing Gears on 2007-12-01</title>
    <author>
      <name>Changing Gears</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Hi Leo - enjoyed reading the page.  I have a BS in marketing and 18 years of career experience in sales.  I really want to shift gears and get into programming as a profession, but does that mean I need to get a 2nd degree in computer science to earn well?  I've always had a burning desire to program since I had my Atari 800 and started playing with Basic, but defaulted into a sales career.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-12-01T15:12:03Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20600</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20600" />
    <title>Comment from tuatimi michael on 2007-11-21</title>
    <author>
      <name>tuatimi michael</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>how can i make good business in software development.thank u</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-11-21T10:38:42Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20599</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20599" />
    <title>Comment from Leo A. Notenboom on 2007-11-14</title>
    <author>
      <name>Leo A. Notenboom</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>-----BEGIN PGP SIGNED MESSAGE-----<br />
Hash: SHA1</p>

<p>This article actually includes comments on that:<br />
<a href="http://ask-leo.com/how_hard_is_it_to_learn_programming.html"><a href="http://ask-leo.com/how_hard_is_it_to_learn_programming.html">http://ask-leo.com/how_hard_is_it_to_learn_programming.html</a></a></p>

<p>Thanks,</p>

<p>Leo</p>

<p><br />
-----BEGIN PGP SIGNATURE-----<br />
Version: GnuPG v1.4.7 (MingW32)</p>

<p>iD8DBQFHO4GaCMEe9B/8oqERAi9nAJwK7421XU9DdsxUUC1mhOBLG6Cz9ACfULHM<br />
pJJ2i8KEy1fHPdlpXJ8VYh4=<br />
=Z1yF<br />
-----END PGP SIGNATURE-----</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-11-14T23:15:13Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20598</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20598" />
    <title>Comment from Vincent on 2007-11-14</title>
    <author>
      <name>Vincent</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Hi Leo, Am 16 and I want to know how to program, I hav read the Article and it has realy inspired me more to take up computer programing, but am not sure which language to start with right now because the languages I have access to are in the house are C++,C,VB, C.NET,VB.NET, Java sixth edition and ADO.NET. So am kinda not sure which one 2 start with?</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-11-14T15:58:10Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20597</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20597" />
    <title>Comment from Leo A. Notenboom on 2007-09-28</title>
    <author>
      <name>Leo A. Notenboom</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>-----BEGIN PGP SIGNED MESSAGE-----<br />
Hash: SHA1</p>

<p>Technically, no, but practically yes.</p>

<p>You can learn to program on your own without math and science, but many<br />
employers will require degrees that require science and math courses.</p>

<p>And in all honesty, science and math help ... a lot.</p>

<p>Leo</p>

<p></p>

<p>-----BEGIN PGP SIGNATURE-----<br />
Version: GnuPG v1.4.7 (MingW32)</p>

<p>iD8DBQFG/VwECMEe9B/8oqERAmBgAKCKc9j2QeT8UwyaBKz66yIBkIcm1gCfabmX<br />
VR9b1s+RTI8R8y8Ub+fvUdY=<br />
=VqAp<br />
-----END PGP SIGNATURE-----</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-09-28T19:54:44Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20596</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20596" />
    <title>Comment from dark programmer on 2007-09-27</title>
    <author>
      <name>dark programmer</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Hello, guys!</p>

<p>I want to ask some questions...<br />
Do I need to take a course in science or mathematics in order to write computer programs?</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-09-27T07:06:09Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20595</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20595" />
    <title>Comment from Kennerz on 2007-09-25</title>
    <author>
      <name>Kennerz</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I've been learning how to program since I was 15 and I'm still 15, but a website that really helped me grasp the basics of programming was called www.w3schools.com. It helps you to learn a whole range of programming languages. I'd recommend starting with HTML (Hyper-text mark-up language) since this is an extremely easy one to learn. Happy programming :).</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-09-25T17:55:56Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20594</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20594" />
    <title>Comment from khen carl soronio on 2007-07-07</title>
    <author>
      <name>khen carl soronio</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>hi to all, wew! almost 1 year since i made the post. Okey no extra jokes to the new one's please join and more reading  time in this website <a href="http://www.programmersheaven.com/"><a href="http://www.programmersheaven.com/">http://www.programmersheaven.com/</a></a> or www.java2s.com...i hope it can help to the new one's =)</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-07-07T16:31:10Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20593</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20593" />
    <title>Comment from Jay on 2006-12-30</title>
    <author>
      <name>Jay</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Just a suggestion, but it worked for me. Play games that involve scripting/programming. The more fun you make it, the more likely you'll be to remember what you've learned.  <br />
You could start with WoW - learn how to create mods.<br />
What I enjoy most, though, are MUD's ( multi-user dungeons). What these are, basically, are text-based games, most of which are RPG's, played through a client.  IRE has made a few games in which combat requires scripting.  Being able to script in your client's chosen language ( I use Lua ) gives you a big advantage over those of the player-base who haven't learned to script. I got into this about three years ago, and I'm still learning. While it's the most fun I have gaming, it's also sparked my interest in learning to program. What's best is I find myself grasping programming much more easily because of what I've learned while MUD'ing.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2006</a>.</p>
    </content>
    <published>2006-12-31T05:13:26Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20592</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20592" />
    <title>Comment from Leo Notenboom on 2006-11-08</title>
    <author>
      <name>Leo Notenboom</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>It's definitely an obstacle, depending on where you plan to get hired. But nothing makes up for experience - so start programming. Learn to program and program well - on your own if you have to. As stated in the article use any excuse to program. Instead of a track record based on education, build a track record based on accomplishments. *IF* you have the ability to do that, you'll be fine.</p>

<p>The hesitation is that the GPA *usually*, though not always, is a result of a poor work ethic. If that's the case, it's something you'll still have to overcome.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2006</a>.</p>
    </content>
    <published>2006-11-08T23:06:54Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20591</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20591" />
    <title>Comment from syah on 2006-11-08</title>
    <author>
      <name>syah</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>hi leo. i really wanna become a programmer.. the problem is i,m already screw my degree... at most, i only can get 2.3 something for my cgpa. maybe its too late for me.. but reallyy, i like to become proggrammer. now i start to learn java.. yheah from basic.. iam really screw wtih my degree.. is it still hope for me?</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2006</a>.</p>
    </content>
    <published>2006-11-08T22:26:22Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20590</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20590" />
    <title>Comment from simi king on 2006-06-25</title>
    <author>
      <name>simi king</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>There are a number of articles about "becoming a computer programmer" at <a href="http://leadership.findingsdirect.com/"><a href="http://leadership.findingsdirect.com/">http://leadership.findingsdirect.com/</a></a> or at <a href="http://leadership.findingsdirect.com/2006/06/20/become-a-computer-programmer/"><a href="http://leadership.findingsdirect.com/2006/06/20/become-a-computer-programmer/">http://leadership.findingsdirect.com/2006/06/20/become-a-computer-programmer/</a></a></p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2006</a>.</p>
    </content>
    <published>2006-06-26T01:57:17Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20589</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20589" />
    <title>Comment from Holly Johnson on 2006-04-09</title>
    <author>
      <name>Holly Johnson</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>You're so right, man. Today I regret that I wasted a couple of years on VB .NET and C#. It's just too limited. On the other hand, it makes learning C++ much easier.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2006</a>.</p>
    </content>
    <published>2006-04-09T21:24:43Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20588</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20588" />
    <title>Comment from Gaspard on 2005-12-03</title>
    <author>
      <name>Gaspard</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I have started programming at the age of 10. I have started learning Basic and Visual Basic. But now, for beginners, I really recommend Game Maker (downloadable on gamemaker.nl) with is an easy to use programming software (15€ only for full version, exist in freeware version, with less features) which allows two ways of programming: 1.Programming with "blocks" that you drag'n'drop 2.Programming with scripts. The programmation is objet-oriented (search google for more info on what it means). It comes with an excellent help file and there is serveral tutorial and examples that can be found on gamemaker.nl</p>

<p><br />
--> A program by Mark Overmars, which I admire.</p>

<p>Gaspard van KO, the PROgrammor</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2005</a>.</p>
    </content>
    <published>2005-12-03T13:37:40Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2005://3.2473-comment:20587</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2005://3.2473" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html#c20587" />
    <title>Comment from Taras on 2005-11-28</title>
    <author>
      <name>Taras</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Despite the comment about 'it doesn't matter which language' -- speaking as a long-term Basic programmer, I would seriously advise you NOT to start by learning Basic (any variant - including Visual Basic) if you want to do games programming. The only exception I guess would be something like BlitzBasic, which is specifically designed for games programming.</p>

<p>Start with C and you can't go wrong.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_become_a_computer_programmer.html">How do I become a computer programmer?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2005</a>.</p>
    </content>
    <published>2005-11-28T18:38:15Z</published>
  </entry>

</feed>
