On Fri, Aug 13, 2010 at 5:22 AM, Stephen Farthing <squir...@gmail.com>wrote:
> > What I was wondering is if there is a Python equivalent to "The C > Programming language" by Kernighan and Richie which is the best text on > programming i have ever read. > > Thanks in advance, > > Steve > Steve, There are several books out there, some for Python 2.x, some for Python 3.x. None that are quite like K&R in my opinion. However, here are some resources that may be useful for you, web based but some providing PDF download so you can build a book if you like. A Byte of Python <http://www.swaroopch.com/notes/Python> Dive into Python v.2 <http://diveintopython.org/> Dive into Python v.3<http://diveintopython3.org/> The Learning to Program Website (teaches using Python)<http://www.alan-g.me.uk/> How to Think Like a Computer Scientist (also teaches using Python)<http://openbookproject.net//thinkCSpy/#> Bill
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor