Recent Posts

How to remove items from a Python List

Today's tutorial is in response to an email from a reader who asked me how to remove items from a Python list. I've decided to write an article listing the different ways to do so. Here we...