Re: Sketch

2021-02-14 Thread Mr Flibble
On 14/02/2021 09:10, Michał Jaworski wrote: Wow, that thread is entertaining. It seems that neos is one of it’s kind. What I hope is that it will support TempleOS. Going back going back to your original question Mr. Fibble. If ISO standard is what you really need to finish your project you can

Re: Sketch

2021-02-14 Thread Mr Flibble
On 14/02/2021 09:10, Michał Jaworski wrote: Wow, that thread is entertaining. It seems that neos is one of it’s kind. What I hope is that it will support TempleOS. Going back going back to your original question Mr. Fibble. If ISO standard is what you really need to finish your project you can

Fwd: Sketch

2021-02-14 Thread Igor Korot
-- Forwarded message - From: Igor Korot Date: Sat, Feb 13, 2021, 9:20 PM Subject: Re: Sketch To: Mr Flibble Cc: Hi, On Sat, Feb 13, 2021, 9:12 PM Mr Flibble wrote: > On 14/02/2021 05:04, Mark Lawrence wrote: > > On Sunday, February 14, 2021 at 5:01:46 AM UTC, M

Re: Sketch

2021-02-14 Thread Michał Jaworski
Wow, that thread is entertaining. It seems that neos is one of it’s kind. What I hope is that it will support TempleOS. Going back going back to your original question Mr. Fibble. If ISO standard is what you really need to finish your project you can always take up this challenge and standardiz

Re: Sketch

2021-02-13 Thread Igor Korot
Hi, On Sat, Feb 13, 2021, 9:12 PM Mr Flibble wrote: > On 14/02/2021 05:04, Mark Lawrence wrote: > > On Sunday, February 14, 2021 at 5:01:46 AM UTC, Mr Flibble wrote: > >> CPython *is* the dead parrot. > >> > >> It's time for Python to evolve out of the primordial soup. > >> > >> /Flibble > Is

Re: Sketch

2021-02-13 Thread Mr Flibble
On 14/02/2021 05:04, Mark Lawrence wrote: On Sunday, February 14, 2021 at 5:01:46 AM UTC, Mr Flibble wrote: CPython *is* the dead parrot. It's time for Python to evolve out of the primordial soup. /Flibble -- 😎 Says the bloke(?) who doesn't use mailing lists but does get here https://mail.

Sketch

2021-02-13 Thread Mr Flibble
CPython *is* the dead parrot. It's time for Python to evolve out of the primordial soup. /Flibble -- 😎 -- https://mail.python.org/mailman/listinfo/python-list

Re: 1st Sketch at at ReadOnly dict

2014-01-20 Thread Charles Hixson
On 01/20/2014 08:14 PM, Dan Stromberg wrote: On Mon, Jan 20, 2014 at 12:09 PM, Charles Hixson wrote: class RODict: #Instance Variable Doc ##@var_ddict #This variable holds the reference to the dict. ##Class initializer. #@paramddictThe

Re: 1st Sketch at at ReadOnly dict

2014-01-20 Thread Dan Stromberg
On Mon, Jan 20, 2014 at 12:09 PM, Charles Hixson wrote: > class RODict: > #Instance Variable Doc > ##@var_ddict > #This variable holds the reference to the dict. > > ##Class initializer. > #@paramddictThe data dictionary to which this is a read

Re: 1st Sketch at at ReadOnly dict

2014-01-20 Thread Charles Hixson
On 01/20/2014 04:08 PM, Chris Angelico wrote: On Tue, Jan 21, 2014 at 7:09 AM, Charles Hixson wrote: #@note Instances can be created only from existing dicts. ##Class initializer. #@paramddictThe data dictionary to which this is a read only #acces

Re: 1st Sketch at at ReadOnly dict

2014-01-20 Thread Chris Angelico
On Tue, Jan 21, 2014 at 7:09 AM, Charles Hixson wrote: > #@note Instances can be created only from existing dicts. > > ##Class initializer. > #@paramddictThe data dictionary to which this is a read only > #access. > #@throwsTypeError if ddict

Re: 1st Sketch at at ReadOnly dict

2014-01-20 Thread Charles Hixson
On 01/20/2014 12:52 PM, Peter Otten wrote: Charles Hixson wrote: This is just a first sketch, and I haven't yet attempted to test it, so what I'm hoping for is criticisms on the general approach. class RODict: def __init__ (self, ddict = {}): Default values are evaluted just

Re: 1st Sketch at at ReadOnly dict

2014-01-20 Thread Peter Otten
Peter Otten wrote: > Charles Hixson wrote: > >> This is just a first sketch, and I haven't yet attempted to test it, so >> what I'm hoping for is criticisms on the general approach. >> >> class RODict: > >> def __init__ (self, ddict = {})

Re: 1st Sketch at at ReadOnly dict

2014-01-20 Thread Peter Otten
Charles Hixson wrote: > This is just a first sketch, and I haven't yet attempted to test it, so > what I'm hoping for is criticisms on the general approach. > > class RODict: > def __init__ (self, ddict = {}): Default values are evaluted just once when the m

1st Sketch at at ReadOnly dict

2014-01-20 Thread Charles Hixson
This is just a first sketch, and I haven't yet attempted to test it, so what I'm hoping for is criticisms on the general approach. ##Read Only dict class. #@note Instances can be created only from existing dicts. #@warningvalues within the RODict can be accessed, so if

Rough sketch of a PEP for issue2292

2013-06-29 Thread Joshua Landau
g/python/users/twouters/starunpack after code.python.org was deleted in favour of hg.python.org (which seems not to have it), that'd be nice too. Again, this is a sketch. It's incomplete and I'm likely to replace large parts of it tomorrow. There's also very little justificati

Python and Wacom Tablets (digitizing tablets) for sketch input

2005-12-21 Thread Gabe Johnson
Hello Python people, Does anybody have experience using Python and digitizing tablets such as a Wacom Tablet? I would like to know if Python is capable of giving you the high-resolution data from the tablet, or if it truncates it to low-res integers like Java. I have been developing some sketch