When to use a dectionary or a list

Lists retain order while dictionaries do not, hence time ordered data should only be used with lists. Dictionaries associate unique hashable keys with values, membership tests are also much faster with dictionaries (foo in bar). Lists allow for arithmetic operations much more readily than lists do (sum(), avg())

ML
Answered by Myles L. Python tutor

1659 Views

See similar Python Mentoring tutors

Related Python Mentoring answers

All answers ▸

How could I write a program to convert Km/h to m/s in python


Generate an array of integers from 0 to 99 and split it into two smaller arrays. Each smaller array will contain half of the original.


How can you take a list of numbers and add 3 to every number in the list using only one line of code?


Create an algorithm that can be used as a guessing game. Make sure to import random at the start.


We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

MyTutor is part of the IXL family of brands:

© 2025 by IXL Learning