I have just published a new textbook on Python programming with data 
structures.  It will be released on November 6, 2013.  Here is the main info:

Title: Fundamentals of Python: Data Structures
ISBN 13: 9781285752006
ISBN 10: 1285752007
Author: Kenneth A. Lambert
Publisher: Cengage/PTR
Pages: 496

Brief contents:

1. Basic Python Programming.
2. An Overview of Collections.
3. Searching, Sorting, and Complexity Analysis.
4. Arrays and Linked Structures.
5. Interfaces, Implementations, and Polymorphism.
6. Inheritance and Abstract Classes.
7. Stacks.
8. Queues.
9. Lists.
10. Trees.
11. Sets and Dictionaries.
12. Graphs.


For more information, see

http://www.cengageptr.com/Topics/TitleDetail/1285752007

or

http://home.wlu.edu/~lambertk/python/index.html

_______________________________________________
Edu-sig mailing list
Edu-sig@python.org
https://mail.python.org/mailman/listinfo/edu-sig

Reply via email to