In this Python Advanced Tutorial, we will be learning about Tuples in Python. A Tuple is a collection data type that is ordered and immutable. It is similar to a List with the main difference that a Tuple cannot be changed after its creation. A Tuple is often used for objects that belong together. We will go over how you can use them and some advanced techniques that can be applied to Tuples.

~~~~~~~~~~~~~~ GREAT PLUGINS FOR YOUR CODE EDITOR ~~~~~~~~~~~~~~
Write cleaner code with Sourcery: https://sourcery.ai/?utm_source=youtube&utm_campaign=pythonengineer *

Get my FREE NumPy Handbook:
https://www.python-engineer.com/numpybook

Notebooks available on Patreon:
https://www.patreon.com/patrickloeber

⭐ Join Our Discord : https://discord.gg/FHMg9tKFSN

A written Tutorial can be found here:
https://www.python-engineer.com/courses/advancedpython/02-tuples/

You can find me here:
Website: https://www.python-engineer.com
Twitter: https://twitter.com/patloeber
GitHub: https://github.com/patrickloeber

#Python

----------------------------------------------------------------------------------------------------------
* This is a sponsored or an affiliate link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support!