On Sun, Sep 26, 2021 at 9:09 AM Eli the Bearded <*@eli.users.panix.com> wrote:
>
> In comp.lang.python, Chris Angelico wrote:
> > Eli the Bearded <*@eli.users.panix.com> wrote:
> >> I'd use one of the netpbm formats instead of JPEG. PBM for one bit
> >> bitmaps, PGM for one channel (typically gra
In comp.lang.python, Chris Angelico wrote:
> Eli the Bearded <*@eli.users.panix.com> wrote:
>> I'd use one of the netpbm formats instead of JPEG. PBM for one bit
>> bitmaps, PGM for one channel (typically grayscale), PPM for three
>> channel RGB, and PAM for anything else (two channel gray plus a
I've been reading (and posting to) this list for many years by
pointing an NNTP client
at news://gmane.comp.python.general. Sometime in the past few days posts started
being refused:
You have tried posting to gmane.comp.python.general, which is a
unidirectional
mailing list. Gmane can ther
On 26/09/2021 10.48, 2qdxy4rzwzuui...@potatochowder.com wrote:
> On 2021-09-25 at 15:20:19 -0500,
> "Michael F. Stemper" wrote:
>
>> ... For instance, if
>> I modeled a fuel like this:
>>
>>
>> ton
>> 21.96
>> 18.2
>>
...
> Disclaimer: I am not a big XML fan, for a number of
On 26/09/2021 10.07, Stefan Ram wrote:
> "Michael F. Stemper" writes:
>> fitting hierarchical
>> data into rows/columns just seems wrong
>
> There were hierarchical database management systems like
> IMS by IBM based on that point of view. Today, almo
On 2021-09-25 at 15:20:19 -0500,
"Michael F. Stemper" wrote:
> ... For instance, if
> I modeled a fuel like this:
>
>
> ton
> 21.96
> 18.2
>
>
> and a generating unit like this:
>
>
>
>
>
>
>
>
>
>
>
>
>
Michael,
I don't care what you choose. Whatever works is fine for an internal use.
But is the data scheme you share representative of your actual application?
>From what I see below, unless the number of "point" variables is not always
exactly four, the application might be handled well by any f
I have a script that chooses a paragraph at random from a text file
then uses that paragraph to generate and send an email message. It's
set up to run on Windows 7 startup. It has run without issue more than
400 times.
Recently two consecutive runs produced the following messages...
Could
On 21/09/2021 13.12, Michael F. Stemper wrote:
If XML is not the way to package data, what is the recommended
approach?
Well, there have been a lot of ideas put forth on this thread,
many more than I expected. I'd like to thank everyone who
took the time to contribute.
Most of the reasons giv
On 2021-09-25, Peter J. Holzer wrote:
> On 2021-09-24 23:32:47 -, Jon Ribbens via Python-list wrote:
>> JSON Schema provides a way to denote composite types.
>
> I probably wasn't clear what I meant. In XML, every element has a tag,
> which is basically its type. So by looking at an XML file (
Steve Keller wrote at 2021-9-25 00:15 +0200:
>"Dieter Maurer" writes:
>
>> Steve Keller wrote at 2021-9-24 11:48 +0200:
>> >Why do some built-in Python functions feel so differently:
>>
>> Because the typical use cases are different
>>
>> [...]
>>
>> >while other functions like set.union() and set
On Sun, Sep 26, 2021 at 2:27 AM Dieter Maurer wrote:
>
> Stefan Ram wrote at 2021-9-24 16:48 GMT:
> >"Dieter Maurer" writes:
> >>A list is ordered. Therefore, it is important where
> >>in this order an element is added. Thus, for a list,
> >>`append` is a better name than `add` -- because it alre
Stefan Ram wrote at 2021-9-24 16:48 GMT:
>"Dieter Maurer" writes:
>>A list is ordered. Therefore, it is important where
>>in this order an element is added. Thus, for a list,
>>`append` is a better name than `add` -- because it already
>>tells us in the name where it adds the new element.
>
> In
As last year, we are holding the General Assembly (GA) of the EuroPython
Society (EPS) online for this year.
General Assembly
In accordance with our bylaws, we are calling for the EuroPython Society
General Assembly to be held on Sunday, October 10th 2020, from 19:00 -
21:00 CEST
Am Fri, Sep 24, 2021 at 08:59:23PM +0200 schrieb Peter J. Holzer:
> JSON: Has a few primitive data types (bool, number, string) and a two
> compound types (list, dict(string -> any)). Still missing many
> frequently used data types (e.g. dates)
But that (dates) at least has a well-known mapping t
On 2021-09-24 23:32:47 -, Jon Ribbens via Python-list wrote:
> On 2021-09-24, Chris Angelico wrote:
> > On Sat, Sep 25, 2021 at 8:53 AM dn via Python-list
> > wrote:
> >> On 25/09/2021 06.59, Peter J. Holzer wrote:
> >> > CSV: Good for tabular data of a single data type (strings). As soon as
>
On Sat, 25 Sept 2021 at 02:16, Chris Angelico wrote:
> On Sat, Sep 25, 2021 at 11:11 AM Oscar Benjamin
> wrote:
> >
> > On Sat, 25 Sept 2021 at 02:01, Chris Angelico wrote:
> >>
> >> On Sat, Sep 25, 2021 at 10:56 AM Oscar Benjamin
> >> wrote:
> >> >
> >> > On Sat, 25 Sept 2021 at 00:37, Greg E
17 matches
Mail list logo