My application loads lots of data from a database into a complex data structure.The in-memory data structure ressembles the structure of the database, which means that if the database contains the fol
I have a python script that uses plt.show() as it\'s last instruction. When it runs, IDLE just hangs after the last instruction. I get the image but I don\'t get the prompt back.