How to Flatten List of Tuples in Python June 25, 2021June 25, 2021 Sreeram Sreenivasan Leave a comment Python Sometimes you may need to flatten list of tuples in Python. Here are the steps to do it using sum, itertools, map function. Continue reading