Weekly Roundup 2020-10-27

By Max Woerner Chase

Next week, I'm going to experiment with what I can do with tkinter. One thing I'm pretty sure I can do is integrate it with Trio, which should give me the ability to avoid explicitly breaking up big functions: just write helper functions that kick stuff off, then use a channel or an event or something. (It looks like other people have looked into the general idea of Trio + tkinter, and run into caveats.) I need to get more experienced with tkinter first, and see how far I can push it to work with my existing message passing stuff.