[Tutor] 1 only book

alan.gauld@bt.com alan.gauld@bt.com
Thu, 25 Apr 2002 17:36:17 +0100


> Hey dman,  Nice list.  I would add The Pragmatic Programmer 
> by Hunt and Thomas.

Yes, and if we are going outside Python, the one book *everyone* 
who writes code should have is Code Complete by McConnell.

It's language independant but is a definitive source of 
good coding practice (and based on real data not just 
his personal opinion - it literally changed how I write 
programs!).

Alan g