Python Tips

Dictionaries

Unpacking

  • **kwargs
  • func(**input)
  • locals().update(d)