Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Restructuring Data in Python

Restructuring Data in Python

Lightning talk delivered at PyCon 2018, offers a quick introduction to the Python library glom. Video here: https://www.youtube.com/watch?v=3aREXkfeWek

Mahmoud Hashemi

May 11, 2018
Tweet

More Decks by Mahmoud Hashemi

Other Decks in Technology

Transcript

  1. “ Namespaces are one honking great idea—let’s do more of

    those! — Also Tim Peters PEP20 (The Zen of Python) 3
  2. Features: • Path-based access • Declarative data transformation • Readable,

    meaningful error messages • Built-in data exploration and debugging • Command-line tool ◦ Like jq, but you no DSL, just Python 9