Re: Books for programmers

2008-06-10 Thread vasudevram
On Jun 5, 3:09 am, [EMAIL PROTECTED] (Michael H. Goldwasser) wrote: > Dick Moores <[EMAIL PROTECTED]> writes: > > Do not neglect the 2008 book, "Object-Oriented Programming in Python", > > by Goldwasser and Letscher. > > > >

Re: Books for programmers

2008-06-04 Thread Michael H. Goldwasser
Dick Moores <[EMAIL PROTECTED]> writes: > Do not neglect the 2008 book, "Object-Oriented Programming in Python", > by Goldwasser and Letscher. > > > > Dick Moores I'll note that our book is designed as

Re: Books for programmers

2008-06-04 Thread Dick Moores
Do not neglect the 2008 book, "Object-Oriented Programming in Python", by Goldwasser and Letscher. Dick Moores -- http://mail.python.org/mailman/listinfo/python-list

Re: Books for programmers

2008-06-04 Thread Tommy Nordgren
On 3 jun 2008, at 09.22, V wrote: Hi, I'm a C++, Java and C programmer, and I'm searching for a (preferably printed) book that teaches me the "Python idioms", i.e. the "Python way" of doing something. Ideally, I'm searching for a book like "Effective C++" or "Effective Java", that does not lo

Re: Books for programmers

2008-06-03 Thread Paul Rubin
V <[EMAIL PROTECTED]> writes: > I think that I'm interested in a more advance book, ideally one that > talk of the Python gotchas, traps, pitfall, idioms, performance, > stile, and so on. I may have missed it but I haven't seen Python in a Nutshell mentioned in this thread. -- http://mail.pytho

Re: Books for programmers

2008-06-03 Thread vasudevram
On Jun 3, 6:42 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote: > On Jun 3, 5:45 am, V <[EMAIL PROTECTED]> wrote: > > > Hi Matt, > > > and thank you very much for your answer. > > > > Hm, depends of course, how good your programming skills are in the > > > languages you knwo already, but I rely on the

Re: Books for programmers

2008-06-03 Thread Mike Driscoll
On Jun 3, 5:45 am, V <[EMAIL PROTECTED]> wrote: > Hi Matt, > > and thank you very much for your answer. > > > Hm, depends of course, how good your programming skills are in the > > languages you knwo already, but I rely on the book "Beginning Python - > > From Novice to Professional" by Magnus Lie

Re: Books for programmers

2008-06-03 Thread Rick Kwan
On Jun 3, 12:22 am, V <[EMAIL PROTECTED]> wrote: > I'm a C++, Java and C programmer, and I'm searching for a (preferably > printed) book that teaches me the "Python idioms", i.e. the "Python > way" of doing something. > > Ideally, I'm searching for a book like "Effective C++" or "Effective > Java",

Re: Books for programmers

2008-06-03 Thread V
Hi Matt, and thank you very much for your answer. > Hm, depends of course, how good your programming skills are in the > languages you knwo already, but I rely on the book "Beginning Python - > From Novice to Professional" by Magnus Lie Hetland, published by Apress. I think that I'm interested i

Re: Books for programmers

2008-06-03 Thread Matt
Hi, Hm, depends of course, how good your programming skills are in the languages you knwo already, but I rely on the book "Beginning Python - From Novice to Professional" by Magnus Lie Hetland, published by Apress. And for GUI programming I use the official wxPython book. Both books are real