• Skip to Search
  • Skip to Navigation
  • Skip to Content
  • Community
  • |
  • Code
  • |
  • Docs
  • |
  • Downloads ▼
    • Perl
    • Python
    • Tcl
    • Komodo IDE
  • |
  • more ▼
    • Lists
    • Support
    • PPM Index
    • PyPM Index
Welcome, guest | Sign In | My Account | Store | Cart
ActiveState Code » Recipes
Languages Tags Authors Sets

Popular recipes tagged "set" but not "lambda"

 Tags: set  x  -lambda  x 
  
  • 48k
    views
    1
    score
    Merge unique items from multiple lists into a new list
    Python / lists, merge, python, set / by Johannes S (8 years ago, revision 2)
  • 31k
    views
    1
    score
    Delaunay triangulation
    Python / delaunay, edge, point, set, tessellation, triangles, triangulation, vertices / by Alexander Pletzer (9 years ago)
  • 6k
    views
    1
    score
    OrderedSet
    Python / ordered, set / by Sander (8 years ago)
  • 255k
    views
    10
    score
    OrderedSet
    Python / ordered, set / by Raymond Hettinger (11 years ago, revision 9)
  • 4k
    views
    1
    score
    Representing a set in a compact way
    Python / compact, compressed, data, python, set, structure / by jimmy2times (13 years ago, revision 5)
  • 6k
    views
    1
    score
    setdict
    Python / dict, dictionary, set / by thom neale (13 years ago)
  • 24k
    views
    1
    score
    Sets with a custom equality/uniqueness function
    Python / abstract_base_class,