TheLearningDev's Blog

TheLearningDev's Blog

Follow
homeBuild Your Own Python Project
Tag

4articles4weeks

#4articles4weeks

More content

Read more stories on Hashnode


Articles with this tag

When to use List vs Dict in Python?

Bhavani RaviBhavani Ravi
Oct 28, 20222 min read

Lists Only a single data point for each item To find an item we have to loop the whole list my_books = ["Atomic Habits", "Life is what you make it",...

When to use List vs Dict in Python?