The Ultimate Guide to Python Tuples | Tuple Unpacking | Part 3/7

Published: 21 August 2020
on channel: Finxter
93
5

In this series of videos, you are going to learn everything you need to know about tuples and namedtuples in Python. The series consists of theory videos and practical coding videos.

Tuple is a built-in data structure of the Python programming language.
It is a light-weight data container to group and pass around values that belong together. For instance the coordinates of a point in the 2D space, x and y. Written as a tuple this would look like this: point = (1, -2).

This series complements the article "The Ultimate Guide to Python Tuples" on blog.finxter.com. There, you will also find ultimate guide articles about lists, dictionaries and sets.
https://blog.finxter.com/python-lists/
https://blog.finxter.com/python-dicti...
https://blog.finxter.com/sets-in-python/

If you want to learn more about Python tuples check out the official documentation of the Python programming language:
https://docs.python.org/3/


Watch video The Ultimate Guide to Python Tuples | Tuple Unpacking | Part 3/7 online without registration, duration hours minute second in high quality. This video was added by user Finxter 21 August 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 93 once and liked it 5 people.