Are you a self taught programmer or did you take a programming course? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T09:05:57Z http://stackoverflow.com/feeds/question/348098 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course 11 Are you a self taught programmer or did you take a programming course? workinprogress 2008-12-07T21:23:55Z 2009-10-11T12:10:57Z <p>Lots of developers I know were self taught programmers including me. </p> <p>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> <p>P.S. Books count as self taught.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348103#348103 1 Answer by James Van Boxtel for Are you a self taught programmer or did you take a programming course? James Van Boxtel 2008-12-07T21:27:39Z 2008-12-07T21:27:39Z <p>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.</p> <p>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.</p> <p>I think it is important to do side projects and teach yourself even if you are getting formal education.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348105#348105 3 Answer by Guge for Are you a self taught programmer or did you take a programming course? Guge 2008-12-07T21:27:53Z 2008-12-07T21:27:53Z <p>self taught</p> <p>I started by reading the user manual for the VIC 20 before even getting the machine.</p> <p>Later on I worked nights programming while going to school (from age 14 to 18).</p> <p>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.</p> <p>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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348110#348110 0 Answer by torb for Are you a self taught programmer or did you take a programming course? torb 2008-12-07T21:31:29Z 2008-12-07T21:31:29Z <p>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.</p> <p>I have programmed mostly in Java and Python, but I have started looking in to C++</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348113#348113 3 Answer by shahkalpesh for Are you a self taught programmer or did you take a programming course? shahkalpesh 2008-12-07T21:33:05Z 2008-12-07T21:33:05Z <p>I think it is combination of many things.</p> <p>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.</p> <p>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.</p> <p>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.</p> <p>User group meets/Newsgroup are best way to learn. These days screencasts/podcasts have changed the scene.</p> <p>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.</p> <p>I find that there is a big gap in vision of problem (from user and developer point of view)</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348116#348116 17 Answer by DOK for Are you a self taught programmer or did you take a programming course? DOK 2008-12-07T21:34:03Z 2008-12-07T21:39:10Z <p>I'm self-taught. Learned programming at the kitchen table on my laptop at night after work.</p> <p>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. </p> <p>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. </p> <p>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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348123#348123 0 Answer by Joel Coehoorn for Are you a self taught programmer or did you take a programming course? Joel Coehoorn 2008-12-07T21:38:35Z 2008-12-07T21:38:35Z <p>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.</p> <p>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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348149#348149 0 Answer by Nazgob for Are you a self taught programmer or did you take a programming course? Nazgob 2008-12-07T21:46:24Z 2008-12-07T21:46:24Z <p>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...</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348154#348154 0 Answer by Jon DellOro for Are you a self taught programmer or did you take a programming course? Jon DellOro 2008-12-07T21:48:12Z 2008-12-07T21:48:12Z <p>I was self taught for a lot of programming, starting as a kid at home.</p> <p>However, the topics I learnt from my CS degree rapidly took me to areas of study that I had never been.</p> <p>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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348160#348160 1 Answer by luapyad for Are you a self taught programmer or did you take a programming course? luapyad 2008-12-07T21:51:44Z 2008-12-07T21:51:44Z <p>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.</p> <p>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.</p> <p>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.....</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348166#348166 1 Answer by Stanislav Kniazev for Are you a self taught programmer or did you take a programming course? Stanislav Kniazev 2008-12-07T21:56:30Z 2008-12-07T22:37:01Z <p>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.</p> <p>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.</p> <p>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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348168#348168 0 Answer by alex for Are you a self taught programmer or did you take a programming course? alex 2008-12-07T21:57:16Z 2008-12-07T21:57:16Z <p>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 &amp; Flex.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348169#348169 0 Answer by mh for Are you a self taught programmer or did you take a programming course? mh 2008-12-07T21:57:28Z 2008-12-07T21:57:28Z <p>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.</p> <p> 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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348174#348174 1 Answer by SDX2000 for Are you a self taught programmer or did you take a programming course? SDX2000 2008-12-07T21:58:38Z 2008-12-07T21:58:38Z <p>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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348200#348200 0 Answer by daduffer for Are you a self taught programmer or did you take a programming course? daduffer 2008-12-07T22:17:56Z 2008-12-07T22:17:56Z <p>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. </p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348206#348206 0 Answer by Dmitri Nesteruk for Are you a self taught programmer or did you take a programming course? Dmitri Nesteruk 2008-12-07T22:18:59Z 2008-12-07T22:18:59Z <p>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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348209#348209 0 Answer by tvanfosson for Are you a self taught programmer or did you take a programming course? tvanfosson 2008-12-07T22:20:23Z 2008-12-07T22:20:23Z <p>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.</p> <p><strong>EDIT</strong>: I forgot Ruby. That's my latest language pick up.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348217#348217 64 Answer by Willie Wheeler for Are you a self taught programmer or did you take a programming course? Willie Wheeler 2008-12-07T22:23:06Z 2008-12-07T22:23:06Z <p>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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348229#348229 0 Answer by Bob Cross for Are you a self taught programmer or did you take a programming course? Bob Cross 2008-12-07T22:29:11Z 2008-12-07T22:29:11Z <p>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:</p> <ol> <li>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.</li> <li>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 <a href="http://www.codinghorror.com/blog/archives/001187.html" rel="nofollow">here for an example of the other alternative and how it can go badly wrong</a>).</li> </ol> <p>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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348247#348247 10 Answer by Brian for Are you a self taught programmer or did you take a programming course? Brian 2008-12-07T22:42:55Z 2008-12-07T22:42:55Z <p>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.</p> <p>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&amp;CS2 classes.)</p> <p>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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348325#348325 0 Answer by John_ for Are you a self taught programmer or did you take a programming course? John_ 2008-12-07T23:34:38Z 2008-12-07T23:34:38Z <p>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.</p> <p>I have had no education at all but the odd course does help settle things in my mind.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348330#348330 0 Answer by Windows programmer for Are you a self taught programmer or did you take a programming course? Windows programmer 2008-12-07T23:37:31Z 2008-12-07T23:37:31Z <p>Fortunately this question asks "or" instead of "xor".</p> <p>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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348335#348335 0 Answer by Bryan for Are you a self taught programmer or did you take a programming course? Bryan 2008-12-07T23:41:28Z 2008-12-07T23:41:28Z <p>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.</p> <p>Now I'd consider myself mostly self-taught in the languages I use day to day. Those languages being primarily JavaScript and ActionScript 3.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348353#348353 0 Answer by Nick Presta for Are you a self taught programmer or did you take a programming course? Nick Presta 2008-12-07T23:52:59Z 2008-12-07T23:52:59Z <p>Both.</p> <p>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.</p> <p>I learn from a variety of sources, including but not limited to, books, other people's software, and friends/coworkers.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348365#348365 0 Answer by joseph.ferris for Are you a self taught programmer or did you take a programming course? joseph.ferris 2008-12-07T23:58:43Z 2008-12-07T23:58:43Z <p>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.</p> <p>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.</p> <p>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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348366#348366 0 Answer by dylanfm for Are you a self taught programmer or did you take a programming course? dylanfm 2008-12-07T23:59:38Z 2008-12-07T23:59:38Z <p>I'm self taught by books, experience, friends, the web, conferences, meetups, screencasts and the list goes on.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348422#348422 0 Answer by Robert Rossney for Are you a self taught programmer or did you take a programming course? Robert Rossney 2008-12-08T00:37:52Z 2008-12-08T00:37:52Z <p>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.</p> <p>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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348498#348498 0 Answer by JB King for Are you a self taught programmer or did you take a programming course? JB King 2008-12-08T01:54:11Z 2008-12-08T01:54:11Z <p>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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348519#348519 0 Answer by Mike Dunlavey for Are you a self taught programmer or did you take a programming course? Mike Dunlavey 2008-12-08T02:09:25Z 2008-12-08T02:09:25Z <p>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.</p> <p>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.</p> <p>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.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348523#348523 0 Answer by JoelFan for Are you a self taught programmer or did you take a programming course? JoelFan 2008-12-08T02:11:13Z 2008-12-08T02:11:13Z <p>I got a programming degree but some of the best programmers I worked with never took any courses.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/348550#348550 0 Answer by Norman Ramsey for Are you a self taught programmer or did you take a programming course? Norman Ramsey 2008-12-08T02:36:27Z 2008-12-08T02:36:27Z <p>In high school I took courses in APL and in PL/I at the local collage. Then in college I took one programming course which covered Pascal and assembly language. But I learned far more in the library than in any programming course.</p> <p>The first book that really opened my eyes was Composite/Structured Design by Myers (and maybe Yourdon too; I can't remember). The IBM Pascal/VS manual was a model of clarity as was the 360 Principles of Operation. Kernighan and Ritchie was also an eye-opener, as were Jon Bentley's Programming Pearls. Finally, although it is a book that only the compulsively mathematical can stand, everything I know about programming with loops and arrays I learned from David Gries's book the Science of Programming.</p> <p>I also learned a lot from Tony Hoare's Essays in Computing Science, but that is more of a mix of CS and programming than pure programming.</p> <p>Finally, I learned by spending hundreds of hours writing dozens of programs in my spare time. I still do as much as I can today, because one of the drawbacks of being relatively senior in my current job is that I don't get to spend enough time programming.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/399599#399599 0 Answer by Dennis Cheung for Are you a self taught programmer or did you take a programming course? Dennis Cheung 2008-12-30T05:53:33Z 2008-12-30T05:53:33Z <p>Self taught. I study almost everything by myself.</p> <p>My highschool taught me Pascal, but I self taught myself from the book before the class. I've tried to take few courses but I feel that it is very in-effective.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/399604#399604 0 Answer by bwknight877 for Are you a self taught programmer or did you take a programming course? bwknight877 2008-12-30T05:57:23Z 2008-12-30T05:57:23Z <p>I too am a self taught programmer, I started in 6th grade learning from a friend on his Commodore 64, then QBASIC, then on to Borland Turbo C++ in the early 90's.</p> <p>I didnt actually take any computer programming classes until my junior year in high school, but by that time the material was so basic that I didnnt really learn anything.</p> <p>Since then I majored in computer science, but most of my programming knowledge is self taught.</p> <p>I am even using StackOverflow as a learning tool this week, picking up bit and pieces of new stuff all the time off of this site.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/399610#399610 0 Answer by WindPower for Are you a self taught programmer or did you take a programming course? WindPower 2008-12-30T06:01:21Z 2008-12-30T06:01:21Z <p>Self taught. No real other option here, since I'm undergrad.<br/>There's not any computer-related course at my high school. During the only "on-the-computer" lessons at school, I learned to minimize, resize, and maximize windows on my desktop. Whee.<br/> Technology moves so quickly that standard education can't keep up with it, which is why self-teaching capabilities are required in this field.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/679341#679341 0 Answer by Java Guy for Are you a self taught programmer or did you take a programming course? Java Guy 2009-03-24T21:33:20Z 2009-03-24T21:33:20Z <p>Self taught. I learned lots of computed related stuffs in my school.. But all my programing skills are self taught..</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/679377#679377 0 Answer by ldigas for Are you a self taught programmer or did you take a programming course? ldigas 2009-03-24T21:43:15Z 2009-03-24T21:43:15Z <p>Well, I figure majority will be self taught. Since, even if you do take up a course or whatever, it's not gonna do much good if you don't "explain it to yourself". Therefore, books, lookin on forums, asking questions, ... are absolutely necessary to self-teaching.</p> <p>Therefore, there can't really be an a) or b) answer to this question. After all, courses are just the same as someone reading books for you, asking questions on forums for you etc. etc.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/679411#679411 0 Answer by Lomilar for Are you a self taught programmer or did you take a programming course? Lomilar 2009-03-24T21:51:16Z 2009-03-24T21:51:16Z <p>I started coding when I was 11. Made a picture viewer in VB3. Over the next six years, I developed a decent amount of intuition about how to code, which helped quite a bit in debugging, but there was a severe gap in my knowledge. Part of that was starting with a high level language, and part of that was just not getting any formal knowledge about how to program.</p> <p>At 17, I entered college and began my formal education in coding. While I already knew the mentality of coding, the formal education took all my knowledge about coding, organized it into a way where I could become an expert in coding, and filled in all the missing knowledge. I didn't have to learn what a list was, but I did have to learn the different forms of data structures, the lingo, and how the decisions you make impact your code.</p> <p>At 24, I do not regret having gone to college to learn something I 'technically' already knew. The title helps for interviews, but more importantly, regimented learning is the difference between a programming enthusiast and an engineer.</p> <p>Cheers.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/679417#679417 0 Answer by Brian Campbell for Are you a self taught programmer or did you take a programming course? Brian Campbell 2009-03-24T21:54:48Z 2009-03-24T22:00:54Z <p>Both. I started out when my dad helped me get started writing a choose-your-own-adventure game in Scheme. It was very simple at first, but then I started to learn a little more about Scheme using the <a href="http://people.csail.mit.edu/jaffer/r4rs%5Ftoc.html" rel="nofollow">R4RS</a> reference in MacGambit, and then reading the <a href="http://mitpress.mit.edu/sicp/" rel="nofollow">Structure and Interpretation of Computer Programs</a>.</p> <p>From there I started reading several more books, and taught myself a few more languages like Pascal, C, and Java. I finally started taking some computer science classes in high school, though I ended up learning more from the textbook than the teacher in those classes (in my C++ class, I believe my teacher actually had to ask me a few questions occasionally).</p> <p>When I got to college, I actually did start to learn a bit about programming that I didn't already know, and more about computer science, algorithms, and so on. I would say in terms of programming alone, I have been self-taught about 90% of what I know. For computer science in general, I'm about 50% self-taught.</p> <p>There are also plenty of things I've learned on the job, from other programmers. I was hired for an internship that involved object-oriented Perl accessing a database, when I'd only ever written some simple Perl scripts before. I spent a couple of days before the job started reading up on SQL, and learned a good deal about writing object-oriented Perl code from the lead developer (most of which I have thankfully forgotten now, other than <code>perl -w</code> and <code>use Strict</code></p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/679441#679441 1 Answer by David Thornley for Are you a self taught programmer or did you take a programming course? David Thornley 2009-03-24T22:03:57Z 2009-03-24T22:03:57Z <p>When I was a kid, and we had to fight the T. Rexes to get to the TTY-33 ASRs, computers were really expensive, so you had to have an in somewhere. Typically, that meant taking a class, either in a school or as part of corporate training. I was a senior in a university before I realized I was born for software, and had access to write my own programs. With a keypunch machine, of course.</p> <p>Kids nowadays have the option to learn by themselves. They also have lowercase letters, and storage options other than rolls of paper tape.</p> <p>I like watching the world get better.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/802323#802323 0 Answer by tharkun for Are you a self taught programmer or did you take a programming course? tharkun 2009-04-29T13:14:52Z 2009-04-29T13:14:52Z <p>When I was 11 my father bought me an old IBM XT from a friend of mine. It was quite a strange feat for my father being a total tech dummy. My friend somehow managed to convince my father that it was a good thing to do. I learned BASIC. Then I forgot. Became a teacher. Always got along well with computers. Someone needed a website and asked me, if I could do it. I said no, but I will. Learned HTML, later asp, then aspx. Forgot everything, finished a bachelor in psychology. Someone asked me to fix a website which was in PHP. I finished my masters degree in Work Psychology. Now I'm a full time web developer and it pays my living. Strange :)</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/802344#802344 0 Answer by Stefano Borini for Are you a self taught programmer or did you take a programming course? Stefano Borini 2009-04-29T13:21:19Z 2009-04-29T13:21:19Z <p>Self taught since I was 4 years old. From BASIC to ASM6502, then to Fortran, C, C++, php, python, SQL etc. all by myself. Never attended a programming course in my life (well, don't think I'm proud of this...)</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/802360#802360 0 Answer by Chad Grant for Are you a self taught programmer or did you take a programming course? Chad Grant 2009-04-29T13:28:07Z 2009-04-29T13:28:07Z <p>Toilet Taught aka "Daddy's Reading!". 200-500$ on books a month. Now I do that maybe twice a year.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/802418#802418 0 Answer by Carl Manaster for Are you a self taught programmer or did you take a programming course? Carl Manaster 2009-04-29T13:41:13Z 2009-04-29T13:41:13Z <p>Mostly self-taught. A couple of programming courses in college (Mining Engineering): Basic, Fortran, and a lame attempt at Cobol. Then playing with Pascal on weekends, then bringing some of the results to work, then serious programming at work in Object Pascal. On to 4D (a proprietary DBMS / language), then C++, then VB, now Java. Along the way, reading (mailing lists &amp; books).</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/802445#802445 1 Answer by Zombies for Are you a self taught programmer or did you take a programming course? Zombies 2009-04-29T13:49:35Z 2009-04-29T13:49:35Z <p>Every programmer is self taught, either from home or in the class room. Teachers don't <em>learn</em> it for you, you have to sit there and learn, and it has the further drawback of being at someone else pace, flow and schedule.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/802497#802497 0 Answer by BtD for Are you a self taught programmer or did you take a programming course? BtD 2009-04-29T14:01:52Z 2009-04-29T14:01:52Z <p>In the beginning I was a self taught programmer with C64 basic, later with an Amiga500 and some basic C.</p> <p>After that working as a programmer I have learned C++ this happens with a mentor and code reading sessions. After the need to search a new job it becomes awful. I have worked for 8 years as a progrmmer, had no degree and ... nobody want to hire me. So I started to get a CS degree. During this time I learned basically the concepts and history behind the concepts. For me it was very usefull to see how it works. After that I'm again a self taught programmer and it becomes easier to learn new languages because I can recognize the concepts behind the languages. It is also necessary to read about und learn new technologies to be on a good level as programmer.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/802719#802719 1 Answer by Jeff Leonard for Are you a self taught programmer or did you take a programming course? Jeff Leonard 2009-04-29T14:51:43Z 2009-04-29T14:51:43Z <p>First, I was self-taught (C-64, basic and 6502 assembly). Then I took side jobs being a sysop and programming (high school and college). Then I took college courses (major physics, minor math and CS). Then I graduated and got a job working for experienced and talented programmers and got mentoring and underwent an apprenticeship of sorts. </p> <p>I can't underestimate what I learned in school and through self-study, but the most valuable thing was getting to work with very talented software people and learning the craft from them.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/872212#872212 0 Answer by Aamir for Are you a self taught programmer or did you take a programming course? Aamir 2009-05-16T11:13:28Z 2009-05-16T11:13:28Z <p>My starting point was learning BASIC in secondary classes at my school. This was my motivation for programming and by the end of 9th grade, I was expert enough in BASIC to code a Periodic Table of Elements. Then I self-taught HTML, Javascript, ASP and Visual Basic. Then during my EE degree, I took one course on C. Rest, I am all self taught (in chronological order: Assembly, Verilog, VHDL, Matlab, Linux Shell scripting, Tcl, Python, PHP, C++, SystemC, and still a long way to go......!!)</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/872284#872284 2 Answer by Yassir for Are you a self taught programmer or did you take a programming course? Yassir 2009-05-16T11:58:37Z 2009-05-16T11:58:37Z <p>i ve started two years ago i was in high school i learned C# (still learning) and now i m a first year CS student :) and believe me self teaching is way better </p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/872439#872439 1 Answer by the_drow for Are you a self taught programmer or did you take a programming course? the_drow 2009-05-16T13:29:05Z 2009-05-16T13:29:05Z <p>I got my first computer when I was 4 or 5.<br /> I started playing with DOS and batch scripts.<br /> I was kind of a script kiddy hehe.<br /> When I was 11 I picked up a C++ book and learned everything on my own.<br /> Meanwhile I learned HTML and CSS and Javascript, some ASP and PHP and programmed small websites as practice.<br /> I thought C++ is lame since it's "only for DOS" and went for VB 6.<br /> Came back to C++ at the age of 15 and never looked back.<br /> I always learn new things. I read blogs, books, I'm on IRC and here.<br /> I've always been a self learner.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/872453#872453 0 Answer by TheSoftwareJedi for Are you a self taught programmer or did you take a programming course? TheSoftwareJedi 2009-05-16T13:37:12Z 2009-05-16T13:37:12Z <p>I was self taught. started when I was 8 on a PC Jr in GW-BASIC. I tried the college thing - it didn't work for me, or the school.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/872459#872459 0 Answer by User for Are you a self taught programmer or did you take a programming course? User 2009-05-16T13:43:46Z 2009-05-16T13:43:46Z <p>I took classes in two universities in two different countries. The first one gave me basics about hardware, software development methodologies, algorithms and programming techniques, but all real knowledge, experience and "insight" came from practicing and talking to all those smart guys online (like you).</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/872630#872630 0 Answer by Imaskar for Are you a self taught programmer or did you take a programming course? Imaskar 2009-05-16T15:25:01Z 2009-05-16T15:25:01Z <p>I've studied programming in school, at 5th class (actually 4th, because of some sudy-standard changes we jumped 4th class) on BASIC, then from 10th (9th) to 11th (10th) we studied Pascal. but that long study was cycling. alvays repeating the same. my classmates was absolutely poor at programming and teacher repeated the same things from year to year. at high classes I've readed VB book and coded few things, but I wasn't too serious.</p> <p>The university, despite I'm on programming faculty, doesn't giving me much either. Courses are chaotic and very little tied. Most of [how university teachers called in English if they are not professors?] rely on previous courses, but that courses are not like they think and we always have blank spaces. And I completely disagree with our study program. It lacks lots of usefull things and full of backward-compartibility things that are not useful. </p> <p>At 2nd course(I'm on 3rd now) I went to 5th course lectures/prctices to know Java. As to mention, university courses arent teaching in full meaning, they just organize you, making you read books/it-resources and gives some practice.</p> <p>For me programming courses are overviews of opportunities and books/it-resources for detailed study.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/872639#872639 0 Answer by rpetrich for Are you a self taught programmer or did you take a programming course? rpetrich 2009-05-16T15:31:14Z 2009-05-16T15:31:14Z <p>I'm fully self taught, but I think my musical education as a child helped quite a bit.</p> <p>I don't know of any a decent programmers that aren't at least partially self-taught (the same can be applied to a number of other professions/crafts as well)</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/872640#872640 0 Answer by etechpartner for Are you a self taught programmer or did you take a programming course? etechpartner 2009-05-16T15:31:54Z 2009-05-16T15:31:54Z <p>Self Taught. Started w DBIIIPLus in 1991....</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/1479685#1479685 1 Answer by Champion for Are you a self taught programmer or did you take a programming course? Champion 2009-09-25T21:30:20Z 2009-09-25T21:30:20Z <p>I know a lot of companies wont hire a developer without a computer science degree from an excellent university. Especially true if they need a developer who knows math very well. Most self-taught programmers will never learn this on their own. In fact, computer science is based on mathematics, and is centuries old (way before C#). Of course if you just want a job working on simple business software, that usually only requires highschool level math.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/1479760#1479760 0 Answer by Paul Nathan for Are you a self taught programmer or did you take a programming course? Paul Nathan 2009-09-25T21:57:49Z 2009-09-25T21:57:49Z <p>I taught myself as a teenager, then went to University and got the BSCS.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/1550481#1550481 0 Answer by gsmd for Are you a self taught programmer or did you take a programming course? gsmd 2009-10-11T11:27:54Z 2009-10-11T11:27:54Z <p><code>self.__taught__</code> (BTW, some Python nuances are driving me crazy).</p> <p>Started with <strong>Thinking in Java 4</strong> which was sooo much over my head for the first couple of months. Literally spent a week trying to figure out how to write 2 Dog classes with methods that would make them bark. Once you get started and develop a required mindset, things get much easier.</p> <p>Anyways, I think a person can master any profession she chooses given that she likes it and is willing to learn on a daily basis. By mastering I don't mean being a superstar but a decent, thinking professional.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/1550513#1550513 0 Answer by The_AlienCoder for Are you a self taught programmer or did you take a programming course? The_AlienCoder 2009-10-11T11:47:39Z 2009-10-11T11:47:39Z <p>I'm totally self-taught. Never took a programming course, just tonnes of e-books, example codes and forums like these.Ive found that i fair better in finding quick, creative &amp; efficient programming solutions than my 'schooled' colleagues</p> <p>However once in a while learn some 'textbook' approaches from my 'schooled' collegues. For example, for a long time i was using Hiddenfields all over my aspnet pages until i was shown the viewsate approach.</p> <p>..so really no party is really advantaged over the other...We are all the same - People who just love to program.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course/1550558#1550558 0 Answer by juraj.blahunka for Are you a self taught programmer or did you take a programming course? juraj.blahunka 2009-10-11T12:10:57Z 2009-10-11T12:10:57Z <p>Both..</p> <p>It's all about the person's dedication.</p>