Adam wrote:
Thanks, but why fix if it ain't broke?:-)
No reason to.
--
Take care,
Jonathan
---
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
--
https://mail.python.org/mailman/listinfo/python-list
ner for new and completely original work,
then for the love of God I implore you to contact me.
A mind is a terrible thing to waste.
Sincerely,
Andrew Jonathan Fine
BEE, MSCS, 15 years experience, 5 in Python, the rest in C/C++,
about 1/3 embedded design and device drivers, and 2/3 in applica
On Dec 28, 6:21 am, Steve Holden wrote:
> Andrew Jonathan Fine wrote:
> > To whom it may concern,
>
> > I am the author of "Honeywell Avoids Documentation Costs with Python
> > and other Open Standards!"
>
> > I was laid off by Honeywell several months
'Exception occurred.', (0, None, "The
specified file wasn't found.", None, 0, -2147024809), None)
It seems I'm passing AddPictures the wrong varibles
Thanks.
--
Jonathan Cherry [email protected]
Student
Computer Science Major (working on it)
Georgia Institute of T
〈English Idiom in Unix: Directory Recursively〉
http://xahlee.org/comp/idiom_directory_recursively.html
--
English Idiom in Unix: Directory Recursively
Xah Lee, 2011-05-17
Today, let's discuss something in the category of lingustics.
You know how in unix
AFAICS what emacs calls "recursive delete" is what the ordinary person
would simply call "delete". Presumably the non-recursive delete is
called simply "delete" but is actually something more complicated than
delete, and you're supposed to know what that is.
The "non-recursive delete" would be
I think what happens is that the “recursive” has become a idiom associated with
directory to such a degree that the unix people don't know what the fuck they
are talking about. They just simply use the word to go with directory whever
they mean the whole directory.
In the emacs case: “Recursiv
The supposed inefficiency of recursive implementations is based
largely on the properties of hardware that is now obsolete. With
modern processors there's no great efficiency hit. In some of the
smaller microcontrollers, it's true, you do have to worry about stack
overflow; but the ARM processo
: TypeAlias = RGB | int | str
@dataclass(frozen=True, slots=True)
class RGB(object):
Can anyone suggest how I should fix this without reversing the statement
order?
pass
--
Jonathan Gossage
--
https://mail.python.org/mailman/listinfo/python-list
hat I tried generator expressions both inside parentheses and not,
without success.
--
Jonathan Gossage
--
https://mail.python.org/mailman/listinfo/python-list
Mon, Sep 25, 2023 at 11:15 AM Thomas Passin via Python-list <
[email protected]> wrote:
> On 9/25/2023 10:15 AM, Jonathan Gossage via Python-list wrote:
> > I am having a problem using generator expressions to supply the arguments
> > for a class instance initialization.
, **kwargs) -> None:
our_attributes = ('h', 'x')
if kwargs is not None:
for k, v in kwargs.items():
if k in our_attributes:
setattr(self, k, v)
a = SingletonExample(h=1)
and I get the following result:
(PRV) jona
virtual environment*.* I expected that *sphinx* would be installed in the
*site-packages* directory in the virtual environment. Instead, it was
installed into the site-packages directory in
*/home/jonathan/.locals/lib/python3.13/site-packages* even though I did not
specify *--user* to the *pip
er, when I try to create an instance of this
class with the following code:
y = x('Flag1', 'Flag2')
it fails with a TypeError stating that 'MyFlags' does not accept arguments.
What do I have to do to make this happen?. BTW __init__(self, *args) is
defined as the instance
...any other?
#3 seems to be more "pretty" to me, but I did not find any "official"
recommendation online.
Thanks.
--
Jonathan.
--
https://mail.python.org/mailman/listinfo/python-list
Le dim. 28 avr. 2019 à 20:58, Jonathan Leroy - Inikup
a écrit :
> Which of the following syntax do you expect an API client library to
> use, and why?
Thank you all for your feedbacks!
I will go with #2.
Le lun. 29 avr. 2019 à 05:43, DL Neil a écrit :
> Doesn't the framework
"print version"
>
> However, with the above, I still need to specify the mandatory argument,
> even if I only want to see the version.
>
> I guess I'll just have to change
>
> nargs="+"
>
> to
>
> nargs="*"
>
> and check explicitly whether any arguments have been given.
>
> Seems odd to me though that there is not a standard way of implementing
> '--version' which works like '--help' does.
>
> Cheers,
>
> Loris
>
--
Take care,
Jonathan
---
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
--
https://mail.python.org/mailman3//lists/python-list.python.org
601 - 617 of 617 matches
Mail list logo