Learn Python Programming Tutorial 27 | Python Dictionaries

visibility 31 views schedule 12 taon ang nakalipas timer 4:03
open_in_new Dailymotion
Another useful data type built into Python is the dictionary. Dictionaries are sometimes found in other languages as "associative memories" or "associative arrays". Unlike sequences, which are indexed by a range of numbers, dictionaries are indexed by keys, which can be any immutable type; strings and numbers can always be keys.<br /><br />For more tutorials check out http://www.mybringback.com