Understanding the Differences Between List, Tuple, Set, and Dictionary in Python

This tutorial explains the differences between List, Tuple, Set, and Dictionary in Python, including their syntax and use cases.

Kindson The Tech Pro177.4K views11:57

🔥 Related Trending Topics

LIVE TRENDS

This video may be related to current global trending topics. Click any trend to explore more videos about what's hot right now!

THIS VIDEO IS TRENDING!

This video is currently trending in Thailand under the topic 'สภาพอากาศ'.

About this video

This Tutorials explains the difference between List, Tuple, Set and Dictionary in Python # DIFFERENCE BETWEEN # LIST - square braces # TUPLE - rounded braces # SET - The set keyword # DICTIONARY - curly braces: made up of key-value pairs list1 = ["Computer", "Printer", "TV", "Camera", 89, 30.8] tuple1 = ("Computer", "Printer", "TV", "Camera", 89, 30.8) set1 = set(["Computer", "Printer", "TV", "Camera", 89, 30.8]) dict1 = { 1: "Monday", 2: "Tuesday", 3: "Wednesday" } Written explanation here: https://www.kindsonthegenius.com/difference-between-list-tuple-set-and-dictionary-in-python/ For all tutorials visit: http://www.kindsonthegenius.com Subscribe Kindson The Tech Pro Youtube: https://bit.ly/2PpJd8Q Join my group ICS on Facebook: https://bit.ly/2UULiQj Follow me on Instagram - https://www.instagram.com/kindsonm/ Connect with me on LinkedIn: https://www.linkedin.com/in/kindson/ Follow me on Twitter: https://twitter.com/KindsonM Learn about me: http://www.kindsonthegenius.com

Video Information

Views
177.4K

Total views since publication

Likes
3.4K

User likes and reactions

Duration
11:57

Video length

Published
Dec 26, 2018

Release date

Quality
hd

Video definition

Tags and Topics

This video is tagged with the following topics. Click any tag to explore more related content and discover similar videos:

Tags help categorize content and make it easier to find related videos. Browse our collection to discover more content in these categories.