Nadim Jendoubialgorystcorner.hashnode.dev·Jan 23, 2023How to handle Sequences the Pythonic way?Sequences and Collections are an integral part of any programming language, Python particularly handles them uniformly, ie, any type of sequence from Strings and XML elements to arrays, lists and Tuples are handled in a uniform way. Understanding the...101 readsPython