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. Preiss useful.

http://www.brpreiss.com/books/opus7/

It is not about python or how it differs from c, but about algorithms,
with examples in python.
The book is meant for cs students.

There are a lot of source examples and other versions in C++, Java,
C#, Ruby, Lua, Perl, PHP. So you can compare an avl-tree
implementation in python, php and c++.
___
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-12 Thread Albert-Jan Roskam
My all-time favourite is Programming in Python 3 (Mark Summerfield) 
http://www.qtrac.eu/py3book.html

Most of it is not for absolute beginners. Some of the chapters contain stuff I 
still cannot wrap my brain around. I believe the chapter about regexes (which 
is 
VERY good) is freely downloadable.

 Cheers!!
Albert-Jan


~~
All right, but apart from the sanitation, the medicine, education, wine, public 
order, irrigation, roads, a fresh water system, and public health, what have 
the 
Romans ever done for us?
~~





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" 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 algorithms, etc.  The O'Reilly 
book "Programming Python" by Mark Lutz is a classic and is probably a good bet 
for you.  Core Python by Wesley Chun is also good, and I've seen him on this 
list from time to time.

Also, check out the Python wiki:
http://wiki.python.org/moin/PythonBooks

Cheers
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
___
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 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 algorithms, etc.  The O'Reilly 
book "Programming Python" by Mark Lutz is a classic and is probably a
good bet 
for you.  Core Python by Wesley Chun is also good, and I've seen him on
this 
list from time to time.

+1 on all of Chris's recommendations with a special +1 for Mark Lutz's
book.

Malcolm
___
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 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 algorithms, etc.  The O'Reilly 
book "Programming Python" by Mark Lutz is a classic and is probably a good bet 
for you.  Core Python by Wesley Chun is also good, and I've seen him on this 
list from time to time.

Also, check out the Python wiki:
http://wiki.python.org/moin/PythonBooks

Cheers
___
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 Nikunj Badjatya
"a byte of python <http://www.swaroopch.com/notes/Python>" from Swaroop CH.






On Fri, Jun 10, 2011 at 8:08 PM, Kaustubh Pratap chand <
warr...@programmer.net> wrote:

>
> 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:* 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 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
> programmers.The ones which i found which i found were quite boring and
> exhaustive.
>
> 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?
>
> Thank you.
>
>
> --
>
>
>  ___
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>  Hello Kaustubh:
>
>  I am also a C programmer and the first thing I read about Python was "A
> Quick, Painless Tutorial on the Python Language" by Prof. Norman Matloff of
> UC-Davis.
>  Here is the link to his page -- I didn't realize he had created other
> tutorials regarding Python, and will have to look at those myself.
>
>  http://heather.cs.ucdavis.edu/~matloff/python.html
>
>  Here is the specific link to the tutorial I mentioned:
> http://heather.cs.ucdavis.edu/~matloff/Python/PythonIntro.pdf
>
>  In addition, I wasn't satisfied after learning on my own and took an
> online course.
>
>  I also like Beginning Python - From Novice to Professional by Magnus
> Hetland.  I have other books as well, such as Python Programming for the
> Absolute Beginner by Michael Dawson, but I like Hetland's style more and
> have a book being shipped to me by Hetland called Python Algorithms.
>
>  Good Luck
>
>  Patty
>
>
>
>
> ___
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
>
___
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 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, 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 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 programmers.The ones 
which i found which i found were quite boring and exhaustive.

 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?

 Thank you.
-

 ___
 Tutor maillist -  Tutor@python.org 
 To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor 
Hello Kaustubh:

I am also a C programmer and the first thing I read about Python was "A Quick, 
Painless Tutorial on the Python Language" by Prof. Norman Matloff of UC-Davis.
Here is the link to his page -- I didn't realize he had created other tutorials 
regarding Python, and will have to look at those myself. 

http://heather.cs.ucdavis.edu/~matloff/python.html 

Here is the specific link to the tutorial I mentioned: 
http://heather.cs.ucdavis.edu/~matloff/Python/PythonIntro.pdf 

In addition, I wasn't satisfied after learning on my own and took an online 
course. 

I also like Beginning Python - From Novice to Professional by Magnus Hetland. I 
have other books as well, such as Python Programming for the Absolute Beginner 
by Michael Dawson, but I like Hetland's style more and have a book being 
shipped to me by Hetland called Python Algorithms. 

Good Luck

Patty
___
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 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,
> 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 
> programmers.The ones which i found which i found were quite boring and 
> exhaustive.
> 
> 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?
> 
> Thank you.

-- 
"Freedom: To ask nothing. To expect nothing. To depend on nothing." - Ayn Rand

___
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 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 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 programmers.The ones 
which i found which i found were quite boring and exhaustive.

  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?

  Thank you.



--


  ___
  Tutor maillist  -  Tutor@python.org
  To unsubscribe or change subscription options:
  http://mail.python.org/mailman/listinfo/tutor

  Hello Kaustubh:

  I am also a C programmer and the first thing I read about Python was "A  
Quick, Painless Tutorial on the Python Language" by Prof. Norman Matloff of 
UC-Davis.
  Here is the link to his page -- I didn't realize he had created other 
tutorials regarding Python, and will have to look at those myself.  

  http://heather.cs.ucdavis.edu/~matloff/python.html

  Here is the specific link to the tutorial I mentioned:  
http://heather.cs.ucdavis.edu/~matloff/Python/PythonIntro.pdf

  In addition, I wasn't satisfied after learning on my own and took an online 
course.  

  I also like Beginning Python - From Novice to Professional by Magnus Hetland. 
 I have other books as well, such as Python Programming for the Absolute 
Beginner by Michael Dawson, but I like Hetland's style more and have a book 
being shipped to me by Hetland called Python Algorithms.  

  Good Luck

  Patty
___
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 Ashwini Oruganti
You can also try "Learning
Python"





On Fri, Jun 10, 2011 at 6:11 PM, Kaustubh Pratap chand <
warr...@programmer.net> wrote:

> 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
> programmers.The ones which i found which i found were quite boring and
> exhaustive.
>
> 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?
>
> Thank you.
>
> ___
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
>


-- 
Regards,
Ashwini
___
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 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)
Python manuals from http://www.python.org/doc/

 



From: tutor-bounces+steve.flynn=capita.co...@python.org
[mailto:tutor-bounces+steve.flynn=capita.co...@python.org] On Behalf Of
Kaustubh Pratap chand
Sent: Friday, June 10, 2011 1:41 PM
To: tutor@python.org
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 python for peoples who are already
programmers.The ones which i found which i found were quite boring and
exhaustive.

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?

Thank you.

This email has been scanned for all viruses by the MessageLabs SkyScan
service.


This email and any attachment to it are confidential.  Unless you are the 
intended recipient, you may not use, copy or disclose either the message or any 
information contained in the message. If you are not the intended recipient, 
you should delete this email and notify the sender immediately.

Any views or opinions expressed in this email are those of the sender only, 
unless otherwise stated.  All copyright in any Capita material in this email is 
reserved.

All emails, incoming and outgoing, may be recorded by Capita and monitored for 
legitimate business purposes. 

Capita exclude all liability for any loss or damage arising or resulting from 
the receipt, use or transmission of this email to the fullest extent permitted 
by law.___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor