On 13/06/20 8:49 AM, Siddharth Joshi wrote:
I am new in Python world and would like to use it for one of the our
purpose . Before that, I would like to ask if Python has compatibility with
ENSCRIBE database .
Enscribe database (file structured) is the native database of HP NonStop
(Tandem) serve
On 13/06/20 3:09 AM, Robin Becker wrote:
On 11/06/2020 16:39, Grant Edwards wrote:
the hands of the developer. I suppose the OP could quit and stand on
the street corner with a cardboard sign:
I would love to do that :)
Of possible interest to folk interested in this thread:
Recently came a
On Fri, Jun 12, 2020 at 5:03 PM Siddharth Joshi wrote:
>
> All,
>
> I am new in Python world and would like to use it for one of the our
> purpose . Before that, I would like to ask if Python has compatibility with
> ENSCRIBE database .
>
> Enscribe database (file structured) is the native databas
All,
I am new in Python world and would like to use it for one of the our
purpose . Before that, I would like to ask if Python has compatibility with
ENSCRIBE database .
Enscribe database (file structured) is the native database of HP NonStop
(Tandem) server, mainly used in applications running o
On 6/12/2020 2:03 AM, DL Neil via Python-list wrote:
Unicode has given us access to a wealth of mathematical and other
symbols. Hardware and soft-/firm-ware flexibility enable us to move
beyond and develop new 'standards'. Do we have opportunities to make
computer programming more math-familiar
On 11/06/2020 16:39, Grant Edwards wrote:
the hands of the developer. I suppose the OP could quit and stand on
the street corner with a cardboard sign:
I would love to do that :)
--
https://mail.python.org/mailman/listinfo/python-list
On Fri, Jun 12, 2020 at 9:11 PM Elliott Roper wrote:
>
> On 12 Jun 2020 at 09:47:04 BST, "moi" wrote:
> i) Who cares?
Don't bother responding to him. He's somehow gotten the idea that
Python's Unicode support is broken, and he spews his vomit out onto
the newsgroup periodically. He's blocked fro
On 12 Jun 2020 at 09:47:04 BST, "moi" wrote:
> i) Today there people, who are still not understanding this:
>
'Å'.encode('utf-8')
> b'\xc3\x85'
'Å'.encode('utf-16-le')
> b'\xc5\x00'
'Å'.encode('utf-32-le')
> b'\xc5\x00\x00\x00'
>
> ii) On a Western Europen Windows, Py 3 is not ev