Path: ...!feeds.phibee-telecom.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.os.linux.advocacy Subject: Re: More Funny Stuff From The Joke Python Date: Sun, 9 Jun 2024 01:01:44 -0000 (UTC) Organization: A noiseless patient Spider Lines: 16 Message-ID: References: <17d716103c089ab3$7951$675878$802601b3@news.usenetexpress.com> <6664a9db$0$3738369$882e4bbb@reader.netnews.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Sun, 09 Jun 2024 03:01:44 +0200 (CEST) Injection-Info: dont-email.me; posting-host="e98d6c6f2f9dfe52aa544b0d04bc91ad"; logging-data="3084977"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18DpD5+kMHoQ9XI+vpuAi3V" User-Agent: Pan/0.158 (Avdiivka; ) Cancel-Lock: sha1:/ojNGnuaCKIwVxQNR+rl/Pvq7xc= Bytes: 1857 On Sat, 08 Jun 2024 15:03:34 -0400, Joel wrote: > I don't know what you would expect to do with it. When I started doing Linux/Unix programming (late 1990s), it was back-end web stuff with Perl. Then I needed to do something with a GUI that a local user could run. I initially wrote it with Tcl/Tk. Then I discovered Python. I redid the app with that, using GTK as the GUI toolkit. It worked so much better, I never found another use for Tcl after that. These days, Python is my language of choice for bread-and-butter back-end stuff. It has a vast number of addon libraries for interfacing to just about any kind of functionality you might want. And I have done my bit to add to those libraries.