I have a dictionary in Python that looks as follows:
{'first':{0,1,2}, 'second':{2,3}, etc .. }
There are lots of items so I can not scroll over them in the cmd. Therefore, I tried some methods to write the output to a file but it did not work with me (see: Error in writing a dictionary to a file).
Now, I need a method that allows me to view the dictionary content and also search over the content (ctrl-F or similar). I am a new to python so kindly bear this in mind and try to answer me in step-by-step fashion