Introduction to programming practice using Python. Analysis and formulation of problems for computer solution. Systematic design, construction, and testing of programs. Substantial programming ...
Not only are generics/templates better for type safety, they are much faster than casting back and fourth. Or as they call it in .NET land boxing and unboxing.