[Tkinter-discuss] TKinter and Python asyncio

c.buhtz at posteo.jp c.buhtz at posteo.jp
Sun Dec 17 17:53:16 EST 2017


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.


More information about the Tkinter-discuss mailing list