Sequential Data Type: | Lists | Tuples |

Опубликовано: 06 Декабрь 2022
на канале: Code with Jon
190
9

This video highlights Python Sequential Data Types: Python Lists and Python Tuples

A sequence is a group of items with a deterministic ordering:
The order in which we put the items is the order in which we get the items out

Lists and Tuples are used to store multiple ordered items in a single variable

The difference between lists and tuples is that lists are mutable (elements in a list can be modified) while a tuple is immutable (elements in a tuple cannot be modified)
To modify a tuple, change the tuple into a list, then modify the list and change it back into a tuple

After watching this video, you’ll know how to:
Create Python Lists and Tuples
How to subset lists and lists of lists (list indexing)
List slicing
List manipulation
Adding list items
Removing list items
How to sort list items alphanumerically
Copy a list the right way
How to use inbuilt list functions and methods
How to loop lists with a for loop and a while loop

This video is perfect for beginners interested in learning more about Python for Data Analysis and Data Science.
#pythondatatypes #pythonlists #pythontuples #sequentialdatatypes #pythonprogramming


На этой странице сайта вы можете посмотреть видео онлайн Sequential Data Type: | Lists | Tuples | длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Code with Jon 06 Декабрь 2022, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 190 раз и оно понравилось 9 зрителям. Приятного просмотра!