All data types | Difference between list, tuple, set, and dictionary | Python for Beginners in Hindi

Опубликовано: 12 Май 2026
на канале: Ajit kumar
61
4

This video, we will learn data type like Lists, Tuples, string and Dictionaries in Python. You will look at lists in Python and understand its characteristics and various methods in Python. You will also learn about Tuples in Python and explore its characteristics and methods in Python. You will then learn about Dictionaries in Python, its characteristics and various methods in Python.

Mutable data types can change their value or content, but immutable data types can not change value.
Mutable data types consist of list, dictionary and byte array.
Immutable data types consist of int, float, string, set, and tuple data types in Python.

1. Numeric data types
Integers data types in Python
Float data types in Python
Complex number data types in Python
2. Sequence data types
String data type in python
List data type in Python
Tuple data type in Python
3. Dictionary data types
4. Set data types
5. Boolean data types


#Lists #Tuples #Sets #Dictionaries #Strings #Mutable #Immutable

Learn Python With Ajit Kumar | Ajit Kumar Python

what is difference between list, tuple, set, and dictionary?
How to use list, tuple, set, and dictionary?
What is data type in Python?