[Tutor] Excited about python

Siim Märtmaa foobar8 at gmail.com
Tue Jun 14 01:15:41 CEST 2011


2011/6/10 Kaustubh Pratap chand <Warrior at programmer.net>:
> 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++.


More information about the Tutor mailing list