ブックマーク / tomaugspurger.net (1)

  • Tom's Blog

    Ned Batchelder recently shared Real-world match/case, showing a real example of Python’s Structural Pattern Matching. These real-world examples are a great complement to the tutorial, so I’ll share mine. While working on some STAC + Kerchunk stuff, in this pull request I used the match statement to parse some nested objects: for k, v in refs.items(): match k.split("/"): case [".zgroup"]: # k = ".z

    prototechno
    prototechno 2017/05/19
    Modern Pandas #stapy
  • 1