Choosing a language

Steve Holden sholden at bellatlantic.net
Thu Feb 3 09:41:42 EST 2000


Michael Zawrotny wrote:
> 
[snip]
> My advice is that after you get comfortable with Python and start in
> on C or one of its derivatives (C++, Java, etc.), pick up and read
> Kernighan and Ritchie's "The Practice of Programming".  It is IMO
> one of, if not the best, general programming books I've ever read.
> There is multiple language coverage of nearly the entire process
> program development.  Others may disagree, but I think it is a great
> book.
> 
> Mike
> 
> --
> Michael Zawrotny
> 411 Molecular Biophysics Building
> Florida State University                | email:  zawrotny at sb.fsu.edu
> Tallahassee, FL 32306-4380              | phone:  (850) 644-0069

If it's still in print, Kernigan and Plauger's "Elements of Programing
Style" is also a gem.  Full of great advice like "First make it work,
THEN make it work faster" -- a lot of it's head smackingly obvious --
*after* you've read it.

regards
 Steve



More information about the Python-list mailing list