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())

Answered by Myles L. Python tutor

1450 Views

See similar Python Mentoring tutors

Related Python Mentoring answers

All answers ▸

Create a program that checks for syntactical errors in an email address.


How do you write code to implement a recursive fibonacci algorithm?


What's the difference between a local and a global variable?


What is the difference between & and && operators?


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo
Cookie Preferences