PyMOTW: copy

The copy module provides functions for duplicating objects using shallow or deep copy semantics.

Read more at pymotw.com: copy