top | item 46890661

(no title)

cl3misch | 25 days ago

FWIW the afaik most common symbolic math Python library sympy does that on the first page of their tutorial. I think in this space it's pretty common.

https://docs.sympy.org/latest/tutorials/intro-tutorial/intro...

I have to admit that I still like to use the ancient

    from pylab import *
in scripts that only I will ever see. It makes it so much easier to use numpy in a "tool of thought" way. I would never do this in a library, though.

discuss

order

OutOfHere|25 days ago

Two wrongs don't make a right. It risks significant ambiguity in longer snippets or files, and is therefore bad practice.