filmov
tv
Tuples In Python | Python Programming Fundamentals | Python Tutorial | Great Learning

Показать описание
Python is the most flexible language supporting different data structures. Various data structures that Python support are List, Tuple, Dictionary, Set etc. The use of these data structures really makes our work easy. In the previous video we discussed about Lists in Python. Moving further, today we’ll be discussing Tuples in Python.
A Tuple is an ordered and unchangeable collection of Python objects separated by commas. In terms of indexing, repetition and nesting the objects, tuple are very similar to lists. But one thing that differentiates python tuple from list is that Tuple in Python is immutable i.e. it cannot be changed.
In Python, tuples are denoted with round brackets “( )”. In this video, we will be discussing all about Tuple with lots of examples. So, watch the video till the end to get a better understanding of the topic.
About Great Learning:
- Great Learning is an online and hybrid learning company that offers high-quality, impactful, and industry-relevant programs to working professionals like you. These programs help you master data-driven decision-making regardless of the sector or function you work in and accelerate your career in high growth areas like Data Science, Big Data Analytics, Machine Learning, Artificial Intelligence & more.
For more updates on courses and tips follow us on:
#TuplesInPython #PythonProgrammingFundamentals #PythonTutorial #GreatLearning
Комментарии