Yet another book thread...

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Yet another book thread...

Post by nielsene »

What are your essential general purpose programming books? No How-to-program-X-in-21 days type books, ie avoid books that "only" teach a languange.

My list:
Structure and Interpretations of Computer Programs aka SICP by Sussman, and Abelson

Introduction to Algorithms aka CLR(S) by Cormen, Leiserson, Rivest, and Stein

The Art of Programming: Vol I-III by Knuth

Introduction to Database Systems by Date

While I don't refer to most them often anymore, these are the most important books I ever bought for my computer science/programming education. All of them are more theory based, than case-study based, but all are extremely practical in terms of gaining experience solving problems and understanding the underlying technologies.

While I don't think I'd recommend any of these to the complete beginner, anyone who's been using PHP for a few weeks should probably think about working their way though some of these. Probably starting with with the Database book or CLR or equivilents. SICP definately takes some dedication to understand.
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post by JPlush76 »

"PHP for dummies"
and "PHP while gardening: fun times in the yard"
Post Reply