Re: [Tutor] Excited about python

2011-06-13 Thread Siim Märtmaa
2011/6/10 Kaustubh Pratap chand : > Can you recommend a book for a person like me which comes with a C > background and the book covers all essential algoithmic methods and > examples? You, might find "Data Structures and Algorithms with Object-Oriented Design Patterns in Python" by Bruno R. Preis

Re: [Tutor] Excited about python

2011-06-12 Thread Albert-Jan Roskam
? ~~ From: Chris Fuller To: tutor@python.org Sent: Fri, June 10, 2011 7:12:11 PM Subject: Re: [Tutor] Excited about python For a handy reference, you can't beat "Python Essential Reference

Re: [Tutor] Excited about python

2011-06-10 Thread python
> For a handy reference, you can't beat "Python Essential Reference" by David Beazley (along with the online documentation, of course!). I think this book is obligatory if you are going to be working with Python a lot. I own all four editions :) > But you wanted something more in depth with

Re: [Tutor] Excited about python

2011-06-10 Thread Chris Fuller
For a handy reference, you can't beat "Python Essential Reference" by David Beazley (along with the online documentation, of course!). I think this book is obligatory if you are going to be working with Python a lot. I own all four editions :) But you wanted something more in depth with alg

Re: [Tutor] Excited about python

2011-06-10 Thread Nikunj Badjatya
; > From: Patty > > Sent: 06/10/11 10:21 AM > > To: Kaustubh Pratap chand, tutor@python.org > > Subject: Re: [Tutor] Excited about python > > > > - Original Message - > *From:* Kaustubh Pratap chand > *To:* tutor@python.org > *Sent:* Friday, June 1

Re: [Tutor] Excited about python

2011-06-10 Thread Kaustubh Pratap chand
Thanks I liked the tutorial very much. - Original Message - From: Patty Sent: 06/10/11 10:21 AM To: Kaustubh Pratap chand, tutor@python.org Subject: Re: [Tutor] Excited about python - Original Message - *From:* warr...@programmer.net *To:* tutor@python.org *Sent:* Friday

Re: [Tutor] Excited about python

2011-06-10 Thread Michiel Overtoom
On Jun 10, 2011, at 15:53, Ashwini Oruganti wrote: > You can also try "Learning Python" I also came from a C/C++ background, but I found the standard tutorial sufficient. http://docs.python.org/tutorial/ Greetings, > On Fri, Jun 10, 2011 at 6:11 PM, Kaustubh Pratap chand > wrote: > Hello

Re: [Tutor] Excited about python

2011-06-10 Thread Patty
- Original Message - From: Kaustubh Pratap chand To: tutor@python.org Sent: Friday, June 10, 2011 5:41 AM Subject: [Tutor] Excited about python Hello, I just joined this mailing list so that i can boost up my learning of python.I come from a C background so python

Re: [Tutor] Excited about python

2011-06-10 Thread Ashwini Oruganti
You can also try "Learning Python" On Fri, Jun 10, 2011 at 6:11 PM, Kaustubh Pratap chand < warr...@programmer.net> wro

Re: [Tutor] Excited about python

2011-06-10 Thread jon vs. python
Dive into Python: http://diveintopython.org/ is what you're looking for. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Excited about python

2011-06-10 Thread Flynn, Stephen (L & P - IT)
Subject: [Tutor] Excited about python Hello, I just joined this mailing list so that i can boost up my learning of python.I come from a C background so python looks a little strange to me but it is easier to learn then any other languages around.Yet,i have not been able to find any cool books on

[Tutor] Excited about python

2011-06-10 Thread Kaustubh Pratap chand
Hello, I just joined this mailing list so that i can boost up my learning of python.I come from a C background so python looks a little strange to me but it is easier to learn then any other languages around.Yet,i have not been able to find any cool books on python for peoples who are already p