Python: Use a Dictionary to Control Function Calling
Rather than using a long list of if-then or case statments, you can use a Python dictionary to control which
Read MoreA Backup for My Brain!
Rather than using a long list of if-then or case statments, you can use a Python dictionary to control which
Read MoreIn my use-case I wanted to store the output of the Linux lsblk command in a list of dictionaries. The
Read More