C Board  

Go Back   C Board > Community Boards > General Discussions

Reply
 
LinkBack Thread Tools Display Modes
Old 03-18-2009, 08:06 AM   #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...
mannclay is offline   Reply With Quote
Old 03-18-2009, 08:28 AM   #2
Super Moderator
 
Join Date: Sep 2001
Posts: 4,746
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.
sean is offline   Reply With Quote
Old 03-18-2009, 09:04 AM   #3
Malum in se
 
abachler's Avatar
 
Join Date: Apr 2007
Posts: 3,188
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.
__________________
Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off.
abachler is offline   Reply With Quote
Old 03-18-2009, 11:40 AM   #4
Registered User
 
Join Date: Jan 2005
Posts: 7,252
A similar question was just asked: Am I too late to learn programming?

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.
Daved is offline   Reply With Quote
Old 03-18-2009, 03:03 PM   #5
Resu Deretsiger
 
Nightowl's Avatar
 
Join Date: Nov 2008
Location: /dev/null
Posts: 185
"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.
Nightowl is offline   Reply With Quote
Old 03-23-2009, 05:26 AM   #6
Robot
 
Join Date: Mar 2009
Posts: 262
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.
Memloop is online now   Reply With Quote
Old 03-24-2009, 12:45 PM   #7
Math wizard
 
Join Date: Dec 2006
Location: Minot, ND, USA
Posts: 521
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.17 GHz C2D CPU, 4 GB DDRII800 RAM (3 GB effective), X-Fi Platinum sound, GeForce 7600 GT, 1920x1440 resolution, 250 GB HDD, Visual C++ 2008 Express
ulillillia is offline   Reply With Quote
Old 03-24-2009, 12:51 PM   #8
MENTAL DETECTOR
 
whiteflags's Avatar
 
Join Date: Apr 2006
Location: United States
Posts: 3,295
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.
__________________
<Niggawatts> Writing is both mechanical and organic
<Niggawatts> It's like a cyborg dragon.
<Niggawatts> Writing is like a cyborg dragon.
whiteflags is offline   Reply With Quote
Old 03-24-2009, 12:53 PM   #9
Senior software engineer
 
brewbuck's Avatar
 
Join Date: Mar 2007
Location: Portland, OR
Posts: 5,768
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.
__________________
"Congratulations on your purchase. To begin using your quantum computer, set the power switch to both off and on simultaneously." -- raftpeople@slashdot
brewbuck is offline   Reply With Quote
Old 03-24-2009, 01:00 PM   #10
Math wizard
 
Join Date: Dec 2006
Location: Minot, ND, USA
Posts: 521
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.17 GHz C2D CPU, 4 GB DDRII800 RAM (3 GB effective), X-Fi Platinum sound, GeForce 7600 GT, 1920x1440 resolution, 250 GB HDD, Visual C++ 2008 Express
ulillillia is offline   Reply With Quote
Old 03-24-2009, 01:30 PM   #11
Robot
 
Join Date: Mar 2009
Posts: 262
I had to google "centenarian". I thought it was a race from Star Trek first.
Memloop is online now   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

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


All times are GMT -6. The time now is 12:43 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22