#7 PYTHON TUPLES | Python Tuples for beginners | Python tuples vs lists for beginners
In this video, we will cover the topic of Python tuples and how python tuples are different from python lists.
✅ Python tuples vs lists
====================
Python tuples are similar to list but are immutable. This means you can not update or delete or add an item to a tuple once it is created, unlike lists.
✅ Various operations on python tuples
================================
You can perform various operations on python tuples just like python lists. Some of these operations are:
1. Accessing an item in the type using its index
2. Finding the length of a tuple
3. Accessing a range of items in the tuple
4. Accessing the items in a tuple using the reverse indexing
✅ Operations that can not be performed on python tuples
===============================================
Various operations that can't be performed on a tuple are:
1. Updating a tuple
2. Inserting or appending an item to a python tuple
3. Deleting or removing an item from the tuple
✅ Merging two Python tuples together
================================
You can merge two Python tuple variables together to form a third tuple. This is achieved by using the '+' symbol. e,g : tuple3 = tuple1 + tuple2.
✅ Python tuple homework
======================
Towards the end of this video, you will see the homework related to the topic of Python tuple. Once you have completed the homework, you can comment on this video with your code and the output you got in the console.
✅ OTHER LINKS AND RESOURCES
=============================
? Subscribe to this channel
- https://www.youtube.com/user/ances2009?sub_confirmation=1
#PythonTuples #PythonTuplesVSLists #AnoopNair
? YouTube Channel
- https://www.youtube.com/user/ances200...
? Python for Beginner Playlist
- https://www.youtube.com/playlist?list...
? Follow me on Twitter
- https://twitter.com/ances2006
? Follow me on Instagram
- https://www.instagram.com/therealanoo...
? Connect with me on LinkedIn
- https://www.linkedin.com/in/anoop1/
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «#7 PYTHON TUPLES | Python Tuples for beginners | Python tuples vs lists for beginners», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.