Skip to content
ReePrime
Trending searches:
⚡ Guide: If video buffers, tap Framed on the right to switch player mode • Direct stream enables HD quality selection ⚡ Guide: If video buffers, tap Framed on the right to switch player mode • Direct stream enables HD quality selection
Loading formats...

Learn Python Programming Tutorial 27 | Python Dictionaries

M
mybringback

31 views • Apr 11, 2014

Description

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.

For more tutorials check out http://www.mybringback.com

Discover more