
Lecture 5: Objects in Python
Published on 2012-10-293542 Views
This lecture introduces Python tuples, lists, and dictionaries, as well as the concept of mutability and how to avoid problems relating to it. Topics covered: Tuples, lists, dictionaries, methods,