Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.folklore.computers > #232378
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | ram@zedat.fu-berlin.de (Stefan Ram) |
| Newsgroups | alt.folklore.computers |
| Subject | Re: A Modern "Hello World" |
| Date | 5 Dec 2025 16:20:40 GMT |
| Organization | Stefan Ram |
| Lines | 25 |
| Expires | 1 Jun 2026 11:59:58 GMT |
| Message-ID | <code-20251205172003@ram.dialup.fu-berlin.de> (permalink) |
| References | <slrn10j5p7q.gqmf.lars@cleo.beagle-ears.com> <clock-20251205153453@ram.dialup.fu-berlin.de> <slrn10j5sst.gqmf.lars@cleo.beagle-ears.com> <20251205080823.00005977@gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de v22oEenNtFHgkGXljfIybw/NyUqq9Onn0BYgnYsRU6sWJa |
| Cancel-Lock | sha1:XXljjBZjt4g+6+Qe0r5ESZ7Gt0o= sha256:Ayjaqf+1V9me+BPrOSw7CkiFnJ+06Bw/Wl9b7jDZc3U= |
| X-Copyright | (C) Copyright 2025 Stefan Ram. All rights reserved. Distribution through any means other than regular usenet channels is forbidden. It is forbidden to publish this article in the Web, to change URIs of this article into links, and to transfer the body without this notice, but quotations of parts in other Usenet posts are allowed. |
| X-No-Archive | Yes |
| Archive | no |
| X-No-Archive-Readme | "X-No-Archive" is set, because this prevents some services to mirror the article in the web. But the article may be kept on a Usenet archive server with only NNTP access. |
| X-No-Html | yes |
| Content-Language | en |
| Xref | csiph.com alt.folklore.computers:232378 |
Show key headers only | View raw
John Ames <commodorejohn@gmail.com> wrote or quoted:
>Java, and to a lesser extent Python. Which is not necessarily a bad
. . .
>Sadly, no (although there are attempts to revive it; would-be spiritual
Well, one can, kind of, translate my HTML code to Python:
import tkinter as tk
from time import strftime
root = tk.Tk()
root.title("Clock")
clock = tk.Label(root, font=("Sans", 22, "bold"), bg="#eef", bd=3,
relief="solid")
clock.pack(padx=12, pady=12)
def update():
clock.config(text=strftime("%H:%M:%S"))
root.after(100, update)
update()
root.mainloop()
.
Back to alt.folklore.computers | Previous | Next — Previous in thread | Next in thread | Find similar
A Modern "Hello World" Lars Poulsen <lars@beagle-ears.com> - 2025-12-05 13:58 +0000
Re: A Modern "Hello World" ram@zedat.fu-berlin.de (Stefan Ram) - 2025-12-05 14:36 +0000
Re: A Modern "Hello World" Lars Poulsen <lars@beagle-ears.com> - 2025-12-05 15:00 +0000
Re: A Modern "Hello World" ram@zedat.fu-berlin.de (Stefan Ram) - 2025-12-05 15:14 +0000
Re: A Modern "Hello World" John Ames <commodorejohn@gmail.com> - 2025-12-05 08:08 -0800
Re: A Modern "Hello World" ram@zedat.fu-berlin.de (Stefan Ram) - 2025-12-05 16:20 +0000
Re: A Modern "Hello World" John Ames <commodorejohn@gmail.com> - 2025-12-05 09:10 -0800
Re: A Modern "Hello World" ram@zedat.fu-berlin.de (Stefan Ram) - 2025-12-05 17:26 +0000
Re: A Modern "Hello World" John Ames <commodorejohn@gmail.com> - 2025-12-05 09:37 -0800
Re: A Modern "Hello World" Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-14 20:12 +0000
Re: A Modern "Hello World" rbowman <bowman@montana.com> - 2025-12-14 20:31 +0000
Re: A Modern "Hello World" Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-12-16 12:15 -0500
Re: A Modern "Hello World" John Ames <commodorejohn@gmail.com> - 2025-12-16 09:21 -0800
Re: A Modern "Hello World" John Ames <commodorejohn@gmail.com> - 2025-12-15 08:21 -0800
Re: A Modern "Hello World" Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-15 22:45 +0000
Re: A Modern "Hello World" John Ames <commodorejohn@gmail.com> - 2025-12-15 14:53 -0800
Re: A Modern "Hello World" Nuno Silva <nunojsilva@invalid.invalid> - 2025-12-15 23:06 +0000
Re: A Modern "Hello World" rbowman <bowman@montana.com> - 2025-12-16 07:49 +0000
Re: A Modern "Hello World" David Wade <g4ugm@dave.invalid> - 2025-12-16 15:05 +0000
Re: A Modern "Hello World" rbowman <bowman@montana.com> - 2025-12-16 19:46 +0000
Re: A Modern "Hello World" rbowman <bowman@montana.com> - 2025-12-05 19:10 +0000
Re: A Modern "Hello World" scott@slp53.sl.home (Scott Lurndal) - 2025-12-05 18:49 +0000
Re: A Modern "Hello World" rbowman <bowman@montana.com> - 2025-12-05 22:51 +0000
Re: A Modern "Hello World" rbowman <bowman@montana.com> - 2025-12-05 19:09 +0000
Re: A Modern "Hello World" Anthk NM <anthk@disroot.org> - 2025-12-21 21:38 +0000
Re: A Modern "Hello World" rbowman <bowman@montana.com> - 2025-12-22 06:53 +0000
Re: A Modern "Hello World" Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-22 17:33 +0000
Re: A Modern "Hello World" Peter Flass <Peter@Iron-Spring.com> - 2025-12-22 13:52 -0700
Re: A Modern "Hello World" Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-22 21:12 +0000
Re: A Modern "Hello World" Nuno Silva <nunojsilva@invalid.invalid> - 2025-12-23 11:09 +0000
Re: A Modern "Hello World" Anthk NM <anthk@disroot.org> - 2025-12-30 18:03 +0000
Re: A Modern "Hello World" rbowman <bowman@montana.com> - 2025-12-05 19:04 +0000
Re: A Modern "Hello World" Anthk NM <anthk@disroot.org> - 2025-12-21 21:38 +0000
Re: A Modern "Hello World" Mike Spencer <mds@bogus.nodomain.nowhere> - 2025-12-06 23:40 -0400
Re: A Modern "Hello World" "Kerr-Mudd, John" <admin@127.0.0.1> - 2025-12-07 10:55 +0000
Re: A Modern "Hello World" Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-07 23:27 +0000
Re: A Modern "Hello World" rbowman <bowman@montana.com> - 2025-12-08 01:38 +0000
Re: A Modern "Hello World" Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-14 20:14 +0000
Re: A Modern "Hello World" David Bridgham <dab@froghouse.org> - 2025-12-05 14:55 -0500
Re: A Modern "Hello World" Theo <theom+news@chiark.greenend.org.uk> - 2025-12-06 12:02 +0000
Re: A Modern "Hello World" Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-14 02:09 +0000
Re: A Modern "Hello World" Anthk NM <anthk@disroot.org> - 2025-12-21 21:38 +0000
csiph-web