In this Python Series of Basics Tutorial, we will begin learning about Lists, Tuples, and Sets in Python.
1) A list is a sequence of mutable python objects
2) A tuple is a sequence of immutable python objects.
3)A set in an unordered collection of items without the duplicity of elements.
We will go over most of the methods of list tuple and set. Explain when to use which data type.
Watch the full Python Beginner Series here:
[ Ссылка ]
Keep in touch on
Facebook:[ Ссылка ]
Twitter: [ Ссылка ]
Outline (clickable version): Let's get started:
TimeStamp
0:0 Introduction
0:35 List
4:50 Add elements to a list
7:00 Delete elements of the list
9:06 Reversal of list
10:08 Sorting of list
11:02 Tuple
15:12 changing elements of a Tuple
16:40 Count of elements in Tuple
17:05 Finding index of Tuple
17:30 Set
19:35: Add elements to a set
20:55 Delete set elements
22:25 Set operation -
Union
Set intersection
Set difference
Set Symmetric_difference
26:05 Type function
Python3 Series of Basics #4:- Lists, Tuples & Sets
Теги
PythonPython ListsPython TuplesPython SetsPython Data TypesPython for BeginnersAbsolute BeginnersPython for Absolute BeginnersPython BasicsGetting Started with Pythonpython Collection data typeAI VentureAdding elements in listDeleting elements in listSorting of listchanging elements in TupleSet operationUnionintersectionset differenceset symmertic_differencePython3 Series of basics