Sep-24-2025, 09:21 PM
I'm trying to convert an app from a top down program to classes and an having a hard time finding out how to export a dictionary to get something besides the object address. I have seen something like this one time and can not go back and find it again.
What I am doing is downloading a dictionary from an API and want to make it available to my tkinter application class. Presently have have the class to download the dictionary outside of the main application class and want it available to several sub-classes. I've been led to believe this is the correct way to approach the problem, keep classes not in the normal work flow outside of the app class.
This probably hasn't been the best description of the problem but I'm still trying to learn Tkinter and classes at the same time.
Thanks for any suggestions.
Ron R
What I am doing is downloading a dictionary from an API and want to make it available to my tkinter application class. Presently have have the class to download the dictionary outside of the main application class and want it available to several sub-classes. I've been led to believe this is the correct way to approach the problem, keep classes not in the normal work flow outside of the app class.
This probably hasn't been the best description of the problem but I'm still trying to learn Tkinter and classes at the same time.
Thanks for any suggestions.
Ron R
