Found many, many mentions of errors, with some of the same keywords,
but, no resolutions that match my exact issue at all.
As in, most of them are mentioning older versions of python, and, mainly
different platforms - mac and linux, but, various google searches have
not mentioned much of usin
Stefan Ram wrote:
ast wrote or quoted:
Why did you renamed itertools as _itertools ?
Assume I have a module A.py:
import math
def f(): pass
. Assume I have an additional module B.py:
import A
. Now, when I'm editing "B.py" in IDLE and type "A.", IIRC
IDLE will offer me two pos
It sounds weird that symbols from Limited API are _missing_ (I'd
expect them to be there no matter what library version you link with).
But, I haven't done this myself, so, what do I know? It would help
though to see the actual error.
That aside: why do you want to do this? One side effect of doi
https://xkcd.com/353/ ( Flying with Python )
https://xkcd.com/1306/
what does SIGIL mean?
Other xkcd that you like?
--
https://mail.python.org/mailman/listinfo/python-list
Greg Ewing wrote:
On 30/03/24 7:21 pm, HenHanna wrote:
https://xkcd.com/1306/
what does SIGIL mean?
I think its' a Perl term, referring to the $/@/# symbols in front of
identifiers.
thanks!
https://www.explainxkcd.com/wiki/index.php/13
HenHanna writes:
> https://xkcd.com/1306/
> what does SIGIL mean?
A glyph used in magic. Or, for Perl, the symbol in front of a variable
name, such as $, @, and %.
Source:
https://perldoc.perl.org/perlglossary#sigil
Sigil is noun. Definitions:
A seal;
HenHanna wrote:
> https://xkcd.com/1306/
> what does SIGIL mean?
I'd define a sigil as a mandatory symbol used to indicate the properties
of a name.
--
Blue-Maned_Hawk│shortens to Hawk│/blu.mɛin.dʰak/│he/him/his/himself/Mr.
blue-maned_hawk.srht.site
“Do you know w
On 01/04/2024 10.40, Stefan Ram wrote:
Q: How can I multiply two variables in Python? I tried:
a = 2
b = 3
print( ab )
but it did not work.
A: No, this cannot work. To multiply, you need the multiplication
operator. You can import the multiplication operator from "mat
Johanne Fairchild wrote:
HenHanna writes:
https://xkcd.com/1306/
what does SIGIL mean?
A glyph used in magic. Or, for Perl, the symbol in front of a variable
name, such as $, @, and %.
Source: https://perldoc.perl.org/perlglossary#sigil
Sigil is
On Mon, Apr 1, 2024 at 1:26 PM HenHanna via Python-list <
python-list@python.org> wrote:
> Johanne Fairchild wrote:
>
> > HenHanna writes:
>
> >> https://xkcd.com/1306/
> >> what does SIGIL mean?
>
> > A glyph used in magic. Or, for Perl, the symbol in front of a var
On Mon, Apr 1, 2024 at 1:26 PM Piergiorgio Sartor via Python-list
wrote:
>
> On 01/04/2024 10.40, Stefan Ram wrote:
> > Q: How can I multiply two variables in Python? I tried:
> >
> > a = 2
> > b = 3
> > print( ab )
> >
> > but it did not work.
> >
> > A: No, this cannot work. To mu
> On Mar 30, 2024, at 22:09, Johanne Fairchild via Python-list
> wrote:
>
> Sigil is noun. Definitions:
>
> A seal; a signet.
> A sign or an image considered magical.
> A seal; a signature.
Creating Sigils
The origin and design process informing Urbit's generative user avatar system,
On 2024-04-01 12:35, Joel Goldstick via Python-list wrote:
On Mon, Apr 1, 2024 at 1:26 PM Piergiorgio Sartor via Python-list
^^^
from math import *
a = 2
b = 3
print( a * b )
I guess the operator "*" can be imported from any module... :-)
No import is necessary.
Of cour
Is this a April 1 post for fools.
Multiplication with an asterisk symbol is built into python.
The same symbol used in other contexts has other contexts has an assortment
of largely unrelated meanings such as meaning everything when used to
import.
On Mon, Apr 1, 2024, 1:27 PM Piergiorgio Sarto
The April Fools joke was on those of us who never received/have yet to
receive @Stefan's OP.
On 2/04/24 08:02, Avi Gross via Python-list wrote:
Is this a April 1 post for fools.
Multiplication with an asterisk symbol is built into python.
The same symbol used in other contexts has other con
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Greetings,
I'm pleased to announce that magic-wormhole 0.14.0 is released.
Magic Wormhole is a Python library and CLI tool to securely get
arbitrary data from one computer to another using short, one-time,
human- pronouncable codes and end-to-end
16 matches
Mail list logo