views:

288

answers:

8

Any of us who have looked at dozens of programming books start to notice the differences. One of the first things I do when choosing a book is look at the publisher. So what are our favorite computer book publishers and why? Share your experiences of the books you've read.

Please post only one publisher per answer so they can be voted on separately. :D

also see Is the quality of programming books between publishers noticeably different?

There a many good publishers so going wrong can be hard. But one fact I've rarely seen disputed is that Sam's "teach yourself X in 24 hours" books are terrible.

+9  A: 

My choice is Manning.com

The books are good, well structured and to the point. Most of the books are some of the best in the breeds like "C# in Depth", "JQuery in Action" etc..

Specifically I like the "action" series as they are practical and result oriented and I think the MEAP is a great way to learn any new technology.

rajesh pillai
I really like Manning as well. Specially there MEAP program. e.g. I bought C# in Depth 2nd ed. while Jon Skeet is still writing it and the 1st ed comes free as well. Moreover once you buy one ebook the send frequent coupons with 25%-50% discount offers. Very handy and I have bought about 8 ebooks already.
Pratik
agreed.. besides o'reilly also has some good collections..
rajesh pillai
+12  A: 

O'Reilly

Dave Markle
+1 for the "Head First Hotties" series.
MusiGenesis
+4  A: 

I've read that APress is pretty good to the authors.

Alix Axel
Steven Sanderson's Pro ASP.NET MVC should have garnered more votes for APress
DaveDev
A: 

Wiley (aka "for dummies series") isn't specifically a computer book publisher, but the stuff they do have on computers is decent.

Sheldon
+5  A: 

Pragmatic Programmers

brianegge
+3  A: 

Addison-Wesley can't be bad since they published the highly-regarded C++ In-Depth series.

titaniumdecoy
I wouldn't base them on one book though, see the link in the post. Publishers always have good books and bad books.
CrazyJugglerDrummer
Addison-Wesley published the Gang of 4 Design Patterns book, too.
Anon
Martin Fowler's books are really good too, also from Addison-Wesley.
chelmertz
A: 

I second Rajesh Pillai's reccomendation of Manning. I've found most of their books are very good and have the right mix of theory and practice. I'm also a fan of Wrox for down-and-dirty tutorials. APress is often good as well, similar in quality to Manning.

I advise people to stay away from the Sam's books and Microsoft Press, both of which I've found to be too much of a "Hey look at how cool this technology is!" type of marketing pitch without any real meat. Also stay away from the books that are clearly aimed towards hobbyists (e.g. Visual Quickstart, Xyz for Dummies, Xyz for the Absolute Beginner).

Wayne M
Hrm... I've found that Microsoft Press's generalist books, like *Code Complete* and *Rapid Development*, are excellent. But since I don't program for Windows, I haven't looked at the myriad of books that they publish for their technologies.
Chip Uni
+2  A: 

Generally it's not too bad of an idea to go with a reputable publishing company, however that doesn't mean a book not published by a reputable company can be better, nor does it mean all books from said reputable company are going to be good, every publishing company has its gems and duds.

Anything but Wrox. – Dave Markle Sep 13 at 15:36

I think for the most part experienced developers tend to avoid publishers such as:

  • Sams Publishing
  • Course Technology
  • For Dummies

As usually the authors of these publishers aren't as reputed and experienced as the ones from:

  • Apress
  • O'Reilly
  • Manning
  • Pragmatic
  • Addison-Wesley
  • Morgan Kaufmann
  • friends of ED ( Apress branch )

Packt Publishing, Peachpit Press Wiley ( Bible series ), No Starch Press and Wrox are somewhere in the middle as there can be some really great books but some mediocre ones.

So if we were to go look for a great beginner's PHP book for example this is how I would grade the books from the various publishers ( based on reviews and some of which I read, I admit I had to skim a few of them ):

Sams Publishing has, I would grade the books as such:

Apress:

Peachpit:

  • A: PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide - PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide

friendsofED:

Course Technology:

No Starch:

OReilly:

Wrox:

Of course these are subjective personal ratings but nonetheless that's how I would rank them. While OReilly is usually great for more technical and advanced books ( I do realize it has a lot of gems like Real World Haskell, JS Definitive, Mercurial Definitive, and a whole slew of others ) , in this case I would go with friendsofED or peachpit for an awesome beginner's PHP book seeing as how there isn't really a great OReilly beginner PHP book - the Head First one in my opinion isn't as good as the David Powers PHP Solutions or Larry Ulman's PHP for the WWW. I hope this can serve as an example of why you shouldn't really go with the publisher in the end but the author.

meder