Sujet : Re: Python meanderings
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.advocacyDate : 15. Jan 2025, 07:54:59
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vm7m42$2rnlk$1@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.161 (Chasiv Yar; )
On Wed, 15 Jan 2025 00:37:31 -0500,
186282@ud0s4.net wrote:
Python isn't so great for GUIs.
What makes it better is async/await. If you wrap the GUI toolkit event
loop in an asyncio-compatible wrapper, then that lets you write event-
loop-agnostic async code!
Examples of using my GLib/GTK wrapper:
<
https://bitbucket.org/ldo17/glibcoro_examples/>.
Not sure this is possible in any other language.