I would also recommend the Python Essential Reference -- not as a book you sit and read, but as, well and essential reference. The latest version covers 2.4 and most of the standard library, so there's lots of good stuff in there.
Programming Python, Python Web Programming are both dated now, but I got a lot out of them in their time. I don't think anybody ought to write web application the way Steve does it in Python Web Programming, but I definitely learned a lot by going through the process of writing a web server/application using nothing but the standard library. ;) I've heard some good things about Python Network Programming, but I haven't seen it myself, so I can't really comment. I also understand that there is a new version of Core Python coming out in a couple months, and if it's like the original it will a good introductory-intermediate on the language. On 4/19/06, Jorge Vargas <[EMAIL PROTECTED]> wrote: > hehe I just got an email from some1 saying exactly that let me exercise my > lazyness and copy the same reply > > > On 4/19/06, Alberto < [EMAIL PROTECTED]> wrote: > > > > My favorites are the "Python Cookbook" > > > I was looking at this one a while ago, I may end up ordering it if I don't > find something more apelling, this isnt the kind of book that you sit and > read :) > > > > (you can find almost all recipes > > online at ASPN) > > > yes I was there today to find out what this Bunch class was, brilliant idea > by the way. > > > > and "Python in a nutshell" (great reference book), both > > by O'reilly. > > > I love the in a Nutshell books but most of them seem to be introduction to > semi complex > > > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

