Skip to content

Python Lists

Python Split a List (In Half, in Chunks) Cover Image

Python: Split a List (In Half, in Chunks)

Learn how to split a Python list into n chunks, including how to split a list into different sized sublists or a different number of sublists.

Python Flatten List of Lists Cover Image

Python: Flatten Lists of Lists (4 Ways)

Learn how to use Python to flatten a list of lists, including using the itertools library, list comprehension, and multi-level lists of lists.

Learn How to Convert a List to String in Python Cover Image

6 Ways to Convert a Python List to a String

In this tutorial, you’ll learn how to use Python to convert (or join) a list to a string. Using Python to convert a list to a string is a very common task you’ll encounter. There are many different ways in