Re: Python Developer Of The Week

2023-02-06 Thread Thomas Passin
Thanks, guys! On Monday, February 6, 2023 at 7:30:27 PM UTC-5 Félix wrote: > That's pretty cool!! :) > > Félix > > On Monday, February 6, 2023 at 4:16:01 PM UTC-5 Edward K. Ream wrote: > >> On Mon, Feb 6, 2023 at 9:58 AM Thomas Passin wrote: >> >>> I gave an email interview to the PyDev Of The

Re: Python Developer Of The Week

2023-02-06 Thread Félix
That's pretty cool!! :) Félix On Monday, February 6, 2023 at 4:16:01 PM UTC-5 Edward K. Ream wrote: > On Mon, Feb 6, 2023 at 9:58 AM Thomas Passin wrote: > >> I gave an email interview to the PyDev Of The Week series. Edward was >> featured there several years ago so I'm in good company. >>

Re: Pipx

2023-02-06 Thread Thomas Passin
Link for pipx On Monday, February 6, 2023 at 5:33:37 PM UTC-5 Thomas Passin wrote: > I just tried out pipx, which is a Python install program that wraps pip > such that for each installed package, it creates a separate virtual > environment, installs into that,

Pipx

2023-02-06 Thread Thomas Passin
I just tried out pipx, which is a Python install program that wraps pip such that for each installed package, it creates a separate virtual environment, installs into that, and creates executables to launch each of the entry points. I believe that it installs basically similar to using

Re: Python Developer Of The Week

2023-02-06 Thread Edward K. Ream
On Mon, Feb 6, 2023 at 9:58 AM Thomas Passin wrote: > I gave an email interview to the PyDev Of The Week series. Edward was > featured there several years ago so I'm in good company. > > I'm posting it here because I talk quite a bit about Leo. > > PyDev Of The Week >

Python Developer Of The Week

2023-02-06 Thread Thomas Passin
I gave an email interview to the PyDev Of The Week series. Edward was featured there several years ago so I'm in good company. I'm posting it here because I talk quite a bit about Leo. PyDev Of The Week -- You

Re: Why nits matter

2023-02-06 Thread jkn
Seem fair enough, thanks. I can live with it now I know about the behaviour. I take on board the "It's harder than you might think..." Regards, J^n On Monday, February 6, 2023 at 6:14:57 AM UTC Edward K. Ream wrote: > On Sun, Feb 5, 2023 at 3:01 PM jkn wrote: > >> Can I raise this nit again?

Re: Command To Run External File

2023-02-06 Thread jkn
I'll give it a try (kubuntu linux, mainly) and let you know what I find... On Monday, February 6, 2023 at 6:18:42 AM UTC tbp1...@gmail.com wrote: > I've been working on a command to run an external file (@file, @clean > ...). I think it is ready, and I'd appreciate it if other folks could test