Re: Python and PL/1

2026-04-22 Thread dn via Python-list
On 23/04/2026 11:22, MRAB wrote: On 22/04/2026 23:17, johnnyrebel0801--- via Python-list wrote: Hi, this is John Quinn and I'm new on this board. I live down in Ottawa, Illinois. I'm interested in learning Python so that I can apply it to help in modernizing mainframe legacy systems

Re: Python and PL/1

2026-04-22 Thread Rob Cliffe via Python-list
On 22/04/2026 23:17, johnnyrebel0801--- via Python-list wrote: Hi, this is John Quinn and I'm new on this board. I live down in Ottawa, Illinois. I'm interested in learning Python so that I can apply it to help in modernizing mainframe legacy systems. I worked as a PL/1 Applications

Re: Python and PL/1

2026-04-22 Thread MRAB
On 22/04/2026 23:17, johnnyrebel0801--- via Python-list wrote: Hi, this is John Quinn and I'm new on this board. I live down in Ottawa, Illinois. I'm interested in learning Python so that I can apply it to help in modernizing mainframe legacy systems. I worked as a PL/1 Applications

Python and PL/1

2026-04-22 Thread johnnyrebel0801--- via Python-list
Hi, this is John Quinn and I'm new on this board. I live down in Ottawa, Illinois. I'm interested in learning Python so that I can apply it to help in modernizing mainframe legacy systems. I worked as a PL/1 Applications Programmer at State Farm Systems for 13 years using IMS Databa

Re: Python linuxfs Modules

2026-04-08 Thread DFS via Python-list
On 3/17/2026 2:33 AM, Lawrence D’Oliveiro wrote: python_linuxfs <https://gitlab.com/ldo/python_linuxfs> is a set of Python modules providing higher-level wrappers around various Linux-specific system APIs. Some of these already have support in the “os” module in the standard Python librar

Re: Python linuxfs Modules

2026-03-23 Thread Oguz Kaan Ocal
enums.For example, if you > look at my Python version of the ?sandboxer?sample program in the Landlock > documentation, I get the API versionfrom the current kernel with > LL_VERSION = linuxpriv.get_landlock_version()then I can collect sets of > available access attributes with

Re: Python linuxfs Modules

2026-03-17 Thread Oguz Kaan Ocal
On 17.03.2026 09:33, Lawrence D’Oliveiro wrote: python_linuxfs <https://gitlab.com/ldo/python_linuxfs> is a set of Python modules providing higher-level wrappers around various Linux-specific system APIs. Some of these already have support in the “os” module in the standard Python librar

Re: Defeat Python "Virtual Environment" in Fedora ?

2026-03-15 Thread rbowman via Python-list
te a hot mess. I forget which of the C people said if he'd foreseen how macros would be abused they wouldn't have been included in the language. -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Defeat Python "Virtual Environment" in Fedora ?

2026-03-15 Thread The Natural Philosopher
about three years before its been subverted by the people it tried to warn you about. Anon. -- https://mail.python.org/mailman3//lists/python-list.python.org

ANN: PyDDF Python Spring Sprint 2026

2026-03-15 Thread eGenix Team
/This announcement is in German since it targets a local user group//meeting in Düsseldorf, Germany/ Ankündigung Python Meeting Spring Sprint 2026 <https://pyddf.de/python-meeting-dusseldorf-spring-sprint-2026/> in Düsseldorf <http://www.duesseldorf.de/> Samstag, 21.03.20

Re: Defeat Python "Virtual Environment" in Fedora ?

2026-03-15 Thread Pancho via Python-list
just so I could spy on what they did. They wouldn't just tell me. If I was helpful they would ask me to do stuff, invest some time in explaining stuff to me. -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Defeat Python "Virtual Environment" in Fedora ?

2026-03-15 Thread c186282
ly, HUMAN programmers are becoming a niche occupation. The pointy-haired bosses will use 'AI' to write/do things - until THEY also become obsolete :-) -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Noise with useless subjects (was: Python)

2026-03-11 Thread Michael Torrie via Python-list
. -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Best approach for bulk DNS lookups in Python — socket vs dnspython vs asyncio

2026-03-10 Thread Cynthia Marshal via Python-list
results with https://dnsrobot.net/spf-checker is also a good way to spot-check SPF, DKIM, and DMARC output. -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-06 Thread Bob Eager
week immersed in an details of an old computer system which used General Peripheral Controllers. -- Using UNIX since v6 (1975)... Use the BIG mirror service in the UK: http://www.mirrorservice.org -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Best approach for bulk DNS lookups in Python — socket vs dnspython vs asyncio

2026-03-06 Thread Left Right via Python-list
art to an external program s.a. dig is going to improve performance, since, in principle, the I/O is the most expensive part. Python is slow, but not slow enough to compete for the root cause of performance degradation here, so, might as well use it, if that's convenient to you. On

Re: Python

2026-03-06 Thread Barry
ent parts of the usa. Barry -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Best approach for bulk DNS lookups in Python — socket vs dnspython vs asyncio

2026-03-06 Thread Barry
> On 6 Mar 2026, at 09:21, Left Right wrote: > > However, Python's asyncio is so poorly written, so bloated and > cumbersome that it's not really worth using it. The python twisted async library is fast and efficient. Barru -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-05 Thread Nuno Silva
S, which was indeed contracted to a different manufacturer and designed independently of PASS, on purpose. The OV avionics are described as FO/FS, Fail Operational / Fail Safe. If there is disagreement or fluctuation, you can do e.g. majority vote. If one is deemed bad, the same is still possible with the remaining three (hence the "Fail Operational"). Then if a second one fails, you can't use the nominal approach anymore. -- Nuno Silva -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-05 Thread gene heskett
nse of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author, 1940) If we desire respect for the law, we must first make the law respectable. - Louis D. Brandeis Don't poison our oceans, interdict drugs at the src. -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-05 Thread Chris Angelico via Python-list
ion ChrisA -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-05 Thread c186282
orrect relative to what ? Maybe they're all skewed and screwed. Our ability to measure VERY fine bits of time has revealed our inability to measure time - funny ! -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-05 Thread Carlos E.R.
wrong. The Space Shuttle system had three processors run the same computation as a check. And, IIRC, the third one was built and programmed by a different outfit. Different software? That one I did not know. -- Cheers, Carlos. ES🇪🇸, EU🇪🇺; -- https://mail.python.org/mailman3//lists/p

Re: Python

2026-03-05 Thread MRAB
. The Space Shuttle system had three processors run the same computation as a check. And, IIRC, the third one was built and programmed by a different outfit. The shuttle actually had five computers. -- https://mail.python.org/mailman3//lists/python-list.python.org

Advanced Python for Data Science and Bioinformatics – Online Course (23–26 March)

2026-03-05 Thread [email protected]
Dear all, Modern biological research increasingly relies on data-intensive approaches, requiring researchers to manage, analyze, and interpret large and complex datasets. Python has become one of the most widely used programming languages in data science and bioinformatics thanks to its

Re: Python

2026-03-05 Thread Charlie Gibbs
built and programmed by a different outfit. -- /~\ Charlie Gibbs | Growth for the sake of \ /| growth is the ideology X I'm really at ac.dekanfrus | of the cancer cell. / \ if you read it the right way. |-- Edward Abbey -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-05 Thread Charlie Gibbs
ac.dekanfrus | of the cancer cell. / \ if you read it the right way. |-- Edward Abbey -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-05 Thread Peter Flass
as a check. -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Best approach for bulk DNS lookups in Python — socket vs dnspython vs asyncio

2026-03-05 Thread Barry
> On 5 Mar 2026, at 01:41, Vahid Shaik wrote: > > Hi all, > > I've been working on a Python script to perform bulk DNS lookups (A, MX, TXT > records) for a list of ~500 domains to audit SPF/DKIM/DMARC configurations. > > Currently I'm using

Noise with useless subjects (was: Python)

2026-03-04 Thread c . buhtz
Please use an appropriate subject. That makes it easier to filter that noise. -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-04 Thread c186282
https://mail.python.org/mailman3//lists/python-list.python.org

Best approach for bulk DNS lookups in Python — socket vs dnspython vs asyncio

2026-03-04 Thread Vahid Shaik
Hi all, I've been working on a Python script to perform bulk DNS lookups (A, MX, TXT records) for a list of ~500 domains to audit SPF/DKIM/DMARC configurations. Currently I'm using `dns.resolver` from dnspython with ThreadPoolExecutor: ```python import dns.resolver from concurre

Re: Python

2026-03-04 Thread Nuno Silva
e speeds, and the placement and speed relative to the observers. (Oh, and also that any processor used to cruch numbers related to these observations isn't an Intel Pentium.) -- Nuno Silva -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-04 Thread o1bigtenor via Python-list
wo paired > >comments sometimes disagreed on what was being done or how it was done. > > > > A man with one clock knows what time it is. A man with two is never > quite sure... > -- Which is why a really smart person sets things to the 'offical clock' or has THREE of them (and logs their errors). -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-04 Thread The Natural Philosopher
vides "uncertainty", together with the experimental results. bye, +1. -- “Some people like to travel by train because it combines the slowness of a car with the cramped public exposure of 
an airplane.” Dennis Miller -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-04 Thread Carlos E.R.
ed comments sometimes disagreed on what was being done or how it was done. A man with one clock knows what time it is. A man with two is never quite sure... Experimental science would not agree. -- Cheers, Carlos. ES🇪🇸, EU🇪🇺; -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-04 Thread Peter Flass
be able to tell that the two paired comments sometimes disagreed on what was being done or how it was done. A man with one clock knows what time it is.  A man with two is never quite sure... Experimental science would not agree. You would need at least three. -- https://mail.python.org/m

Re: Python

2026-03-04 Thread Piergiorgio Sartor
he experimental results. bye, -- piergiorgio -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-04 Thread Ted Nolan
nt was written twice: >once in German and once in English. > >The bad news? I knew enough German to be able to tell that the two paired >comments sometimes disagreed on what was being done or how it was done. > A man with one clock knows what time it is. A man with two is never quite sure... -- columbiaclosings.com What's not in Columbia anymore..-- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-04 Thread Jason Friedman via Python-list
> > The bad news? I knew enough German to be able to tell that the two paired > comments sometimes disagreed on what was being done or how it was done. > > That's pretty funny. -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2026-03-04 Thread Michael F. Stemper via Python-list
mail.python.org/mailman3//lists/python-list.python.org

Re: Another issue between Win10 and Win 11 using python

2026-02-27 Thread Michael Torrie via Python-list
On 2/27/26 3:34 PM, Em wrote: > So, the answer is to hardwire the code, stopping it from > being portable, yes? That is one answer, yes. But as I said there are other options. -- https://mail.python.org/mailman3//lists/python-list.python.org

RE: Another issue between Win10 and Win 11 using python

2026-02-27 Thread Em
-Original Message- From: Thomas Passin Sent: Friday, February 27, 2026 11:47 AM To: [email protected] Subject: Re: Another issue between Win10 and Win 11 using python On 2/27/2026 9:49 AM, Em wrote: > > The statement is: ThisPath = os.getcwd() > > For 10 years i

Re: Another issue between Win10 and Win 11 using python

2026-02-27 Thread Thomas Passin
path for this that is allowed by Win 11? Yes. The way in which Windows determines and runs the executable program (like python) when a file is invoked by using its name has changed from what we all got used to. And the way it's launched when the file's icon is clicked in Windows Ex

Re: Another issue between Win10 and Win 11 using python

2026-02-27 Thread Michael Torrie via Python-list
t; I now want to run the program in Win 11. > As in Win 10, F5 from an editor, it gives me the present path but when I > double-click on the program in the folder, it gives me some system path on > the C drive. I thought we went through all this with you in December where thought there was a

Re: Another issue between Win10 and Win 11 using python

2026-02-27 Thread Mats Wichmann
ine") it will work as expected. The Windows 11 setup you've been given must be different in some way to your old Win10 one. You've left out too many details for people to dig deeper - how was the Python installed, for example - from the python.org installer, with/without t

Another issue between Win10 and Win 11 using python

2026-02-27 Thread Em
Win 11? -- https://mail.python.org/mailman3//lists/python-list.python.org

ANN: EmPy 4.2.1 -- a powerful, robust and mature templating system for Python

2026-02-08 Thread Erik Max Francis
# EmPy 4.2.1 release announcement I'm pleased to announce the release of EmPy 4.2.1. The 4._x_ series is a modernization of the software and a revamp of the EmPy system to update its feature set and make it more consistent with the latest Python versions and practices. EmPy 4._x_ was

Python for biologists

2026-02-01 Thread [email protected]
Dear all, We are pleased to announce the online course “Introduction to Python Programming for Biologists”, taking place from 9–12 February. This four-day course is designed for biologists at all levels with little or no prior programming experience. Participants will learn Python

Python 3.14 asyncio and slixmpp

2026-01-20 Thread Schimon Jehudah via Python-list
s required). * self.loop.run_forever() * asyncio.get_event_loop().run_forever() https://slixmpp.readthedocs.io/en/latest/using_asyncio.html After updating to Python 3.14 version, the XMPP service fails to start. See attached error message. I tried several variations of different directives

ANN: Python Meeting Düsseldorf - 14.01.2026

2026-01-06 Thread eGenix Team
/This announcement is in German since it targets a local user group//meeting in Düsseldorf, Germany/ Über uns Python Meeting Düsseldorf - Ein Treffen von Python Enthusiasten und Interessierten in ungezwungener Atmosphäre *A special note to our English speaking friends: Presentations

Re: Annoyance building python from source

2026-01-01 Thread Grant Edwards via Python-list
On 2025-12-31, Bill Deegan wrote: > On Mon, Dec 29, 2025 at 8:47 PM Keith Thompson wrote: > >> When I build Python from source, the "sudo make install" step >> creates root-owned files in the build directory. I have not seen >> this while building other open-

Re: Annoyance building python from source

2025-12-31 Thread Keith Thompson via Python-list
Keith Thompson writes: > When I build Python from source, the "sudo make install" step > creates root-owned files in the build directory. I have not seen > this while building other open-source packages from source. > > Is there a way to avoid this, so no root-owned

Re: Annoyance building python from source

2025-12-31 Thread Bill Deegan
don't use "sudo" before make install On Mon, Dec 29, 2025 at 8:47 PM Keith Thompson via Python-list < [email protected]> wrote: > When I build Python from source, the "sudo make install" step > creates root-owned files in the build directory. I have

Re: Please use a meaningful subject to ease filtering and avoid polluting other humans mailboxes (was: Python)

2025-12-31 Thread Schimon Jehudah via Python-list
It would be also useful to gain interest and attention of a concern. Schimon On Wed, 31 Dec 2025 10:05:32 + [email protected] wrote: > Thanks. > > Am 31.12.2025 04:16 schrieb Lulika Vith via Python-list: > > Thank you for teaching me this practical Vim trick. In the past

Please use a meaningful subject to ease filtering and avoid polluting other humans mailboxes (was: Python)

2025-12-31 Thread c . buhtz
Thanks. Am 31.12.2025 04:16 schrieb Lulika Vith via Python-list: Thank you for teaching me this practical Vim trick. In the past, I usually used macros to solve similar problems. However, since I like using the mouse, I just came up with an idea: I wrote a function and put it into my vimrc

Re: Python

2025-12-30 Thread Lulika Vith via Python-list
= line("'<") let l:end_line = line("'>") if l:start_line > l:end_line let l:tmp = l:start_line let l:start_line = l:end_line let l:end_line = l:tmp endif if &filetype ==# 'python' let l:begin = '""&q

Annoyance building python from source

2025-12-29 Thread Keith Thompson via Python-list
When I build Python from source, the "sudo make install" step creates root-owned files in the build directory. I have not seen this while building other open-source packages from source. Is there a way to avoid this, so no root-owned files are creates other than under the target in

Re: Python

2025-12-29 Thread Carlos E.R.
w it works. It's safe to say I'm not feeling a big hole in my life. People that use it will install it in every machine. People that don't know it, don't feel the need or advantage. -- Cheers, Carlos. ES🇪🇸, EU🇪🇺; -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2025-12-21 Thread Thomas Passin
On 12/21/2025 11:54 AM, Chris Angelico via Python-list wrote: On Mon, 22 Dec 2025 at 03:19, Peter J. Holzer wrote: On 2025-12-21 23:59:48 +1100, Chris Angelico via Python-list wrote: On Sun, 21 Dec 2025 at 23:31, Peter J. Holzer wrote: There is the concept of "pythonic" Code

Re: Python

2025-12-21 Thread Chris Angelico via Python-list
On Mon, 22 Dec 2025 at 03:19, Peter J. Holzer wrote: > > On 2025-12-21 23:59:48 +1100, Chris Angelico via Python-list wrote: > > On Sun, 21 Dec 2025 at 23:31, Peter J. Holzer wrote: > > > There is the concept of "pythonic" Code (just like there is a concept of

Re: Python

2025-12-21 Thread Peter J. Holzer
On 2025-12-21 23:59:48 +1100, Chris Angelico via Python-list wrote: > On Sun, 21 Dec 2025 at 23:31, Peter J. Holzer wrote: > > There is the concept of "pythonic" Code (just like there is a concept of > > idiomatic code in (almost) any language), but if you ask 100 r

Re: Python

2025-12-21 Thread Roel Schroeven
ration only involves variable i and nothing else. +=   is more a 'C' thing. It's perfectly idiomatic Python too. Using += is nothing like falling back to C-style constructs. -- "Programming today is a race between software engineers striving to build bigger and better idiot-pr

Re: Python

2025-12-21 Thread Chris Angelico via Python-list
On Sun, 21 Dec 2025 at 23:31, Peter J. Holzer wrote: > There is the concept of "pythonic" Code (just like there is a concept of > idiomatic code in (almost) any language), but if you ask 100 randomly > chosen Python programmers whether the use of += is pythonic, I doubt > th

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

2025-12-21 Thread Peter J. Holzer
| Story must make more sense than reality. |_|_) || | | | [email protected] |-- Charles Stross, "Creative writing __/ | http://www.hjp.at/ | challenge!" signature.asc Description: PGP signature -- https://mail.python.org/mailman3//lists/python-list.python.org

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

2025-12-21 Thread Peter J. Holzer
On 2025-12-21 04:25:26 +, rbowman wrote: > On Sat, 20 Dec 2025 10:12:49 +, Richard Kettlewell wrote: > > I would say that although Python does have some aspects of strong > > typing, it is mostly weakly typed. > > Type hints sort of address that. Type hints add st

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

2025-12-21 Thread Peter J. Holzer
On 2025-12-20 10:12:49 +, Richard Kettlewell wrote: > Another property suggested in [1] for ‘strong typing’ is that functions > can only be called with with arguments matching a declared type. I would call that "static typing". I think it is useful to separate these, espec

Re: Python

2025-12-21 Thread Peter J. Holzer
On 2025-12-18 04:25:35 -0500, c186282 wrote: > On 12/18/25 01:54, rbowman wrote: > > On Wed, 17 Dec 2025 23:02:24 -0500, c186282 wrote: > > > > > Oh, I usually write "i=i+2". It's a bit more clear and becomes the > > > same code anyway

Re: Python

2025-12-21 Thread Peter J. Holzer
hjp -- _ | Peter J. Holzer| Story must make more sense than reality. |_|_) || | | | [email protected] |-- Charles Stross, "Creative writing __/ | http://www.hjp.at/ | challenge!" signature.asc Description: PGP signature -- https://mail.python.org/mailman3//lists/python-list.python.org

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

2025-12-20 Thread rbowman
a scalar just in case you wanted a string or character instead of an integer or float. -- https://mail.python.org/mailman3//lists/python-list.python.org

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

2025-12-20 Thread rbowman
On Sat, 20 Dec 2025 10:12:49 +, Richard Kettlewell wrote: > I would say that although Python does have some aspects of strong > typing, it is mostly weakly typed. Type hints sort of address that. Like TypeScript there is a temptation to say 'foo: Any' to preserve duck t

Re: Python

2025-12-20 Thread rbowman
say I'm not feeling a big hole in my life. -- https://mail.python.org/mailman3//lists/python-list.python.org

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

2025-12-20 Thread Dan Sommers
_add__, then those dunder methods *are* the explicit conversions. OTOH, if you want to argue that Python calls dunder methods implicitly, or that a stray dunder method or three in a class hierarchy can cause heaps of trouble, then I agree. :-) -- https://mail.python.org/mailman3//lists/

Re: Python

2025-12-20 Thread Carlos E.R.
step. I comment *A LOT*. When I had to go back and revisit some very old code, I wished I had commented more. I've almost never looked at a program and said "I wish it had fewer comments." +1 -- Cheers, Carlos. ES🇪🇸, EU🇪🇺; -- https://mail.python.org/mailman3//lists/python-list.python.org

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

2025-12-20 Thread rbowman
On Fri, 19 Dec 2025 20:58:10 - (UTC), Lawrence D’Oliveiro wrote: > On Fri, 19 Dec 2025 13:30:03 - (UTC), candycanearter07 wrote: > >> Lawrence D’Oliveiro wrote at 02:05 this Sunday (GMT): >>> >>> Think about why both JavaScript and PHP need a “===” opera

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

2025-12-20 Thread Richard Kettlewell
ounter a lot >>> of issue if you believe that. >> >> Think about why both JavaScript and PHP need a “===” operator, while >> Python does not. >> >> It’s because Python is strongly typed. > > I thought it was because JS was too liberal with type-casting to

Re: Python

2025-12-20 Thread c186282
/mailman3//lists/python-list.python.org

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

2025-12-20 Thread c186282
will only encounter a lot of issue if you believe that. Think about why both JavaScript and PHP need a “===” operator, while Python does not. It’s because Python is strongly typed. I thought it was because JS was too liberal with type-casting to make things true, and the JS devs didn't wan

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

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

Re: Python

2025-12-19 Thread rbowman
ia.org/wiki/Norton_Commander The biggest problems were any network features. I should install it on one of the machines for old times sake. -- https://mail.python.org/mailman3//lists/python-list.python.org

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

2025-12-19 Thread candycanearter07
believe that. > > Think about why both JavaScript and PHP need a “===” operator, while > Python does not. > > It’s because Python is strongly typed. I thought it was because JS was too liberal with type-casting to make things true, and the JS devs didn't want to break co

Re: Python

2025-12-19 Thread c186282
programs. The ed in Midnight Commander is a bit better, AND you can use it easily over SSH. -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2025-12-19 Thread rbowman
an do side >>>> by side panes but I never do. >>> >>> :sp[lit] >>> :vs[plit] >>> >>> also work. I generally divide the vim screen into four 100 column >>> wide panes. >> >> I'd screw that up. 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'?' > > >NANO !!! :-) Whatever. I've used it in a pinch but it's definitely my favorite. -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2025-12-19 Thread c186282
vim screen into four 100 column wide panes. I'd screw that up. 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'?' NAN

Re: Python

2025-12-19 Thread c186282
rth. Oops, you missed my point entirely :-) 'R' ??? You must have some very special needs ! https://www.anaconda.com/blog/python-vs-r-data-science-ai-workflows The article is biased but R at one time was more popular for machine learning. Python caught up rapidly. One of the

i3 (was: Python)

2025-12-19 Thread Axel Reichert via Python-list
lit toggle Since I do have window borders, the split direction will be visible (a light shade of blue border versus a subdued one. I am quite happy with it. You might give it a try. Best regards Axel -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2025-12-18 Thread c186282
the actual code WRITER doesn't understand his/her/its own code ... that's worrisome. As I mentioned to someone else, I've got a Python function around somewhere with about SIX lines of actual code and over THIRTY lines of comment above it explaining why the tricky little devil work

Re: Python

2025-12-18 Thread c186282
nd have crystal perfect comprehension about how their huge 1975 COBOL opus worked ... A few of us need enough detailed comments to work us through the steps and reasoning again ... Hmm ... have one Python function floating around where the actual code is about 6 lines - but there's abou

Re: Python

2025-12-18 Thread rbowman
. It was helpful in a way since we learned to write better fix notes. I have worked with tech writers who could translate GeekSpeak into English but the good ones are scarce. -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2025-12-18 Thread Alan Gauld via Python-list
https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2025-12-18 Thread dn via Python-list
a form of (technical) documentation and a guide for use? If start from the spec/user story (perhaps as a README.md in tests/) and reproduce appropriate sections (as comments/docstrings, hah!) in each test file, then will all flow-through? -- Regards, =dn -- https://mail.python.org/ma

Re: Python

2025-12-18 Thread Peter Flass
stand what they were looking at. The result generally obscures more than it illuminates. Since documentation never gets updated, if it's even created at all, comments are the best you can get most of the time. -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2025-12-18 Thread rbowman
; ??? You must have some very special needs ! https://www.anaconda.com/blog/python-vs-r-data-science-ai-workflows The article is biased but R at one time was more popular for machine learning. Python caught up rapidly. One of the problems with R is a sort of quirky syntax compared to most languages

Re: Python

2025-12-18 Thread rbowman
on.org/mailman3//lists/python-list.python.org

Re: Python

2025-12-18 Thread rbowman
vertically stacked panes. I know you can do side by side panes but >>I never do. > > :sp[lit] > :vs[plit] > > also work. I generally divide the vim screen into four 100 column wide > panes. I'd screw that up. I use i3/sway and I have a moment of hesitation o

Re: Python

2025-12-18 Thread Richard Kettlewell
at. The result generally obscures more than it illuminates. -- https://www.greenend.org.uk/rjk/ -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2025-12-18 Thread Scott Lurndal
generally divide the vim screen into four 100 column wide panes. -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2025-12-18 Thread The Natural Philosopher
f BOLLOCKS .. ... .. . #endif -- Ideas are more powerful than guns. We would not let our enemies have guns, why should we let them have ideas? Josef Stalin -- https://mail.python.org/mailman3//lists/python-list.python.org

Re: Python

2025-12-18 Thread Peter Flass
d to go back and revisit some very old code, I wished I had commented more. I've almost never looked at a program and said "I wish it had fewer comments." -- https://mail.python.org/mailman3//lists/python-list.python.org

  1   2   3   4   5   6   7   8   9   10   >