Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm not a fan of these learn how to program in X amount of days books. Some even boast, learn how to program in 24 hours. This is a joke and an insult to me as a software engineer who went through a rigorous discipline in computer science and mathematics.

So a question to the community, have you benefited from these become a programmer quick books?

share|improve this question
9  
I'm still working on it. I'll let you know at retirement if I ever got it right :) – Doug T. Jan 13 '09 at 22:59
25  
I assume that by "rigorous discipline in computer science and mathematics" you mean some time in school, and I find it offensive that you seem to imply that without that one could never be a good developer, I have learned several languages (programing and otherwise) on my own without any schooling – UnkwnTech Jan 13 '09 at 23:10
12  
and I find that I write better code and understand the concepts better then many of the people I work with. I have taught myself everything I know about programing by making mistakes and I probably did it in less time then you spent in school. – UnkwnTech Jan 13 '09 at 23:11
3  
@Unkwntech: It sounds like you have learned some rigorous discipline! It's a point well taken that a motivated person can do that without going to school. – Bill Karwin Jan 13 '09 at 23:17
3  
didn't mean to offend anyone with this question - but I do believe an engineering or computer science degree will help with reasoning and learn beyond simple syntax. understanding computer architecture, design patterns etc would result in higher quality software, no? – Sheehan Alam Jan 14 '09 at 15:14
show 6 more comments

closed as not constructive by Brad Larson Jul 14 '12 at 16:29

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

45 Answers

1 2
up vote 68 down vote accepted

No, it's impossible to learn how to program in 24 hours or 21 days.

See "Teach Yourself Programming in Ten Years," an article by Peter Norvig (Director of Research at Google, Inc.).

If you already have good fundamental skills at programming, and you just need a tutorial-style book to guide you through learning a new API, then these kinds of books may be helpful.

Even then, the level of expertise will be shallow. It will take many months (at least) to become really proficient. But the quick-introduction books are useful to give you a taste of the range of functionality in a language or API.

share|improve this answer
1  
I'm marking this one as a favorite just because it's such a funny question!!! ha ha! – leeand00 Feb 7 '09 at 19:17
21  
I know I'm an idiot here, but I think one can learn how to program, in 21 days. But learning and mastering is a totally different thing. – Hao Wooi Lim May 7 '09 at 10:14
show 2 more comments

Yes, I've benefited quite a bit. I get paid a lot of money to clean up the mess left behind after someone reads one of these books and then touches someone's system :)

More seriously, these books are often a crash-course in a specific technology or language for experienced developers. On that front, they can and have been helpful to me in the past, though it's hit and miss.

share|improve this answer

For my first job, I learned VB 3.0 in 3 days.

I got a call on Friday afternoon for an interview on Tuesday morning. I never even saw VB before. I learned C in school, and was making the leap to C++ on my own time. So I ran out, got a copy of VB from a friend, and one of those 900 page programmer bibles.

I came home, installed the software, and started reading. I read most of the book by Monday morning, and started trying to write a demo app as a sample project.

It took a lot of drive (that I wish I still had), and I was by no means an expert, but I was able to be productive in one weekend.

Anyway, I got the job and was quickly working in VB 3.0!

... single worst thing I ever did to my career! ;-)

share|improve this answer
8  
Feels like you already knew how to program, but learnd a new flavour in 3 days :). – superwiren Jan 16 '09 at 11:18
show 5 more comments

These are my favorite books. The smaller amount of time, the more to the point they are. That's what I like about them. I know what to expect based on the number they give me.

It's obvious to me that I'm not actually going to learn to program with it that fast. In fact, I usually use it more for reference than anything.

PS: I'm a software engineer that went through a rigorous discipline in science and mathematics as well, although I'm not offended by these titles.

share|improve this answer

These books are just enough for

  1. Jumpstart "learning" a language or technology not master it.
  2. You already know something similar and you just want to know how things are some place else.
  3. Very few even act as a quick reference guide.

They do manage to give you a false impression that now you know it all :)

share|improve this answer
show 3 more comments

No, and it's number 5 on my list of How to choose computer books:

  1. choose an O'Reilly book, where possible
  2. avoid books more than 2 cm thick
  3. avoid books with lots of padding
  4. choose a book that focuses on a single topic
  5. avoid books written by idiots for idiots.
share|improve this answer
1  
"2. avoid books more than 2 cm thick" WTF, almost all books in my programming library are thicker than that! The most important thing when choosing a programmer book, is reading a few pages in it. You'll get a feel for the writing style and technical merit. – bart Jan 14 '09 at 9:52
3  
I have found Apress to be generally good too. – Barry-Jon Oct 2 '09 at 23:45
show 5 more comments

Actually whistle I did benefit from one. I went through college to get a B.A. in Comp. science. You aren't going to be a master of language x after reading one of these books, but then again even if you RTFM on the language you still won't be a master (you really have to program in the language a lot to master it). I think 24 hours is pushing it a bit (although the book must be pretty condensed in order to merit a 24 hour title). But 7/14/21 days is not that unreasonable. Basically for the most part, to pick up a new language you need to learn the syntax of doing basic programming tasks in that new language. The concepts (iteration, conditionals, variables, etc) are the same, it is just a matter of learning how to do it in the new language. 7/14/21 days are plenty of time to pick many of these concepts up, at least at a basic level assuming you put enough time for it. I don't think Learn X in 21 days involves spending just 10 minutes each day. But an hour a day may be enough.

I doubt you'll go from not knowing what the DOS prompt is to programming at an intermediate level in 24 hours. But going from C# to Java in 24 hours (at least the basic syntax) is not impossible. You won't be a Java master. But you could probably write a web service in Java to read from your ODBC database. And basically with more practice you will get better.

I had a job interview for a company once that wanted MS Visual C++. I told them I did not know it, although they suggested I read about it. I found the text for some Learn Visual C++ in xx days (I forget) and as the economy sucked at the time and job offers weren't exactly abundant I thumbed through the book and did some of the exercises in 2 or 3 days (the book included some good MFC examples). When the interview came they gave me a Visual C++ test and were rather surprised I did as good as I did. I got about a C on it. Considering I admitted that I did not know Visual C++ (and the test was not multiple choice) I did pretty good (especially considering I was not taking looking at VC++ seriously either). Now I don't remember anything from that book (because I didn't use the language that much), but at the time it did stuff a fair amount of concepts in my head. It gave me the ability to read VC++ code and to at least follow what it was doing. It also a good base to go researching more to actually write programs. I would recommend the book just as any other (if I could remember which book it is).

As has been mentioned, as the shorter the time period the more concise the book. At the same time they seem to be geared more towards intro types, so they are an easier read (than say Bjarne on C++). They also tend to focus more on the most common uses for things rather than giving you every possible syntax up front.

In 24 hours you probably are not going to learn anything, particularly how to program if you have never seen how to do it before. But the books often have the most important concepts of technology x in them. Ignoring the 24 hour, 7 days, 21 days, etc. and focusing on content, a lot of them pack you with the fundamentals and get you going with some problems which is a valuable approach. I mean if you read all of Bjarne on C++, you probably aren't going to retain that much. Many of the Learn X in 24 hours books are full of practical examples to get you moving.

share|improve this answer

Teach Yourself HTML in 21 Days seems plausible.

share|improve this answer
2  
Although the acronym stands for Hypertext Transfer Markup Language, HTML is not necessarily a programming language – Ates Goral Jan 24 '09 at 4:46
show 4 more comments

I learned python in less than 2 days and Java in less than a week!
And that even without any books!

That being said, it was after approx 9 years of experience in C++ and C#. In both languages I reached only a very shallow level, such that any code review by someone more familiar with these would rise some obvious mistakes.

share|improve this answer
2  
You can go from C# to Java in 10 minutes. – Callum Rogers Dec 10 '09 at 23:47
show 1 more comment

http://www.codinghorror.com/blog/archives/000322.html

From Article:

In 1992, OS/2 came out and I felt I could get a competitive advantage by pre-loading OS/2 onto the computers I sold. I became quite familiar with OS/2. In early 1993, I thought there would be demand for an OS/2 video game. The only problem was that I didn't know how to program. So I bought a book called "Teach yourself C in 21 days" and a book called "OS/2 Presentation Manager Programming". With those two books I programmed Galactic Civilizations. Anyone who ever played the game and also knows programming can verify that only the techniques in OS/2 PM programming are in that game. What that meant is that all the "graphics" were merely iconic windows, not real images because OS/2 PM programming didn't include chapters on how to do graphics programming and I couldn't afford any more books.

share|improve this answer
show 1 more comment

It's just a way of organizing their book into 21 or 24 chapters. I've read a few of these and they don't actually recommend that you read one chapter a day inside the book, and some chapters are impossible to read in less than an hour and some can easily be read in half an hour or less.

share|improve this answer

The "Teach Yourself Perl in 21 Days" book that was available in the mid-1990s was fantastic. It got me up to speed very quickly, and was the text I recommended to other beginning Perl developers for a long time.

I don't know if the current ones are any good -- but the 1995 edition was great.

share|improve this answer

Of course, you cannot learn to program in 21 days. However, under certain conditions, you can learn the basics of a language in 21 days, no problem.

However, once you know 2 or 3 programming languages, the 21 days books are a good way to learn the 90% of a new language that you will need most often. I can say this from experience.

Once you know 8 or more languages, especially those of the same general kind, you don't need such a gentle introduction.

share|improve this answer

I've programmed for 8 years now and I still don't consider myself an expert.

That said, the books are actually quite useful for getting some of the base concepts down. Those who believe they can actually get a good job just after reading one book will quickly be disabused of that notion.

share|improve this answer

It depends; define "learned." Do you have programming "learned" when you can write a hello world program? When you know X percent of the syntax? When you can write some sort of application?

Obviously the title is just BS.

share|improve this answer

HTML in a weekend worked for me way back... I first learned VB4 out of a learn it in 21 days. But i was 10 years old and it took about a year. It taught the mechanics, but it was the playing around on the side where i actually learned some good practices. It was also in a few programming classes I learned some more essential tools. I don't think the books by themselves do it, but i think they are a great way to introduce the topic.

share|improve this answer

Lmao, I've been learning to program for the last decade and will continue to learn as long as I'm employed as a programmer. :)

Seriously though I actually prefer those sort of books rather than a monolithic 800 page forest killer because they tend to give you enough info to quickly get started which is great when that technology is new to you. I've found when I've bought the enormous techical books in the past when beginning learning it's just resulted in putting me off the subject.

share|improve this answer

Absolutely, I love these books.

I'm fluent in several programming languages, but occasionally a project comes along where I need to use a language I haven't used before. I feel I can pick up a 24-hours, or 21-days book, thumb through the first 6 chapters at full speed, then put the book in my lap and start coding the language immediately.

I've done this with at least ASP, PHP, Perl, Python, ASP.NET and VBScript. (My background is as a C, C++, C# developer)

Note the important pre-reqs. I'm already a pretty good programmer in multiple languages, and that level of proficiency has developed over roughly 20 years. These books certainly don't make me an expert, but they definitely help jump-start the learning process and help me teach myself some basics very quickly.

Even after I've come up to speed, the 21-days books are still really good references. Because they're written for beginners, you can find answers to most questions very easily.

In the right context, these books are great.

share|improve this answer

I learned C++ with "Teach yourself C++ in 24 hours". Although, I grant you, it was closer to two years. Prior to that, all I had done was QBASIC 1. So, well, I have a certain soft spot for those type of books.

share|improve this answer

Many years ago I got the "Teach Yourself C in 21 Days" book and I stuck to the prescribed schedule. After 21 days I was able to write a decent C program, decent enough for my purposes anyway. It gave me a good foundation and enough confidence to continue learning the language.

share|improve this answer

To be honest, it depends. I learnt mostly by myself how to program by reading from several resources and consulting help systems (back in the old days folks apparently had time and money to document their stuff).

Regarding my programming skills… well, I can summarize how I learnt most of my stuff with the following XKCD strip.

11th Grade Activities - Usefulness to career success - Classes, homework and one weekend messing with Perl

Lately it's been increasingly difficult for me to find some time in the weekends "messing" around with new programming languages, frameworks and whatever is the hottest thing out there.

I'd be really careful about programmers who boast about how quickly they can learn a language. If they haven't learnt the required skill yet then it's best to avoid them. Programming (at least to me) is more than just writing code, it's also about designing the code. The latter can't be taught with just a book, it needs to be discussed with peers.

share|improve this answer

I like these types of books. I like to play with new languages and these books are a great way to get a quick introduction. Actually sometimes the best parts are the little asides inserted by the author as humor or commentary. Even for languages that I already know pretty well, seeing how it is taught from the author's point of view can lead to additional insight.

share|improve this answer

These books can certainly help you learn the basics of a language in 21 days, but learning how to be a good programmer takes a lot longer.

share|improve this answer

What the heck is wrong with you people? The number of days people are saying they learned to program in is ridiculously long. A day is a very long time to study any of these topics.

For instance, I plowed through about a full shelf of my local Barnes and Noble computer section in a single day, and I took my time. I was able to work through most of the problems, email the authors from my laptop, and many were very helpful in their replies. I also kept a sheet of paper and compiled helpful corrections which I uploaded to their sites. I don't understand what you guys are doing with your days to get so little done. Get with it, slow pokes. On the other hand, it must be the case of the tortoise and the hare, because it IS fairly impressive what you all seem to get done in a year. I mean, my calculations show that some of you get 4.1496 more done every year.

Patrick

PS - I should mention I live on the planet Mercury. Things get kinda frantic around midterm because I have less than two days a year to work with. By the way, I should point out my friend Hemmhoraglar gets about 4.1396 more out of a day than I do, but then again he lives on Venus. He makes you guys look like lichen. Even if you consider you have 1.6245 more to your year with which to fruitlessly while away your time.

share|improve this answer

I started "programming" 14 years ago, and I often feel like I am just beginning. (This is especially true while browsing StackOverflow. This is a very humbling place.)

That being said, a couple hours reading Dive Into Python, I was able to slap together working software. I didn't learn "programming" that quickly, but I did learn the basics of Python, and a few trademark tricks it has.

share|improve this answer

i find these kind of books very useful for two different reasons.

  1. they show the syntax of the language pretty clearly and succinctly and also help to make you aware of some of the more useful features of the language.

  2. they give you some insight into the programming style (both in terms of coding and documentation) of other professionals.

obviously no book can ever compete with a rigorous degree program and/or years of experience. but thats not the point.

share|improve this answer

For me, those are "syntax books". I program c# mostly, but if my job has a Java requirement I can use one of these books to get the gist.

share|improve this answer

I read a .NET book like that. I found it to be quite useless.

However, I do think applied programming can be learned very quickly with the right tutor. For example, if you are teaching someone how to query a database for a report they need to generate or if they are writing a web application for an exact purpose.

It's too difficult to retain data from books like this unless it is directly applied.

share|improve this answer

I think Peter Norvig's essay "Teach Yourself Programming in Ten Years" does a pretty good job of addressing the ridiculousness of such books.

Of course, if all you're looking for is what a for loop looks like in language X, they'd probably do.

share|improve this answer

10+ years and I haven't learnt yet ;-) If I want the base concepts then I will read the nutshell.

share|improve this answer
1 2

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