TKinter and Python asyncio
<[email protected]> Sun, 17 Dec 2017 23:53:16 +0100
| Newsgroups | gmane.comp.python.tkinter |
|---|---|
| Message-ID | <[email protected]> |
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.