Jump to ratings and reviews
Rate this book

Designing Data Structures in Python Principles & Practice

Rate this book
When should you use Python’s built-in data types, and when should you develop your own? In this video course, George Heineman introduces Python programmers to several important data structures and demonstrates their use with example algorithms. Generic data structures such as arrays, linked lists, and stacks can solve many problems, but to work through some specialized problems, you need to learn different ways to structure data appropriately.

Many Python programmers learned their skills through non-traditional routes, rather than through an undergraduate computer science degree. This video helps complete your education in fundamental data types step-by-step. For many of the data structures, you’ll write sample code using a variety of existing modules, and define a process that will help you evaluate and assess these modules for use in your own software. All you need to get started is a working knowledge of Python's built-in data types.

Topics include:

Built-in Python data structures
Python standard library types
Design principles for data structures
Data structures and associated algorithm examples
Graph representations
Heaps, circular buffers, balanced binary trees, and their variants

Unknown Binding

Published September 1, 2015

1 person want to read

About the author

George T. Heineman

11 books6 followers
George T. Heineman is an Associate Professor of Computer Science at WPI. His research interests are in Software Engineering. He co-edited the 2001 book "Component-Based Software Engineering: Putting the Pieces Together". He is nearly half-way towards his childhood goal of writing one million lines of code.

Aside from his professional pursuits, George is an avid puzzler. He invented Sujiken(R), a Sudoku variation played on a right-triangle arrangement of cells in which numbers cannot repeat in a horizontal row, vertical column or diagonal in any direction.
"

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
1 (100%)
4 stars
0 (0%)
3 stars
0 (0%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Vlad Bezden.
241 reviews12 followers
January 30, 2019
Great course. Very professionally done. The course covers most important data structures and provides examples of how to implement them in Python.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.