Posts by Pavitra Walia

Author Biographical Info: I am an IOT and Machine Learning Enthusiast. Always open to learn new technologies

Convert a nested list to an ordinary simple list in Python – Flatten a list

By Pavitra Walia

In this tutorial, we will be discussing the concept of flattening a list. By the end of the tutorial, you will be able to convert a nested list to an ordinary simple list in the sa.... Read More

Related Posts