Collections.py -- any help?

Jerry Hill malaclypse2 at gmail.com
Fri Apr 24 19:15:37 EDT 2009


On Fri, Apr 24, 2009 at 6:56 PM, Josh English
<Joshua.R.English at gmail.com> wrote:
> In my quest to learn more, I've been trying to get the collections.py
> module to do anything but look cool. So far, it's only a cool idea.
> How do they work? I can't find a tutorial on the web anywhere
> explaining how I would use them in my code.

Doug Hellmann wrote an article on the collections module for his
Python Module of the Week (PyMOTW) series here:
http://www.doughellmann.com/PyMOTW/collections/index.html

Does that help?

-- 
Jerry



More information about the Python-list mailing list