Episode

Python for Beginners [25 of 44] Collections

You'll frequently need to work lists of items (say a shopping cart) or values (say a collection of RGB values from an image). See how you can use lists, arrays and dictionaries in Python.

Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPython

Sample code: https://aka.ms/PythonGettingStarted
Watch the entire series: https://aka.ms/PythonBeginnerSeries

Python