pydanny
My blog on things Python and other tech stuff.
Friday, November 16, 2007
Need to get into the habit of using Python sets
Periodically I have use cases where I want lists with unique values. And I so often write logic to do it on my own. You know, things like
if 'hello' not in mylist: do x().
Well, I need to stop doing that and remember to use sets.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.
‹
›
Home
View web version
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.