Managing lists is a very common task in any program activity. Within python it's fairly straightforward to do. One area that come up is to remove items from a list while iterating in Python...
Remove items from a list while iterating in python 3
read more