Hello, is it a bad idea to combine tkinter and asyncio package in Python3.5? Or is it even possible?
I am also not sure if asynchronus programming is the solution of my problem: I try to create a Newsfeed-Reader (RSS & Atom). So I when the application refresh all feeds it will cause downloading e.g. 100 separate files/feeds. And I am not absolutly sure about the differences between multihtreading and asynchrone programming. _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org https://mail.python.org/mailman/listinfo/tkinter-discuss