collections — Container Data Types — PyMOTW 3

The collections module includes container data types beyond the built-in types list, dict, and tuple .

Read more…

This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.