adlfkjfadslkjfads

Using namedtuple's to convert dicts to objects

Posted on Fri 25 August 2023 in Posts • Tagged with python, dict, namedtuple

Quick and dirty way to convert a dict into an object in Python using namedtuple's


Continue reading