vote up 11 vote down star
5

Lots of developers I know were self taught programmers including me.

I was wondering how much of the developer community learned programming by taking a course in school or by experimenting, asking questions on forums, reading online articles, and just making it up as you go along? Post whether you were self taught or took classes, what language you program in, and anything else that may be interesting.

P.S. Books count as self taught.

flag
show 9 more comments

58 Answers

prev 1 2
vote up 0 vote down

I learned programming by doing projects that were suggested in courses, but they were not programming courses. The only programming course I ever took I hated.

Computer Science, on the other hand, I did learn in courses: Automata Theory, Information Theory, Discrete Mathematics, Digital Logic, Formal Semantics, Model Theory. I've found those things to be of value.

I also taught programming courses at Boston College, and I didn't want the students to hate them as I did, so I would get them into projects as quickly as possible.

link|flag
vote up 0 vote down

I'd say that I'm a hybrid. While I did start out on a Commodore 64 and programming that on my own, except for a Computer Camp that reinforced some concepts, this was improved upon by taking Computer Science classes that both formalized and expanded the tools I used for handling programs. Some of what I've learned has come from courses, e.g. various algorithm generating heuristics like a greedy algorithm or divide and conquer approaches, some has also come from books and things I dug into on my own, e.g. design patterns.

link|flag
vote up 0 vote down

I'm entirely self-taught. I was already earning a meager living as a programmer by the time I went to college, and in college I majored in history For several years I spent half my time doing programming and systems integration and half my time as a journalist.

I've only seriously studied within my field in the last 8 years or so (I've been a developer for 35). There was a lot I didn't know, and there's still a lot I don't. I'll probably go to my grave without ever writing a compiler. But when I need to know something, I learn it very quickly; there are a lot of little subfields in which I've gone from complete ignorance to solid expertise in a couple of weeks. Though that certainly didn't happen with the .NET framework, and it's not happening with WPF either.

link|flag
vote up 0 vote down

I'm self taught by books, experience, friends, the web, conferences, meetups, screencasts and the list goes on.

link|flag
vote up 0 vote down

I am both. It started off as a hobby while I was in grade school and I had never even really though about it for a career until I was in college. In fact, I changed majors from Civil Engineering to Computer Science (whatever that really means) when I determined that the CE route wasn't what I wanted to do.

Ultimately, I left school when the market got really hot and started gaining experience instead of sitting in a classroom. For me, that worked well. I know people that hasn't worked for well and others that it has. A lot of it depends on your motivation and aptitude. In my opinion the current coursework in most CS programs are obsolete by the time you have a chance to apply them.

I much prefer specialized training courses for things relevant to what I am doing. Ultimately, though, the key is that you should be able to learn on your own. Once you are coding in the real world, it is a skill that you will need to stay current and competitive. Looking back, I would say that most of the things that I apply on a regular basis are things from experience and not from a textbook.

link|flag
vote up 0 vote down

Both.

I am self-taught but I'm also going to school getting a Computer Science degree. Throughout my years in school, I am still teaching myself new things in addition to the things I am learning from school.

I learn from a variety of sources, including but not limited to, books, other people's software, and friends/coworkers.

link|flag
vote up 0 vote down

This is a little difficult to answer, but I'd been working with computers from a pretty young age writing/modifying bat files and using the DOS command line long before I ever though of myself as a programmer. That transition didn't happen until I took college courses and began actually writing applications. That learning was all in Java though and it's been what seems like years since I've written any.

Now I'd consider myself mostly self-taught in the languages I use day to day. Those languages being primarily JavaScript and ActionScript 3.

link|flag
vote up 0 vote down

Fortunately this question asks "or" instead of "xor".

Next I'll answer another question: Am I a self-taught programmer (by experiments) AND did I take a programming course AND did I learn from books AND did I learn some things from other students AND did I learn some things from coworkers? Yes.

link|flag
vote up 0 vote down

I'm from the generation of developers that has learned programming through the internet by using articles, forums, the odd book and advice from friends.

I have had no education at all but the odd course does help settle things in my mind.

link|flag
vote up 10 vote down

I started as a self-taught programmer, and I was awful. I learned C and C++ in high school from books, and worked with a friend to build some big apps (tens of thousands of lines) that actually worked. But I had no concept of modularization/abstraction to manage complexity, and so everything I wrote was awful spaghetti. (And since it was C I had to do the "learning pointers the hard way", indeed learning most stuff "the hard way".) So I gained useful experience about the mechanics of programming, but had zero big-picture skills.

Then I went to college and took a couple undergrad courses in CS, and it all just clicked. Break up code into reusable functions - of course! Group related data into reusable structures - of course! Choose fundamental data structures that provide the right running time complexity - of course! In just a few months I think I went from being an awful programmer to a pretty good one. (I went on to get a Ph.D. in computer science and have used a great many programming languages along the way, and so there were more incremental improvements as a result of all that classwork and practice, but the "big step" for me came from the intro CS1&CS2 classes.)

There is still quite a fair bit you don't learn from classes that you must learn from experience, but I found "formal training" to be an invaluable step in my personal development.

link|flag
vote up 0 vote down

I was self-taught at the beginning (1977, BASIC and a TRS-80). Since then, I've continued to self-teach in combination with many years of schooling (getting all the degrees you can get in the process) and work experience. In the process, I've decided a couple of things:

  1. Some aspects of programming and software engineering you can only understand after you've had to use them for pay (or the equivalent). For example, it's hard to take a new language seriously until there's a forcing factor keeping your nose to the grindstone.
  2. Some aspects of more advanced computer science are very hard to understand outside of a classroom. It's true that the quality of a teacher / professor can be a hit or miss proposition but having the pool of fellow students on hand makes relatively obscure concepts like NP Completeness a little easier to grasp (see here for an example of the other alternative and how it can go badly wrong).

Said another way, having taught data structures in the past, it's relatively easy to pick up what a hash table is and some of its important traits but it can be a little harder to puzzle out when it might go wrong and how to fix it.

link|flag
vote up 64 vote down

Both. I think for most of us it goes like this. We were self-taught when we were kids. Then we took college courses or even a whole degree program (or two or three!) over it. Then we were self-taught again. Ultimately in this industry you have to be able to learn on your own or you won't keep up with all the changes.

link|flag
3  
Amen, bro, about having to study on your own constantly, long after you've finished school. – DOK Dec 10 '08 at 23:43
vote up 0 vote down

BS/MS in Computer Science with emphasis in Software Engineering, stopped just short of PhD -- technically I'm still working on it, but it's not going to happen. Starting programming in high school using Fortran and variants of Basic. Mostly program in C#/.Net with client-side Javascript. A lot of Perl/C/Fortran/scripting in my background. I've done some programming in Snobol, Lisp, PL/1, Pascal, C++, Java, a little 6502 assembler and other's I've undoubtedly forgotten. Done some realtime and parallel programming using threads and MPI.

EDIT: I forgot Ruby. That's my latest language pick up.

link|flag
vote up 0 vote down

Self-taught, started at about 14. Found programming education at school/college/university to be, ahh, pathetic, i.e. completely useless to my future career. Never had any guidance from anyone, and never will - IT is not the most social domain, you know.

link|flag
vote up 0 vote down

Self taught, then college, then books, vendors, and on-line tutorials, blogs, and forums. Started on my own by reading and re-reading a book by Adam Osborn about microprocessors. Then learned to program a varitey of simple games and business applications on an Apple II computer. After a couple years of this went to college and learned business principles along with the following computer languages: Cobol, Fortran, RPGII, Pascal, IBM Assembly, and 8086 Assembly languages. After school learned C/C++, SQL, and Smalltalk through books and Vendor related classes. Then learned Java, HTML, JavaScript, C#/.net, and ASP.NET on my own using books, on-line forums and on-line tutorials.

link|flag
vote up 1 vote down

Self taught programmer by all definitions of the phrase. Though I have a bachelors degree in electronics engineering, I am equally fascinated by information technology (CS). I started when I was about 10 yrs or so and books have been my primary source of information/knowledge but I have lost count of the number of programming books I have read till date (more than a few hundred). Though all my studies have been ad hoc they span a large area of interest from compiler construction to operating systems, networking etc. And frankly I have never felt that I am lagging people with formal degrees in CS in any way.

link|flag
vote up 0 vote down

I see myself as a self taught programmer, although I started to study computer science after I had been working as a programmer for a living for nearly two years because I wanted to know more exactly what I was doing.

Actually my biggest disappointment in that area were "software engineering" courses because they just used methods and tools that mostly added more additional complexity to the development process than they were able to avoid.

link|flag
vote up 0 vote down

Self taught AS3 developer, so at the moment fully focused on RIA development. I still want to get more experience with freelance work (besides my non-related day-job), but eventually move to a full-time programming job. At the moment I start to look into different stuff like Python, Java and C#. Later on I still plan to get some serious courses on CS, for now I am becoming Adobe Certified Expert in Flash & Flex.

link|flag
vote up 1 vote down

Self taught rather than learned from formal education. It's not completely "self" though as there were some guidance from more senior programmer friends of mine, but certainly not any kind of formal education.

The languages range depending on what I'm interested in at the moment. Delphi, C#, SQL are the main ones, but there were also machine codes for programmable calculator, Forth, Lisp, C, C++, JScript, VBA and such.

My problem is that I can only learn from practice. I don't absorb theoretic material until I have immediate need to use it. The same goes for my English - I credit the most of it to role-playing games and riddles I had to understand rather than to any education I had. My English is still far from perfect, but I hope it serves the purpose of explaining what I mean.

link|flag
vote up 1 vote down

Self taught using ZX BASIC/assembly on a ZX spectrum. Got it for the games but quickly became very interested in what was happening underneath. No internet/forums so just had to make it up as I went along.

Then did a university degree which required us to do programming but did not really teach it (apart from some simple Fortran 77). Was good for me as I was really interested in programming anyway. Then used Fortran/C++ in the real world just by continued learning on the job.

Have continued self teaching ever since (e.g reading stackoverflow) but I don't get to do as much programming as I would like these days.....

link|flag
vote up 0 vote down

I was self taught for a lot of programming, starting as a kid at home.

However, the topics I learnt from my CS degree rapidly took me to areas of study that I had never been.

I think that formal education in CS is useful, but then again, if a person has enough discipline, nowadays, with the net, there's a vast amount of training guides to be an awesome formal and pragmatic programmer.

link|flag
vote up 0 vote down

I'm half-self taught :) I started my studies as an electrical engineering degree but then I had to chose a major and I decided that applied CS is the way to go. However more then half of my time at the university was hardcore electrical stuff like electrical machines, power engineering etc. It was hard but any technical topic is good for practising problem solving skills. Most of programming stuff I had to learn myself, except of C++ and Unix skills. Because of that, some cool areas like advanced algorithms are still to be discovered by me...

link|flag
vote up 0 vote down

Most of use took 10-20 programming courses. It's not something you can learn and be good at after just one semester- programming is a larger field than that.

That doesn't mean you can't be self-taught: a lot of people pick it up over time. Just that you're unlikely to pick up one book and be ready to start a full-time programming job after you finish it.

link|flag
show 1 more comment
vote up 17 vote down

I'm self-taught. Learned programming at the kitchen table on my laptop at night after work.

I started out at work doing some really complex things in Excel. That lead to VBA. I had so much fun with that; it was way more fun than my real job. I was able to use programming to solve a real business problem.

That was in the late 1990's, when pretty much anybody could get a job as a programmer because there was such a shortage, especially web developers. I didn't get into web development right away. Started with VB4. Got the Sam's book Learn Visual Basic in 20 Days and worked through it. Discovered that VB5 was already out, so I learned that. Just when VB6 came out, I picked that up and got Microsoft certification in it.

I had plenty of business experience, but no full-time programming experience. I managed to get a job as a junior newbie programmer with a software development firm. Gave up the big office, the salary and bonus, the suits. The really big deal was going from being an experienced professional to a n00b who was much older than my peers. But I ate it up. Ten years later, I've worked my way up to senior web developer, doing mostly C#. Still loving my work. I'm still studying at home all the time. Including right now, while everybody else is watching football.

link|flag
show 1 more comment
vote up 3 vote down

I think it is combination of many things.

Somewhere you are introduced to computers (and programming). And, if you like what you are doing at that time, will push you into learning it more. Some formal education, followed by self-exploration, reading, forums help.

I do not come from a background which had anything to do with computers. I attended a course and like what I was doing. I never thought of taking software as a profession till I was introduced to it.

I started programming in VB5, moved to VB6/VBA and presently working in .net (c#). Over the time, I have observed that there is less knowledge sharing among programmers, elite crowd bragging about their style of work but not helpful to get people adopt it.

User group meets/Newsgroup are best way to learn. These days screencasts/podcasts have changed the scene.

Reading/replying in newsgroups is valuable to understand things (SO is one more place for that). Learning different languages change the perspective. Knowledge of the business helps understand user's problem better.

I find that there is a big gap in vision of problem (from user and developer point of view)

link|flag
vote up 0 vote down

Most of the basis for my programming, I have picked up at school. Whenever I have learned something new at school, I find something to use it for, and experiment with it, thus expanding my knowledge. I love finding that I get stuck programming, because it means that I still have much to learn. I'm currently in my second year of a masters degree in CS.

I have programmed mostly in Java and Python, but I have started looking in to C++

link|flag
vote up 3 vote down

self taught

I started by reading the user manual for the VIC 20 before even getting the machine.

Later on I worked nights programming while going to school (from age 14 to 18).

After that I started working full time programming. I have received some one week courses paid by employers, and have also given courses in a Microsoft CTEC. I have also read many books over the years.

I started with BASIC but converted to C, then C++, some VB3-4-5-6, early Java, then C#. I have also touched other languages like Prolog, Pascal, Perl, PHP, JavaScript and so on.

link|flag
vote up 1 vote down

I started off teaching myself programming when I was a kid. Doing some pong like stuff with Visual Basic. Later on, I taught myself PHP and did a bunch of web games like sites.

After I was sure I really liked programming, I went to WSUV and got formal education, but it was much easier taking classes after being used to the concepts. Now I mostly program in Java and PHP but I do some c++ too.

I think it is important to do side projects and teach yourself even if you are getting formal education.

link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.