Lecture 5: Objects in Python
Published on Oct 29, 20123531 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,