generating canonical list of tuples?
Joshua Muskovitz
joshm at taconic.net
Fri Jan 4 11:58:07 EST 2002
More information about the Python-list mailing list
Fri Jan 4 11:58:07 EST 2002
- Previous message (by thread): generating canonical list of tuples?
- Next message (by thread): generating canonical list of tuples?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yes, as Alex and Jason both correctly point out, the concept I was missing is that of using a generator. This was something I read about in the new docs, but didn't fully grok. This is an excellent example of how and why to use them. In retrospect, the use of the word "generating" in my subject line should have tipped me off! :-) I'm hoping to give this idea a spin later today! Thanks for all the help. Hire-me-dammit-ly yrs, -- josh -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 80,000 Newsgroups - 16 Different Servers! =-----
- Previous message (by thread): generating canonical list of tuples?
- Next message (by thread): generating canonical list of tuples?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list