Thread: too old to learn programming?!

  1. #1
    Registered User
    Join Date
    Mar 2009
    Posts
    1

    too old to learn programming?!

    I am teaching myself C and Python through e-books and paper books. I am 32ys old and wondering if employers could care less about when I started and wondering how can I get experience to offer to employers. I am a proficient user of Mac and Linux OS and can do typical admin stuff for myself.

    I know I need to do this, its too much fun and hope to make some money freelancing as well.

    I would love to read some opinions and tips...

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    A lot of employers wont even consider you unless you have a degree AND experience - which makes it pretty dang hard to get your first programming job!

    Freelancing is a good start to prove yourself with experience, but it'll require a lot of work to be ready. I wouldn't say your age is an obstacle - especially if you already understand how to use Linux, etc...

    My advice is to practice. I learn a lot through books as well - but until I started making little programs to try stuff out myself, it really hurt my learning. Just pick little projects and work through it, and it'll help you target your learning best.

  3. #3
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    I didn't get my first 'programmer' job until I was in my 30's, although I had a lot of experience programming in 'non-programmer' jobs, e.g. I worked as an electrician and a controls engineer for many years, both positions involved programming PLC's and other manufacturing equipment, often in C/C++. Granted, I've been programmign as a hobby since I was 9 and I can discuss the specific details of just about every intel processor made, which went a long way to assuaging any concerns.

  4. #4
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    A similar question was just asked: http://cboard.cprogramming.com/showthread.php?t=112003

    Short answer, no it's not too late. If you are good at it and you work hard you will likely find and enjoy work as a programmer.

  5. #5
    Resu Deretsiger Nightowl's Avatar
    Join Date
    Nov 2008
    Location
    /dev/null
    Posts
    186
    "When the will to learn exists, then learning exists."

    Forgotten where that quote is from . . . but you get the point.

    No, it is *never* too late to learn something. Granted, as you get older, most people get more set in their ways and have a little bit of a harder time bending your mind around something new. However, if you're willing to learn, then it's never too late.
    Do as I say, not as I do . . .

    Experimentation is the essence of programming. Just remember to make a backup first.

    "I'm a firm believer that <SomeGod> gave us two ears and one mouth for a reason - we are supposed to listen, twice as much as we talk." - LEAF

    Questions posted by these guidelines are more likely to be answered.

    Debian GNU/Linux user, with the awesome window manager, the git version control system, and the cmake buildsystem generator.

  6. #6
    Registered User
    Join Date
    Mar 2009
    Posts
    399
    The question is not if it's possible to learn programming at such an age (which of course it is), but rather how employers will look at a relatively old person with little to no professional programming experience.

    I would say the best route is to get involved in open source projects, possibly creating your own project, so you have a portfolio of code to show to potential employers.

  7. #7
    Math wizard
    Join Date
    Dec 2006
    Location
    USA
    Posts
    582
    Even if you were 120 years old, that's not too old. There's still centenarians that still learn job skills or new techniques for their existing job.
    High elevation is the best elevation. The higher, the better the view!
    My computer: XP Pro SP3, 3.4 GHz i7-2600K CPU (OC'd to 4 GHz), 4 GB DDR3 RAM, X-Fi Platinum sound, GeForce 460, 1920x1440 resolution, 1250 GB HDD space, Visual C++ 2008 Express

  8. #8
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,613
    Quote Originally Posted by ulillillia View Post
    There's still centenarians that still learn job skills or new techniques for their existing job.
    I'm quite surprised you've met any centenarians who aren't retired.

  9. #9
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by whiteflags View Post
    I'm quite surprised you've met any centenarians who aren't retired.
    Somebody that old and presumably wise, should be spending their time educating the rest of us how not to suck as human beings, not toiling away for their final years.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  10. #10
    Math wizard
    Join Date
    Dec 2006
    Location
    USA
    Posts
    582
    Quote Originally Posted by whiteflags View Post
    I'm quite surprised you've met any centenarians who aren't retired.
    I've heard about some on CNN. They are rare, but they do exist. I think the one I heard was 104.
    High elevation is the best elevation. The higher, the better the view!
    My computer: XP Pro SP3, 3.4 GHz i7-2600K CPU (OC'd to 4 GHz), 4 GB DDR3 RAM, X-Fi Platinum sound, GeForce 460, 1920x1440 resolution, 1250 GB HDD space, Visual C++ 2008 Express

  11. #11
    Registered User
    Join Date
    Mar 2009
    Posts
    399
    I had to google "centenarian". I thought it was a race from Star Trek first.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What do I learn now?
    By Lorgon Jortle in forum C++ Programming
    Replies: 14
    Last Post: 03-14-2009, 06:44 PM
  2. Looking to learn C++
    By Fuzzy91 in forum C++ Programming
    Replies: 40
    Last Post: 04-13-2006, 02:38 AM
  3. You have to learn C in order to learn C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 07-16-2004, 10:33 AM
  4. Novice trying to learn C++
    By dead in forum C++ Programming
    Replies: 10
    Last Post: 12-01-2003, 09:25 PM
  5. Trying to learn guitar
    By Ben_Robotics in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 07-10-2003, 03:15 AM