Relative Content

Tag Archive for pythondictionary

Python Dictionaries

hoping you all can help. I am having a bit of trouble wrapping my head around importing a text file into a python dictionary.
As an overview of my program, I am trying to take a text file (basicaly a CSV, but with a txt extention)
Sample data from text file:

Python dict question get() function dumps

I have a Python dict question where I struggle with using the typical tutorials I can find. In my debugger I see the following dict (call it instance_dict in my code)