April 2014
Beginner to intermediate
634 pages
15h 22m
English
We'll look at some extensions we might make to Python's built-in container classes. Although, we won't show an example of extending each container. If we did, the book would become out of control in size.
We'll pick an example of extending a specific container and see how the process works:
collections.abc module to see what methods must be implemented to create the new functionality.