vote up 20 vote down star
3

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?

flag
show 9 more comments

39 Answers

1 2 next
vote up 33 vote down check

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.

link|flag
2  
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 at 10:14
show 3 more comments
vote up -1 vote down

No!

These books are aimed at impatient people who want instant knowledge with no work. Much like instant weigh loss with no exercise.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

In my local library the shelves are full from this kind of books. I always feel they are so much out of place there. It's like they wouldn't belong into there. I've read couple of those books.

Like everything, not all of them can be bad. But I think the best computer literature writers ought have abandoned that way to name titles over 10 years ago.

Most or all of these books have some value for a newbie or a child who wants to learn programming. But compared to having a good teacher or a good book that tackles programming it's always going to be similar to drinking from the sewers. If you want to learn program then find a programmer community and buy books/read resources that are appreciated by the programmers themselves.

I haven't seen myself touching that shelf for 10 years with intention to read those books. I usually pick new languages through their own documentation. With old languages like smalltalk and prolog I can't always find such documentation, but I've needed more effort to learn them because of that. In cases like that I've just searched about those languages.

I think programming books themselves are an obsoleted resource, like writing and reading assembler input. They get outdated way too fast and they are slow when it comes to finding out what a certain function does.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

I will never forget the day I opened a "In 24 hours" book. One of the first pages said,

It is not possible to completely grasp and programming language in 24 hours

No more speed learning for me, thank you very much.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

I wouldn't hire them.

link|flag
vote up 3 vote down

Teach Yourself HTML in 21 Days seems plausible.

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

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.

link|flag
vote up 0 vote down

I remember reading a section from Eric Raymond's "The Art of Unix Programming" where he states that it took him about 3 days to get up to speed with the technologies (I think, it was python) needed to build "Fetchmail". So, these books might not be useless if you are completely familiar with a similar language and just want to get acquainted with the syntax.

P.S. Eric did have a good 10+ programming years experience with him. So, this reasoning might not be valid for the average Joe ;)

link|flag
vote up 0 vote down

In 1994, I struggled to make sense of some of the "Basic" books I had. This book, taught me C in leaps and bounds in short order. Teach Yourself Game Programming in 21 Days by Andre Lamothe.

It came with a 16bit Microsoft compiler on CDROM and a simple graphics library for DOS. If you look closely at my bookshelf of 100 or so books, this one is the most dog-eared, held together with duct tape.

link|flag
vote up 0 vote down

I'm in computer science since 1989, I wrote code and read books about writing code continuously since then, and I'm still not sure if I'm doing things like they should be done...

I'm still learning.

(And this is why a read Stackoverflow !)

:o)

By the way, if you have some time ahead, dont miss these real programming books : Code complete, Code Craft, The Pragmatic Programmer. And read them once in a while -- human memory is too volatile.

link|flag
vote up 10 vote down

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! ;-)

link|flag
show 5 more comments
vote up 1 vote down

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.

link|flag
vote up 2 vote down

The sad thing is that even 21 days seems like a lot to me.

21 days with no distractions and nothing to do but work through a comprehensive book from beginning to end? Being able to learn what I need to learn systematically and thoroughly rather than having to improvise and then run around fixing the bugs caused by this improvisation? That would be a great way to run things.

For all the lip service to innovation and improvement and working smart rather than working hard, programmers are too often expected to do their training on the run, taking one of these "Learn X in 24 hours" books home, and being ready to use the new technology at start of business the next day.

link|flag
vote up 3 vote down

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.
link|flag
show 4 more comments
vote up 3 vote down

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.

link|flag
vote up 0 vote down

I learnt php from scratch in 2 weeks. I believe 21 days books are very basic and one would still need a more comprehensive reference going further

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

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.

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

When I started with SQL I baught a "Learn SQL in 10 Minutes" book from Sams Publishing and it helped me learn the basics, which I then built on, I still have the book and use it as a desk reference when I don't immediate access to the net, and I have purchased copies of the same book for other languages, including some I already knew becuase I think they make good references, I never have, nor will I ever attempt to LEARN something other then the (SUPER) basics from them.

link|flag
vote up 0 vote down

I think the marketing folks vetoed "Learn to Program in 21 Chapters" as a more appropriate title; just as the Dummies and Complete Idiot books are not really meant for thoses with dimished faculties.

I any case I will use these types of books for a quick introduction to the subject and I have benifited by some of them.

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

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.

link|flag
vote up 1 vote down

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.

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

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

link|flag
vote up 1 vote down

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.

link|flag
1 2 next

Your Answer

Get an OpenID
or

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