Core Python: Implementing Iterators, Iterables and Collections - Course Review
Core Python: Implementing Iterators, Iterables and Collections, by Austin Bingham and Robert Smallshire, is another course in the Core Python learning path in PluralSight.
It covered a number of the important protocols to create collections in Python.
I liked that this one used TDD - it always bothered me how they keep running the same tests by hand over and over.
Overall, pretty interesting.
Comments