list

A collection of 2 post

How to generate an IP range list in Python?

A simple method to generate an IP range from two string IP's in Python.

Filtering and removing multiple elements from a list in Python

How to remove multiple elements from a list in Python and not break the list while doing so?