filmov
tv
Python Basics: TUPLES & SETS in Under a Minute! 🔗

Показать описание
Python tuples and sets in under a minute: Discover how to create tuples, access their elements, create sets, add and remove elements easily. 🔗🎲
In Python, tuples are especially useful if you're trying to return data from a function in a predictable way.
Let's say I had a function called;
get_user_from_database(username)
that gets data from a database.
I can have that function return the data to the invoker as:
("Joey", 18, "programmer", "Australia", True)
This way, its basically a dictionary without the keys. It's also useful for mathematical operations!
Don't forget to like, subscribe, and leave a comment on what you want to learn next! 🔥
Join me in the PROGRAMMER'S REALM!
#Python #Programming #PythonTutorial #LearnToCode #CodingForBeginners #TheProgrammersRealm #sets #tuple
In Python, tuples are especially useful if you're trying to return data from a function in a predictable way.
Let's say I had a function called;
get_user_from_database(username)
that gets data from a database.
I can have that function return the data to the invoker as:
("Joey", 18, "programmer", "Australia", True)
This way, its basically a dictionary without the keys. It's also useful for mathematical operations!
Don't forget to like, subscribe, and leave a comment on what you want to learn next! 🔥
Join me in the PROGRAMMER'S REALM!
#Python #Programming #PythonTutorial #LearnToCode #CodingForBeginners #TheProgrammersRealm #sets #tuple
Python lists, sets, and tuples explained 🍍
#6 Python Tutorial for Beginners | Tuple | Set in Python
Python Tutorial for Beginners 4: Lists, Tuples, and Sets
Python: Data Structures - Lists, Tuples, Sets & Dictionaries tutorial
Python Basics: TUPLES & SETS in Under a Minute! 🔗
Python Basics Tutorial Data Structures Tuples and Sets
Python tuples 📋
Lists, Tuples, Sets, and Dictionaries | Intermediate Python Tutorial | Updated 2023
Easy Python Data Science tutorials session 438
What are Sets in Python? Python Tutorial for Absolute Beginners | Mosh
why are TUPLES even a thing?
Python Tuples || Python Tutorial || Learn Python Programming
Difference between Lists and Tuples? #15 #python #pythonprogramming
Learn Python • #8 Tuples and Sets • More Ways To Store Data!
Difference Between List, Tuple, Set and Dictionary in Python
Tuples in Python | Python Tutorials for Beginners #lec40
Python Lists, Tuples And Dictionaries - 10 | Python For Beginners | Python Tutorial | Simplilearn
How to Use Lists in Python
Python Lists, Tuples, Sets Tutorial for Beginners #python
Tutorial 3- Python Sets, Dictionaries and Tuples
Python: Intro to Data Structures 1/3 | Strings, Lists, Tuples, Sets, Dictionaries in Jupyter
Python Sets and Tuples Problem Solving | Python Tutorial | python for beginners
Python Collections: Lists, Tuples, Sets & Dictionaries | Python Tutorial | Python Training | Edu...
'Python Basics: Tuples, sets, and Dictionaries Explained with Their Properties 🐍'
Комментарии