Basic Tuple Programs
- Python program to Find the size of a Tuple
- Python – Maximum and Minimum K elements in Tuple
- Create a list of tuples from given list having number and its cube in each tuple
- Python – Adding Tuple to List and vice – versa
- Python – Sum of tuple elements
- Python – Modulo of tuple elements
- Python – Row-wise element Addition in Tuple Matrix
- Python – Update each element in tuple list
- Python – Multiply Adjacent elements
- Python – Join Tuples if similar initial element
- Python – All pair combinations of 2 tuples
- Python – Remove Tuples of Length K
- Python – Remove Tuples from the List having every element as None
- Sort a list of tuples by second Item
- Python – Sort Tuples by Total digits
- Python – Elements frequency in Tuple
- Python – Filter Range Length Tuples
- Python – Assign Frequency to Tuples
- Python – Records with Value at K index
- Python – Test if tuple is distinct
List of Tuples Programs
- Python program to find tuples which have all elements divisible by K from a list of tuples
- Python program to find Tuples with positive elements in List of tuples
- Python – Count tuples occurrence in list of tuples
- Python – Removing duplicates from tuple
- Python – Remove duplicate lists in tuples (Preserving Order)
- Python – Extract digits from Tuple list
- Python – Cross Pairing in Tuple List
- Python – Consecutive Kth column Difference in Tuple List
- Python – Kth Column Product in Tuple List
- Python – Flatten tuple of List to tuple
- Python – Flatten Tuples List to String
- Python program to sort a list of tuples alphabetically
- Python – Combinations of sum with tuples in tuple list
- Python – Custom sorting in list of tuples
Conversion of Tuple Programs
- Python program to convert tuple into list by adding the given string after every element
- Python – Convert Tuple Matrix to Tuple List
- Python – Convert Tuple to Tuple Pair
- Python – Convert List of Lists to Tuple of Tuples
- Python – Convert Matrix to Custom Tuple Matrix
- Python – Convert Nested Tuple to Custom Key Dictionary
- Python program to convert tuple to float value
Advance Tuple Programs
- Python – Extract tuples having K digit elements
- Python – Extract Symmetric Tuples
- Python program to Sort Tuples by their Maximum element
- Python – Remove nested records from tuple
- Python – Elements Frequency in Mixed Nested Tuple
- Python Program to get unique elements in nested tuple
- Python program to Concatenate tuples to nested tuples
- Python – Sort by Frequency of second element in Tuple List
- Python – Sort lists in tuple
- Python program to Order Tuples using external List
- Python – Filter Tuples by Kth element from List
- Python – Closest Pair to Kth index element in Tuple
- Python – Tuple List intersection (Order irrespective)
- Python – Intersection in Tuple Records Data
- Python – Unique Tuple Frequency (Order Irrespective)
- Python – Skew Nested Tuple Summation
- Python – Convert Binary tuple to Integer
- Python – Tuple XOR operation
- Python – AND operation between Tuples
- Python – Elementwise AND in tuples