
Tuple : Design Patterns In Python
Channel:
Subscribers:
24,900
Published on ● Video Link: https://www.youtube.com/watch?v=pwjsBmQOyXU
Documentation : https://sbcode.net/python/bridge/#python-tuple
A Python Tuple is similar to a List. Except that the items in the Tuple are ordered, unchangeable and allow duplicates.
A Tuple can be instantiated using the round brackets () or tuple() , verses [] for a List and {} for a Set or Dictionary.
(Book) Sometimes you just want to switch off your computer and read from a book. So, all GoF patterns are discussed in my Design Patterns In Python book
https://www.amazon.com/dp/B08XLJ8Z2J : ASIN B08XLJ8Z2J
Other Videos By SBCODE
Tags:
Design Patterns In Python
python design patterns
B08XLJ8Z2J
tuple