Day 3 of Learning Python: dictionaries
Day 3 of Learning Python: dictionaries
Photo by Jen Theodore on Unsplash
Today I learned about dictionaries. Dictionaries are a collection of key-value pairs. Think JSON, AWS tags and MongoDB. The key and value go together and the data inside the dictionary can be accessed via the key. The indexes aren’t accessed via their numerical, zero based index, they are accessed via their named indexes since there is no real ‘order’ to the…
View On WordPress









