TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

It's not too late to learn how to code

132 pointsby tylerneylonover 13 years ago

21 comments

achompasover 13 years ago
I saw my first Unix prompt two years ago, nested inside of this editor called "Emacs." In my 23 years I had only programmed conditionals in Excel, and now I was responsible for using this system to maintain some of the most important econometric models in the world.<p>Fast forward to present day, where I'm writing linear classifiers in a Lisp dialect I had never seen before this weekend. I've previously built scrapers in Python, a website with Django, side projects with a bunch of technologies (R, JS, SQL, Redis, MongoDB, etc. etc.). I enjoyed working on all of these enough to start a graduate program in CS.<p>People start writing, running, painting, and working on other awesome trades at all ages. Coding shouldn't be any different. Click on pg's link to Codecademy, go check out MIT's introductory CS courses on OpenCourseware, and don't worry about how old you are!
edw519over 13 years ago
I always chuckle when anyone says, "It's not too late to..."<p>It's never too late to do <i>anything</i>.<p>And it's never too late to get good at almost anything, especially programming.<p>My story:<p><pre><code> Age 21 - graduated college Age 23 - graduated graduate school Age 24 - got my first job programming Age 24 - touched my first computer (that's right) Age 27 - touched my first personal computer Age 30 - purchased and set up my first personal computer Age 31 - wrote my first framework Age 32 - did my first start-up Age 36 - did my second start-up Age 46 - build my first web page Age 50? - wrote my millionth line of code Age never - got as good as I wanted to be Age always - loved it! </code></pre> A few other thoughts about OP:<p><i>It’s easy to think that it’s too late, because look at those people who spent four years in college learning to code!</i><p>Don't look at anyone else. That's your problem. Just look at the problem at hand and your approach and solution. It's just you and your computer, mano-a-mano. Pretty primitive. That's when you stop worrying about the negatives and just go ahead and build something. And that's when you know nothing else really matters.<p><i>It is difficult!</i><p>Not really. Difficulty is relative. Start out by copying a "Hello World" program and getting it to run. Then add one new capability and get that to run. Then another. Then another. Always saving your last good version so that you can go back and start each step over, just in case you really fudge things up. Hey, you're programming! It wasn't that hard, was it?<p><i>I used to think I was cursed, because every time I tried to setup something new (new development environment, tool, library, etc), something would always go wrong.</i><p>There's a difference between systems administration (which all of this is) and programming. I hate the former (which I view as a necessary evil and takes 1% of my time) and love the latter (takes the other 99%).<p><i>Do you like it? ...do you feel a rush of excitement?</i><p>Yes! Nothing else I've ever done gives quite the same feeling as experiencing something I've built working for the first time ever. Happy dance!
评论 #3120642 未加载
评论 #3122092 未加载
Cushmanover 13 years ago
Not to argue with the sentiment -- you can and should always learn new things -- but I wonder... How true is it?<p>In linguistics, the conventional wisdom is that native-language acquisition is fundamentally different from non-. Anyone besides a small child will quite likely <i>never</i> develop native fluency in a new language, no matter how long they speak it.<p>I often feel that way about programming-- I started learning C at an incredibly young age, and while I sure wasn't very <i>good</i> at it, I do think it patterned my brain somehow.<p>I get the sense when I work with other developers, people who learned to code in their teens or twenties, that there's something different going on. They're fluent in the language, they probably know more about it than I do, but they're <i>thinking</i> differently. I'm certainly not a genius or a savant, I've never taken a programming class in my life that taught me something, and I don't brag about my code, but I often experience a near-effortless acquisition of new languages, styles, even paradigms that other, talented devs seem to struggle with. I'm sure there must be many other people out there who share this experience.<p>So this is just speculation, but is it possible there's some underlying aspect of code-<i>thinking</i> which, sadly, it <i>is</i> too late to learn?
评论 #3120805 未加载
评论 #3120854 未加载
mattdeboardover 13 years ago
I didn't start really learning to program in earnest until I was 31. I got my first internship the month before I turned 32, and was hired as a full-time programmer 6 weeks ago making nearly double what I had been making in PR (not to mention actually enjoying my work).<p>It is indeed never, ever too late to program.
评论 #3120668 未加载
pgover 13 years ago
<a href="http://codecademy.com" rel="nofollow">http://codecademy.com</a>
评论 #3119743 未加载
Hyenaover 13 years ago
People need to a good place to start and a map of how to continue. These are almost never provided together.
评论 #3119446 未加载
pxstockover 13 years ago
That first line ("Coding is sort of like a superpower; with it you can create things that millions of people see.") exactly nails it for me. That's what made me switch about fifteen years ago: I was a geographer (of all things :) with a Master's degree and I was working for a research company. And then I met the internet and instantly knew that I wanted to be building stuff there. So at the tender age of thirty I did my first little scripts. Today I like to think am a pretty seasoned web developer with lots of projects under my belt. I could never ever beat the hardcore coders at the company I work for (I'll always be the allrounder) but I have not regretted learning code for one day. To be able to make something out of almost nothing and publish it all by yourself is simply wonderful.
helen842000over 13 years ago
I have always struggled with coding even though my University major was CS.<p>I feel like I'm missing so many basics, like a major 'a-ha' moment. I've done the codecademy &#38; codeschool tuts, the MIT and Stanford online courseware and built a few bits and pieces.<p>When I build things I just sort of hack it together from whatever resources I have available. I've got no idea of how to build robust systems from scratch.<p>I still don't feel even remotely capable. I think spending time with established (and patient) coders would be really useful.<p>Even just videos of folks explaining what working environment they have set up for themselves, some good practices and how they leave projects ready to work on again would explain so much.<p>I want to balance the enjoyment to frustration ratio out a bit more! :)
5hoomover 13 years ago
Programming can seem really daunting.<p>It feels like the bits in portal where you find a crack in the shiny polished walls &#38; go exploring in the grungy maintenance areas outside. There isn't anyone guiding your hand anymore (for good or ill).<p>If your program doesn't work (or you can't even install the programming language to begin with) you are often left with arcane, generalised instructions or nothing at all. There's no button you can click that will fix buggy program logic &#38; sort out your unique mess of dependancies.<p>You need to be able to thrive outside the comfy embrace of the user ecosystem, &#38; it can be scary out there ;)
djlocheover 13 years ago
I think what bogs down many non-coding people is getting stuck on a problem for perhaps tens of hours before figuring out a solution does not appear to be worth it in today's age of instant gratification (especially if you're in a time limited situation, where you only have 2-4 hours of "free" time each day.
kingsidharthover 13 years ago
That does make sense but doesn't solve the problem. Why don't they learn to code is not that it will take them long to learn. But what boggles them down is the fact that it will take them long before they can reach where they anticipate to.<p>If only one could <i>sell</i> them the joy of coding.<p>Of course they are forgetting that it's fun right from step 1. (Read: The Joy of Building)<p>Learning to code is like learning to write. You can do without it but learning it opens a new world for you. Time to write "Ruby / C / XYZ for babies".
dhughesover 13 years ago
It depends on the situation.<p>At 32 I took CS101 at a local university, never had the money to go before so my first time in Uni, first formal programming training and felt like I was 1,000 years older than my classmates.<p>I had to drop out do to work problems (laid off), money problems and just the level of stress from the social part of it. Each day I was soaked when I left class I was so nervous just being in that environment I felt like I had just run marathon.<p>Probably at least twice per week I was in the professor's office getting help. Years later I learned most people in class just copied samples off the Web, some assignments I handed in practically blank after being up until 4am trying to figure it out then have to go to work at 7am.<p>My mark was 60% for the first part of semester that I completed.<p>I haven't touched Java since then but I did like it maybe a different environment would have been better.
JoeAltmaierover 13 years ago
All very encouraging, good comments, but I disagree.<p>Its easy to 'code', harder to design, debug, structure, deconstruct, architect.<p>So sure, code away, make that webpage or service. But you know who's creating the ecosystem you're 'coding' in? Somebody that started as a kid, dedicated their life to computers and software, lives and breathes multiprocess automata or whatever.<p>So everybody is right, sure, and there's lots of money to be made in coding so don't be afraid to jump right in. But like athletics or physics or whatever, either be a savant or study all your life, but don't fool yourself.
评论 #3122330 未加载
bfeover 13 years ago
Two outstanding books that will help anyone get started regardless of whether they have any coding background are Learn Python the Hard Way by Zed Shaw, and Land of Lisp by Conrad Barski.
评论 #3119677 未加载
julsonlover 13 years ago
I've always admired people who started late in life and went on to succeed more than child prodigies. I guess this is a biased opinion as I never truly fell in love with programming until my last year in college. Now I'm trying to make up for time lost (slacked my way to a diploma) by having a study and coding regimen outside of work, taking online and offline classes. I'm also testing the theory that a skill can be learned and mastered with enough discipline and correct feedback by taking up piano (never touched an instrument before in my life) and art. Hmmmm... sounds like a good idea for a blog...
namzoover 13 years ago
I've been a front-end developer for many years now and lately I've been considering learning a programming language. I learned html/css first and focused more on learning design softwares to improve my designs.<p>But the problem now is when I have an idea for an app, I can't develop it since I don't know any back-end language. I have developers I work with but they don't have the time to develop my little ideas. My JS is also weak. I'm 23, I don't think I'm too old to learn but it would have been easier a few years ago.<p>I think the problem for most people (including me) is constantly thinking of how long it would take to reach mastery.
keys1234over 13 years ago
I first started learning programming with java/android 2 years ago. It took full 1 yr (3 hrs per day, since i also had a full time job) for me to understand the IDE, Object model and of course the android framework.<p>After the initial brush up with a language your coding potential will be increased exponentially. I build a iOS app, XNA game within next 1 year, and Currently in the process of creating a web application on rails.
rokhayakebeover 13 years ago
Great post. I started at 28. Wrote my first DB driven site at 29. Now 30. With 9 out of 10 ideas that come to my head, my first question is no longer "Who will build it for me?", but "How long will it take me to do it". The last idea is something I just know I won't be able to code.
orionlogicover 13 years ago
I think most of the anxiety comes from expecting the results very fast. In this fast pace lifestyle, reaching a goal, like learning a programming language is not a craftsmanship challenge but a huge motivational and focusing challenge.
mekarpelesover 13 years ago
Code hero is pretty amazing (primerlabs.com). Alex has managed to leverage Unity to create a 3d game to teach programming.
评论 #3122751 未加载
HeyItsDiogenesover 13 years ago
As good as it is to learn to code, much as is the case with any situation where you'd normally hire a professional (doctor, lawyer, accountant) don't kid yourself that you know everything once you can sling some code.<p>A good example would be how terrible the code the Google Founders wrote. Their initial engineering hires had to rewrite everything from scratch.<p>And the Google Founders <i>did</i> have a background that would lend well to coding.
评论 #3121251 未加载