Introduction to Python Programming. In this video, we introduce basic concepts you’ll need to get started, such as using dictionaries. Dictionaries are data structures similar to lists, but reference values by a key name rather than indexes. Dictionaries are a common data structure in Python.

Download code examples here.