Re: Python

2025-12-19 Thread Carlos E.R.
On 2025-12-16 00:55, Lawrence D’Oliveiro wrote: On Mon, 15 Dec 2025 18:44:06 +, The Natural Philosopher wrote: [Python is] the modern BASIC. Great for hacking stuff up, bur bare metal it aint. Unlike BASIC, Python’s facilities for doing low-level stuff are a bit more advanced than PEEK an

AI Generated Usenet Client in Python

2025-12-19 Thread street--- via Python-list
AI Generated Usenet Client in Python If you have any improvements to this or helpful ideas I would like to see them. https://github.com/alt-magick/Newsgroup-Client-/ #!/usr/bin/env python3 import nntplib import sys import termios import tty import re import quopri import base64 from email.messag

ANN: tumblelog 5.5.0: a static microblog generator

2025-12-19 Thread John Bokma
Dear reader, I just released version 5.5.0 of tumblelog, a static microblog generator which generates HTML5, an RSS feed, a JSON feed and optionally tag pages from a single Markdown file with additional directives. Example microblog: https://plu.com/ GitHub: https://github.com/john-bokma

Re: Python

2025-12-19 Thread rbowman
On Fri, 19 Dec 2025 03:30:56 -0500, c186282 wrote: >The ed in Midnight Commander is a bit better, AND you can use it >easily over SSH. Back in the days of DJGPP https://en.wikipedia.org/wiki/DJGPP I ported MC back to Windows, from whence it came as a test. https://en.wikipedia.org/wiki

Re: Python (was Re: Recent history of vi)

2025-12-19 Thread candycanearter07
Lawrence D’Oliveiro wrote at 02:05 this Sunday (GMT): > On 13 Dec 2025 11:55:35 GMT, Stéphane CARPENTIER wrote: > >> Everything else is just a lot of lies. They pretend it's not strongly >> typed, but in the real world you will only encounter a lot of issue if >> you believe that. > > Think about

Re: Python

2025-12-19 Thread c186282
On 12/19/25 03:18, rbowman wrote: On Fri, 19 Dec 2025 00:56:11 -0500, c186282 wrote: On 12/18/25 13:38, rbowman wrote: On Thu, 18 Dec 2025 15:43:49 GMT, Scott Lurndal wrote: rbowman writes: On Thu, 18 Dec 2025 08:03:47 +0100, Marc Haber wrote: rbowman wrote: I keep it simple and use th

Re: Python

2025-12-19 Thread rbowman
On Fri, 19 Dec 2025 00:56:11 -0500, c186282 wrote: > On 12/18/25 13:38, rbowman wrote: >> On Thu, 18 Dec 2025 15:43:49 GMT, Scott Lurndal wrote: >> >>> rbowman writes: On Thu, 18 Dec 2025 08:03:47 +0100, Marc Haber wrote: > rbowman wrote: >> I keep it simple and use the first

Re: Python

2025-12-19 Thread c186282
On 12/18/25 13:38, rbowman wrote: On Thu, 18 Dec 2025 15:43:49 GMT, Scott Lurndal wrote: rbowman writes: On Thu, 18 Dec 2025 08:03:47 +0100, Marc Haber wrote: rbowman wrote: I keep it simple and use the first column, s/^/#/ in vim. s/^#// to make them go away. Ctrl-V, down, I, '# ', Es

[no subject]

2025-12-19 Thread Sartaj via Python-list
Can someone please guide me towards java mailing list? I want to know how javadoc commenting works. Due to some reasons I can't access browsers. -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2025-12-19 Thread c186282
On 12/18/25 14:22, rbowman wrote: On Thu, 18 Dec 2025 04:25:35 -0500, c186282 wrote: But isn't && and || more better ? If the meaning is more obscure then it MUST be better ! Perfectly obvious. BTW any language that can't do bit operations should be drowned at birth. Oops, you

i3 (was: Python)

2025-12-19 Thread Axel Reichert via Python-list
rbowman writes: > I use i3/sway and I have a moment of hesitation of whether Meta-h or > Meta-v is going to split the way I want. 'I want two panes stacked > vertically so that's 'h'. Or is it 'v'?' >From my i3 config file: bindsym Mod4+v split toggle Since I do have window borders, the spli